Skip to content

Commit 1ea5d27

Browse files
Create Get-CsSdgBulkSignInRequestsSummary.md
1 parent 4da0ef2 commit 1ea5d27

File tree

1 file changed

+140
-0
lines changed

1 file changed

+140
-0
lines changed
Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
---
2+
external help file: MicrosoftTeams-help.xml
3+
Module Name: MicrosoftTeams
4+
applicable: Microsoft Teams
5+
online version:
6+
title: Get-CsSdgBulkSignInRequestsSummary
7+
schema: 2.0.0
8+
---
9+
10+
# Get-CsSdgBulkSignInRequestsSummary
11+
12+
## SYNOPSIS
13+
Get the tenant level summary of all bulk sign in requests executed in the past 30 days.
14+
15+
## SYNTAX
16+
17+
```
18+
Get-CsSdgBulkSignInRequestsSummary [-Break] [-HttpPipelineAppend <SendAsyncStep[]>]
19+
[-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <Uri>] [-ProxyCredential <PSCredential>]
20+
[-ProxyUseDefaultCredentials] [<CommonParameters>]
21+
```
22+
23+
## DESCRIPTION
24+
This cmdlet gives the overall tenant level summary of all bulk sign in requests executed for a particular tenant within the last 30 days. Status is shown at batch level as succeeded / failed.
25+
26+
## EXAMPLES
27+
28+
### Example 1
29+
```powershell
30+
Get-CsSdgBulkSignInRequestsSummary
31+
```
32+
33+
This example shows how to run the cmdlet to get a tenant level summary.
34+
35+
## PARAMETERS
36+
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+
127+
### CommonParameters
128+
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).
129+
130+
## INPUTS
131+
132+
### None
133+
134+
## OUTPUTS
135+
136+
### Microsoft.Teams.ConfigAPI.Cmdlets.Generated.Models.ISdgBulkSignInRequestsSummaryResponseItem
137+
138+
## NOTES
139+
140+
## RELATED LINKS

0 commit comments

Comments
 (0)