Skip to content

Commit 72ef105

Browse files
authored
Merge pull request #106847 from MicrosoftDocs/SaibabaBalapur-MSFT-patch-2
(AzureCXP) fixes MicrosoftDocs/azure-docs#106787
2 parents 18680f9 + b1e1d09 commit 72ef105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/cli-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Some PowerShell cmdlets require you to provide the object ID of Azure Virtual De
125125
- To retrieve the object IDs of all RemoteApp applications in an application group, run the following command:
126126

127127
```azurepowershell
128-
Get-AzWvdApplication -ApplicationGroupName <ApplicationGroupName> -ResourceGroupName <ResourceGroupName> | FT Name, FilePath, ObjectId
128+
Get-AzWvdApplication -ApplicationGroupName <ApplicationGroupName> -ResourceGroupName <ResourceGroupName> | Select-Object Name, FilePath, ObjectId
129129
```
130130

131131
---

0 commit comments

Comments
 (0)