We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb3cea commit eb66617Copy full SHA for eb66617
azureps-cmdlets-docs/ResourceManager/docs-conceptual/queries-azureps.md
@@ -89,6 +89,10 @@ RGDEMO001 KBDemo020
89
90
With the next example, the results will return the VMs that have the vmSize 'Standard_DS1_V2'.
91
92
+```powershell
93
+Get-AzureRmVM | Where-Object vmSize -eq "'Standard_DS1_V2'" | Select-Object ResourceGroupName,Name
94
+```
95
+
96
```
97
ResourceGroupName Name Location VmSize OsType NIC ProvisioningState
98
----------------- ---- -------- ------ ------ --- -----------------
0 commit comments