Skip to content

Commit 9fa2702

Browse files
authored
Update Get-CsOnlineUser.md
1 parent cf20ad7 commit 9fa2702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ The updates below are now applicable to the output in scenarios where "-identity
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

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. For example:
560-
Get-csOnlineUser -Filter {AccountType -ne 'Guest'}
561-
Get-csOnlineUser -Filter {SoftDeletionTimestamp -eq $null}
560+
- Get-CsOnlineUser -Filter {AccountType -ne 'Guest'}
561+
- Get-CsOnlineUser -Filter {SoftDeletionTimestamp -eq $null}
562562

563563
**Updates in Teams PowerShell Module version 3.0.0 and above**
564564

0 commit comments

Comments
 (0)