Skip to content

Commit 0e4fca5

Browse files
select operator specified twice
Removed Select operator that was specified twice in Example 2
1 parent b3f25c7 commit 0e4fca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azureadps-1.0/MSOnline/Get-MsolAccountSku.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This command returns a list of SKUs.
3232

3333
### Example 2: Get available services
3434
```
35-
PS C:\> Get-MsolAccountSku | select select -ExpandProperty ServiceStatus
35+
PS C:\> Get-MsolAccountSku | select -ExpandProperty ServiceStatus
3636
```
3737

3838
This command returns a list of available services. This is very useful when you work with **New-MsolLicenseOptions** cmdlet and want to disable certain services for specific users. For more information, see:

0 commit comments

Comments
 (0)