Skip to content

Commit d1a265c

Browse files
authored
Update Get-CsOnlineUser.md
1 parent 8e26db5 commit d1a265c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

skype/skype-ps/skype/Get-CsOnlineUser.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,11 @@ The updates below are now applicable to the output in scenarios where "-identity
557557
If any infromation is required for a user that is not available in the output then it can be obtained using the "-identity" parameter. Infromation for all users would be available via point query until they are hard deleted.
558558

559559
If Guest users and SoftDeletedUsers are not required in the output then they can be filtered out by using filter on AccountType and SoftDeletionTimestamp respectively.
560+
561+
### -------------------------- Example --------------------------
560562
```
561-
Example:
562-
- Get-csOnlineUser -Filter {AccountType -ne 'Guest'}
563-
- Get-csOnlineUser -Filter {SoftDeletionTimestamp -eq $null}
563+
Get-csOnlineUser -Filter {AccountType -ne 'Guest'}
564+
Get-csOnlineUser -Filter {SoftDeletionTimestamp -eq $null}
564565
```
565566
566567
**Updates in Teams PowerShell Module version 3.0.0 and above**

0 commit comments

Comments
 (0)