Skip to content

Commit 70f2c75

Browse files
Update Get-CsSdgBulkSignInRequestsSummary.md
1 parent 1ea5d27 commit 70f2c75

File tree

1 file changed

+1
-93
lines changed

1 file changed

+1
-93
lines changed

teams/teams-ps/teams/Get-CsSdgBulkSignInRequestsSummary.md

Lines changed: 1 addition & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ Get the tenant level summary of all bulk sign in requests executed in the past 3
1515
## SYNTAX
1616

1717
```
18-
Get-CsSdgBulkSignInRequestsSummary [-Break] [-HttpPipelineAppend <SendAsyncStep[]>]
19-
[-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <Uri>] [-ProxyCredential <PSCredential>]
20-
[-ProxyUseDefaultCredentials] [<CommonParameters>]
18+
Get-CsSdgBulkSignInRequestsSummary [<CommonParameters>]
2119
```
2220

2321
## DESCRIPTION
@@ -34,96 +32,6 @@ This example shows how to run the cmdlet to get a tenant level summary.
3432

3533
## PARAMETERS
3634

37-
### -Break
38-
{{ Fill Break Description }}
39-
40-
```yaml
41-
Type: SwitchParameter
42-
Parameter Sets: (All)
43-
Aliases:
44-
45-
Required: False
46-
Position: Named
47-
Default value: None
48-
Accept pipeline input: False
49-
Accept wildcard characters: False
50-
```
51-
52-
### -HttpPipelineAppend
53-
{{ Fill HttpPipelineAppend Description }}
54-
55-
```yaml
56-
Type: SendAsyncStep[]
57-
Parameter Sets: (All)
58-
Aliases:
59-
60-
Required: False
61-
Position: Named
62-
Default value: None
63-
Accept pipeline input: False
64-
Accept wildcard characters: False
65-
```
66-
67-
### -HttpPipelinePrepend
68-
{{ Fill HttpPipelinePrepend Description }}
69-
70-
```yaml
71-
Type: SendAsyncStep[]
72-
Parameter Sets: (All)
73-
Aliases:
74-
75-
Required: False
76-
Position: Named
77-
Default value: None
78-
Accept pipeline input: False
79-
Accept wildcard characters: False
80-
```
81-
82-
### -Proxy
83-
{{ Fill Proxy Description }}
84-
85-
```yaml
86-
Type: Uri
87-
Parameter Sets: (All)
88-
Aliases:
89-
90-
Required: False
91-
Position: Named
92-
Default value: None
93-
Accept pipeline input: False
94-
Accept wildcard characters: False
95-
```
96-
97-
### -ProxyCredential
98-
{{ Fill ProxyCredential Description }}
99-
100-
```yaml
101-
Type: PSCredential
102-
Parameter Sets: (All)
103-
Aliases:
104-
105-
Required: False
106-
Position: Named
107-
Default value: None
108-
Accept pipeline input: False
109-
Accept wildcard characters: False
110-
```
111-
112-
### -ProxyUseDefaultCredentials
113-
{{ Fill ProxyUseDefaultCredentials Description }}
114-
115-
```yaml
116-
Type: SwitchParameter
117-
Parameter Sets: (All)
118-
Aliases:
119-
120-
Required: False
121-
Position: Named
122-
Default value: None
123-
Accept pipeline input: False
124-
Accept wildcard characters: False
125-
```
126-
12735
### CommonParameters
12836
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
12937

0 commit comments

Comments
 (0)