Skip to content

Commit 95f216d

Browse files
RookIsTheBestTaraMeyer
authored andcommitted
Update formatting-output.md (#465)
1 parent a9ff04d commit 95f216d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-conceptual/azurermps-5.0.0/formatting-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ MyWin2016VM MYWESTEURG westeurope
5454
If you would prefer you can view information in a list format. The following example shows this using the`Format-List` cmdlet.
5555

5656
```powershell
57-
Get-AzureVM | Format-List Name,VmId,Location,ResourceGroupName
57+
Get-AzureRmVM | Format-List Name,VmId,Location,ResourceGroupName
5858
```
5959

6060
```

0 commit comments

Comments
 (0)