Skip to content

Commit eb66617

Browse files
author
Sean Wheeler
committed
fixed missing cmdlet example
1 parent 0cb3cea commit eb66617

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azureps-cmdlets-docs/ResourceManager/docs-conceptual/queries-azureps.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ RGDEMO001 KBDemo020
8989

9090
With the next example, the results will return the VMs that have the vmSize 'Standard_DS1_V2'.
9191

92+
```powershell
93+
Get-AzureRmVM | Where-Object vmSize -eq "'Standard_DS1_V2'" | Select-Object ResourceGroupName,Name
94+
```
95+
9296
```
9397
ResourceGroupName Name Location VmSize OsType NIC ProvisioningState
9498
----------------- ---- -------- ------ ------ --- -----------------

0 commit comments

Comments
 (0)