Skip to content

Commit 56eb3e6

Browse files
authored
Update Get-CsOnlineUser.md with missing parameters
1 parent 8a84310 commit 56eb3e6

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

teams/teams-ps/teams/Get-CsOnlineUser.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Get-CsOnlineUser [[-Identity] <UserIdParameter>]
2929
[-OU <OUIdParameter>]
3030
[-ResultSize <Unlimited>]
3131
[-SkipUserPolicies]
32+
[-SoftDeletedUser]
3233
[-Sort]
3334
[-UnassignedUser]
3435
[-UsePreferredDC]
@@ -494,6 +495,22 @@ Accept pipeline input: False
494495
Accept wildcard characters: False
495496
```
496497

498+
### -SoftDeletedUser
499+
PARAMVALUE: SwitchParameter
500+
501+
```yaml
502+
Type: SwitchParameter
503+
Parameter Sets: (All)
504+
Aliases:
505+
applicable: Microsoft Teams
506+
507+
Required: False
508+
Position: Named
509+
Default value: None
510+
Accept pipeline input: False
511+
Accept wildcard characters: False
512+
```
513+
497514
### -Sort
498515

499516
Sorting will now be enabled in Teams PowerShell Module 5.9.0 and later by using the "-Sort" or "-OrderBy" parameters in GCC High and DoD environments. These updates will be applicable to older Teams PowerShell versions starting from 15th March 2024 in GCC High and DoD environments(note that this parameter is already rolled out in commercial environments). For example:
@@ -506,7 +523,7 @@ Sorting will now be enabled in Teams PowerShell Module 5.9.0 and later by using
506523
```yaml
507524
Type: String
508525
Parameter Sets: (All)
509-
Aliases:
526+
Aliases: OrderBy
510527
Applicable: Microsoft Teams
511528
512529
Required: False

0 commit comments

Comments
 (0)