Skip to content

Commit cf20ad7

Browse files
isrumnondariomws
andauthored
Update skype/skype-ps/skype/Get-CsOnlineUser.md
Co-authored-by: Dario Woitasen <[email protected]>
1 parent 373edb6 commit cf20ad7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -556,13 +556,9 @@ The updates below are now applicable to the output in scenarios where "-identity
556556

557557
If any information is required for a user that is not available in the output (when not using "-identity" parameter) then it can be obtained using the "-identity" parameter. Information for all users would be available using the "-identity" parameter until they are hard deleted.
558558

559-
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 --------------------------
562-
```
559+
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. For example:
563560
Get-csOnlineUser -Filter {AccountType -ne 'Guest'}
564561
Get-csOnlineUser -Filter {SoftDeletionTimestamp -eq $null}
565-
```
566562

567563
**Updates in Teams PowerShell Module version 3.0.0 and above**
568564

0 commit comments

Comments
 (0)