Skip to content

Commit 48ee8cd

Browse files
authored
Update formatting-output.md
1 parent 5f00139 commit 48ee8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ResourceGroupName : MYWESTEURG
7171

7272
## Converting to other data types
7373

74-
PowerShell also offers multiple output format you can use to meet your needs. In the following example we use the `Select-Object` cmdlet to get attributes of the virtual machines in our subscription and and convert the output to CSV format for easy import into a database or spreadsheet.
74+
PowerShell also offers multiple output format you can use to meet your needs. In the following example we use the `Select-Object` cmdlet to get attributes of the virtual machines in our subscription and convert the output to CSV format for easy import into a database or spreadsheet.
7575

7676
```powershell
7777
Get-AzureRmVM | Select-Object ResourceGroupName,Id,VmId,Name,Location,ProvisioningState | ConvertTo-Csv -NoTypeInformation

0 commit comments

Comments
 (0)