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
Does anyone know how PIZZA got in to Get-RscVmwareVm cmdlet?
Thanks
Get-RscVmwareVm -Name corp-dc-01
InvalidOperation: C:\My Documents\PowerShell\Modules\RubrikSecurityCloud\1.12\Toolkit\Public\Get-RscVmwareVm.ps1:106
Line |
106 | $query.Field.Nodes.Cluster = New-Object -TypeName RubrikS …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The property 'Cluster' cannot be found on this object. Verify that the property exists and can be set.
InvalidOperation: C:\My Documents\PowerShell\Modules\RubrikSecurityCloud\1.12\Toolkit\Public\Get-RscVmwareVm.ps1:107
Line |
107 | $query.Field.Nodes[0].Cluster.name = "PIZZA"
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The property 'name' cannot be found on this object. Verify that the property exists and can be set.
InvalidOperation: C:\My Documents\PowerShell\Modules\RubrikSecurityCloud\1.12\Toolkit\Public\Get-RscVmwareVm.ps1:108
Line |
108 | $query.Field.Nodes[0].Cluster.id = "PIZZA"
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The property 'id' cannot be found on this object. Verify that the property exists and can be set.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Does anyone know how PIZZA got in to Get-RscVmwareVm cmdlet?
Thanks
Get-RscVmwareVm -Name corp-dc-01
InvalidOperation: C:\My Documents\PowerShell\Modules\RubrikSecurityCloud\1.12\Toolkit\Public\Get-RscVmwareVm.ps1:106
Line |
106 | $query.Field.Nodes.Cluster = New-Object -TypeName RubrikS …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The property 'Cluster' cannot be found on this object. Verify that the property exists and can be set.
InvalidOperation: C:\My Documents\PowerShell\Modules\RubrikSecurityCloud\1.12\Toolkit\Public\Get-RscVmwareVm.ps1:107
Line |
107 | $query.Field.Nodes[0].Cluster.name = "PIZZA"
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The property 'name' cannot be found on this object. Verify that the property exists and can be set.
InvalidOperation: C:\My Documents\PowerShell\Modules\RubrikSecurityCloud\1.12\Toolkit\Public\Get-RscVmwareVm.ps1:108
Line |
108 | $query.Field.Nodes[0].Cluster.id = "PIZZA"
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The property 'id' cannot be found on this object. Verify that the property exists and can be set.
Beta Was this translation helpful? Give feedback.
All reactions