You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Invoke-Parallel i am creating a new disk with a command New-AzureRmDisk, then it gives an error: Get-RunspaceData : The term 'New-AzureRmDisk' is not recognized as the name of a cmdlet, function, or script file.......
Hi,
In Invoke-Parallel i am creating a new disk with a command New-AzureRmDisk, then it gives an error: Get-RunspaceData : The term 'New-AzureRmDisk' is not recognized as the name of a cmdlet, function, or script file.......
code:
$servers = 1..2
Invoke-Parallel -InputObject $servers -ScriptBlock {
New-AzureRmDisk -Disk .................
}
Please suggest me the solution for the same.
Thanks and Regards
Harsh
The text was updated successfully, but these errors were encountered: