#Is there any cmdlet in the powershell toolkit to perform Async delete?
1 messages · Page 1 of 1 (latest)
Well, the command doesn't have an async option...
PS C:\Windows\system32> Get-Command -Syntax Remove-NcFile
Remove-NcFile [-Path] <string> [-VserverContext <string>] [-Controller <NcController[]>] [-ZapiCall] [-WhatIf] [-Confirm] [-ZapiRetryCount <int>] [<CommonParameters>]
PS C:\Windows\system32>
Possibly PowerShell CORE (7+):
https://devblogs.microsoft.com/powershell/powershell-foreach-object-parallel-feature/