File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Use the Get-CsUserSession cmdlet to retrieve user session information within a s
13
13
## SYNTAX
14
14
15
15
```
16
- Get-CsUserSession [ -StartTime <Object>] [ -User <Object>] [-EndTime <Object >] [-AsJob] [<CommonParameters>]
16
+ Get-CsUserSession -StartTime <DateTimeOffset> -User <String> [-EndTime <DateTimeOffset >] [-AsJob] [<CommonParameters>]
17
17
```
18
18
19
19
## DESCRIPTION
@@ -27,7 +27,7 @@ To return a list of all the Role-Based Access Control (RBAC) roles a cmdlet has
27
27
28
28
### -------------------------- Example 1 --------------------------
29
29
```
30
- Get-CsUserSession -User "Ken.Myer@Contoso.com" -StartDate "02/22/2016 07:30:15 PM"
30
+ Get-CsUserSession -User "Ken.Myer@Contoso.com" -StartTime "02/22/2016 07:30:15 PM"
31
31
```
32
32
33
33
This example returns user session information for Ken Myer from "02/22/2016 07:30:15 PM" to the current date.
@@ -43,7 +43,7 @@ Parameter Sets: (All)
43
43
Aliases :
44
44
Applicable : Skype for Business Online
45
45
46
- Required : False
46
+ Required : True
47
47
Position : Named
48
48
Default value : None
49
49
Accept pipeline input : False
@@ -53,15 +53,15 @@ Accept wildcard characters: False
53
53
### -User
54
54
Specifies the user whose session data will be retrieved.
55
55
The input format is any form of user URI defined in Skype for Business Server 2015.
56
- For instance: -User "Ken.Myer@Contoso.com".
56
+ For instance: ` -User "Ken.Myer@Contoso.com"` .
57
57
58
58
` ` ` yaml
59
59
Type: Object
60
60
Parameter Sets: (All)
61
61
Aliases:
62
62
Applicable: Skype for Business Online
63
63
64
- Required : False
64
+ Required: True
65
65
Position: Named
66
66
Default value: None
67
67
Accept pipeline input: False
You can’t perform that action at this time.
0 commit comments