Skip to content

Commit 4242681

Browse files
Update Get-CsSdgBulkSignInRequestStatus.md
1 parent f14c11b commit 4242681

File tree

1 file changed

+1
-94
lines changed

1 file changed

+1
-94
lines changed

teams/teams-ps/teams/Get-CsSdgBulkSignInRequestStatus.md

Lines changed: 1 addition & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ Get the status of an active bulk sign in request.
1515
## SYNTAX
1616

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

2321
## DESCRIPTION
@@ -45,104 +43,13 @@ Batch ID is the response returned by the New-CsSdgBulkSignInRequest cmdlet. It i
4543
Type: String
4644
Parameter Sets: (All)
4745
Aliases:
48-
4946
Required: True
5047
Position: Named
5148
Default value: None
5249
Accept pipeline input: False
5350
Accept wildcard characters: False
5451
```
5552
56-
### -Break
57-
{{ Fill Break Description }}
58-
59-
```yaml
60-
Type: SwitchParameter
61-
Parameter Sets: (All)
62-
Aliases:
63-
64-
Required: False
65-
Position: Named
66-
Default value: None
67-
Accept pipeline input: False
68-
Accept wildcard characters: False
69-
```
70-
71-
### -HttpPipelineAppend
72-
{{ Fill HttpPipelineAppend Description }}
73-
74-
```yaml
75-
Type: SendAsyncStep[]
76-
Parameter Sets: (All)
77-
Aliases:
78-
79-
Required: False
80-
Position: Named
81-
Default value: None
82-
Accept pipeline input: False
83-
Accept wildcard characters: False
84-
```
85-
86-
### -HttpPipelinePrepend
87-
{{ Fill HttpPipelinePrepend Description }}
88-
89-
```yaml
90-
Type: SendAsyncStep[]
91-
Parameter Sets: (All)
92-
Aliases:
93-
94-
Required: False
95-
Position: Named
96-
Default value: None
97-
Accept pipeline input: False
98-
Accept wildcard characters: False
99-
```
100-
101-
### -Proxy
102-
{{ Fill Proxy Description }}
103-
104-
```yaml
105-
Type: Uri
106-
Parameter Sets: (All)
107-
Aliases:
108-
109-
Required: False
110-
Position: Named
111-
Default value: None
112-
Accept pipeline input: False
113-
Accept wildcard characters: False
114-
```
115-
116-
### -ProxyCredential
117-
{{ Fill ProxyCredential Description }}
118-
119-
```yaml
120-
Type: PSCredential
121-
Parameter Sets: (All)
122-
Aliases:
123-
124-
Required: False
125-
Position: Named
126-
Default value: None
127-
Accept pipeline input: False
128-
Accept wildcard characters: False
129-
```
130-
131-
### -ProxyUseDefaultCredentials
132-
{{ Fill ProxyUseDefaultCredentials Description }}
133-
134-
```yaml
135-
Type: SwitchParameter
136-
Parameter Sets: (All)
137-
Aliases:
138-
139-
Required: False
140-
Position: Named
141-
Default value: None
142-
Accept pipeline input: False
143-
Accept wildcard characters: False
144-
```
145-
14653
### CommonParameters
14754
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).
14855

0 commit comments

Comments
 (0)