Skip to content

Commit 93b35d9

Browse files
Merge pull request #11986 from Chandranshu-Singh/patch-3
Create Get-CsSdgBulkSignInRequestsSummary.md
2 parents 0375ed6 + 8be0a18 commit 93b35d9

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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 [<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
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.
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```powershell
28+
Get-CsSdgBulkSignInRequestsSummary
29+
```
30+
31+
This example shows how to run the cmdlet to get a tenant level summary.
32+
33+
## PARAMETERS
34+
35+
### CommonParameters
36+
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).
37+
38+
## INPUTS
39+
40+
### None
41+
42+
## OUTPUTS
43+
44+
### Microsoft.Teams.ConfigAPI.Cmdlets.Generated.Models.ISdgBulkSignInRequestsSummaryResponseItem
45+
46+
## NOTES
47+
48+
## RELATED LINKS

0 commit comments

Comments
 (0)