Skip to content

Commit 1b91110

Browse files
authored
Merge pull request MicrosoftDocs#2047 from dariomws306/Dariomws306-object-2
Dariomws306 object 2
2 parents b4edb04 + 7c6f8e0 commit 1b91110

File tree

188 files changed

+3291
-7135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+3291
-7135
lines changed

skype/skype-ps/skype/ConvertTo-JsonForPSWS.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -155,26 +155,6 @@ Accept pipeline input: False
155155
Accept wildcard characters: False
156156
```
157157

158-
### -AsJob
159-
Indicates that this cmdlet runs as a background job.
160-
161-
When you specify the AsJob parameter, the command immediately returns an object that represents the background job. You can continue to work in the session while the job finishes. The job is created on the local computer and the results from the Skype for Business Online session are automatically returned to the local computer. To get the job results, use the Receive-Job cmdlet.
162-
163-
For more information about Windows PowerShell background jobs, see [about_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-6) and [about_Remote_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_jobs?view=powershell-6).
164-
165-
```yaml
166-
Type: SwitchParameter
167-
Parameter Sets: (All)
168-
Aliases:
169-
Applicable: Skype for Business Online
170-
171-
Required: False
172-
Position: Named
173-
Default value: None
174-
Accept pipeline input: False
175-
Accept wildcard characters: False
176-
```
177-
178158
### CommonParameters
179159
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).
180160

skype/skype-ps/skype/Find-CsGroup.md

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
2+
external help file: Find-CsGroup.xml
33
applicable: Skype for Business Online
44
title: Find-CsGroup
55
schema: 2.0.0
@@ -13,8 +13,8 @@ Use the Find-CsGroup cmdlet to search groups.
1313
## SYNTAX
1414

1515
```
16-
Find-CsGroup [-SearchQuery <Object>] [-BypassDualWrite <Object>] [-ExactMatchOnly <Object>] [-Force]
17-
[-MaxResults <Object>] [-Tenant <Object>] [-AsJob] [<CommonParameters>]
16+
Find-CsGroup [-Tenant <Guid>] -SearchQuery <String> [-MaxResults <UInt32>] [-ExactMatchOnly <Boolean>]
17+
[-Force] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -42,7 +42,7 @@ This example finds and displays only those groups that are an exact match to the
4242
The SearchQuery parameter defines a search query to search the display name or the sip address or the GUID of groups. This parameter accepts partial search query. The search is not case sensitive.
4343

4444
```yaml
45-
Type: Object
45+
Type: String
4646
Parameter Sets: (All)
4747
Aliases:
4848
Applicable: Skype for Business Online
@@ -54,27 +54,11 @@ Accept pipeline input: False
5454
Accept wildcard characters: False
5555
```
5656
57-
### -BypassDualWrite
58-
PARAMVALUE: $true | $false
59-
60-
```yaml
61-
Type: Object
62-
Parameter Sets: (All)
63-
Aliases:
64-
Applicable: Skype for Business Online
65-
66-
Required: False
67-
Position: Named
68-
Default value: None
69-
Accept pipeline input: False
70-
Accept wildcard characters: False
71-
```
72-
7357
### -ExactMatchOnly
7458
The ExactMatchOnly parameter instructs the cmdlet to return exact matches only. The default value is false.
7559
7660
```yaml
77-
Type: Object
61+
Type: Boolean
7862
Parameter Sets: (All)
7963
Aliases:
8064
Applicable: Skype for Business Online
@@ -106,7 +90,7 @@ Accept wildcard characters: False
10690
The MaxResults parameter identifies the maximum number of results to return. If this parameter is not provided, the default is value is 10.
10791
10892
```yaml
109-
Type: Object
93+
Type: UInt32
11094
Parameter Sets: (All)
11195
Aliases:
11296
Applicable: Skype for Business Online
@@ -119,10 +103,10 @@ Accept wildcard characters: False
119103
```
120104
121105
### -Tenant
122-
PARAMVALUE: Guid
106+
This parameter is reserved for internal Microsoft use.
123107
124108
```yaml
125-
Type: Object
109+
Type: Guid
126110
Parameter Sets: (All)
127111
Aliases:
128112
Applicable: Skype for Business Online
@@ -135,7 +119,11 @@ Accept wildcard characters: False
135119
```
136120
137121
### -AsJob
138-
PARAMVALUE: SwitchParameter
122+
Indicates that this cmdlet runs as a background job.
123+
124+
When you specify the AsJob parameter, the command immediately returns an object that represents the background job. You can continue to work in the session while the job finishes. The job is created on the local computer and the results from the Skype for Business Online session are automatically returned to the local computer. To get the job results, use the Receive-Job cmdlet.
125+
126+
For more information about Windows PowerShell background jobs, see [about_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-6) and [about_Remote_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_jobs?view=powershell-6).
139127
140128
```yaml
141129
Type: SwitchParameter

skype/skype-ps/skype/Get-CsBroadcastMeetingConfiguration.md

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
2+
external help file:
33
applicable: Skype for Business Online
44
title: Get-CsBroadcastMeetingConfiguration
55
schema: 2.0.0
@@ -12,10 +12,16 @@ Use the Get-CsBroadcastMeetingConfiguration cmdlet to retrieve the global (and o
1212

1313
## SYNTAX
1414

15+
### Identity (Default)
1516
```
16-
Get-CsBroadcastMeetingConfiguration [[-Identity] <Object>] [-BypassDualWrite <Object>]
17-
[-ExposeSDNConfigurationJsonBlob <Object>] [-Filter <Object>] [-LocalStore] [-Tenant <Object>] [-AsJob]
18-
[<CommonParameters>]
17+
Get-CsBroadcastMeetingConfiguration [-ExposeSDNConfigurationJsonBlob <Boolean>] [-Tenant <Guid>]
18+
[[-Identity] <XdsIdentity>] [-LocalStore] [<CommonParameters>]
19+
```
20+
21+
### Filter
22+
```
23+
Get-CsBroadcastMeetingConfiguration [-ExposeSDNConfigurationJsonBlob <Boolean>] [-Tenant <Guid>]
24+
[-Filter <String>] [-LocalStore] [<CommonParameters>]
1925
```
2026

2127
## DESCRIPTION
@@ -37,27 +43,11 @@ This example returns the tenant's global broadcast meeting configuration.
3743

3844
## PARAMETERS
3945

40-
### -BypassDualWrite
41-
PARAMVALUE: $true | $false
42-
43-
```yaml
44-
Type: Object
45-
Parameter Sets: (All)
46-
Aliases:
47-
Applicable: Skype for Business Online
48-
49-
Required: False
50-
Position: Named
51-
Default value: None
52-
Accept pipeline input: False
53-
Accept wildcard characters: False
54-
```
55-
5646
### -ExposeSDNConfigurationJsonBlob
5747
When set to true, the cmdlet will only return broadcast meeting configuration settings that relate to the Software Defined Network configuration.
5848

5949
```yaml
60-
Type: Object
50+
Type: Boolean
6151
Parameter Sets: (All)
6252
Aliases:
6353
Applicable: Skype for Business Online
@@ -73,7 +63,7 @@ Accept wildcard characters: False
7363
This parameter is reserved for internal Microsoft use.
7464
7565
```yaml
76-
Type: Object
66+
Type: String
7767
Parameter Sets: (All)
7868
Aliases:
7969
Applicable: Skype for Business Online
@@ -89,7 +79,7 @@ Accept wildcard characters: False
8979
This parameter is reserved for internal Microsoft use.
9080
9181
```yaml
92-
Type: Object
82+
Type: XdsIdentity
9383
Parameter Sets: (All)
9484
Aliases:
9585
Applicable: Skype for Business Online
@@ -121,7 +111,7 @@ Accept wildcard characters: False
121111
This parameter is reserved for internal Microsoft use.
122112
123113
```yaml
124-
Type: Object
114+
Type: Guid
125115
Parameter Sets: (All)
126116
Aliases:
127117
Applicable: Skype for Business Online
@@ -134,7 +124,11 @@ Accept wildcard characters: False
134124
```
135125
136126
### -AsJob
137-
{{Fill AsJob Description}}
127+
Indicates that this cmdlet runs as a background job.
128+
129+
When you specify the AsJob parameter, the command immediately returns an object that represents the background job. You can continue to work in the session while the job finishes. The job is created on the local computer and the results from the Skype for Business Online session are automatically returned to the local computer. To get the job results, use the Receive-Job cmdlet.
130+
131+
For more information about Windows PowerShell background jobs, see [about_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-6) and [about_Remote_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_jobs?view=powershell-6).
138132
139133
```yaml
140134
Type: SwitchParameter

skype/skype-ps/skype/Get-CsBroadcastMeetingPolicy.md

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
2+
external help file:
33
applicable: Skype for Business Online
44
title: Get-CsBroadcastMeetingPolicy
55
schema: 2.0.0
@@ -12,9 +12,14 @@ Use the Get-CsBroadcastMeetingPolicy cmdlet to retrieve the predefined broadcast
1212

1313
## SYNTAX
1414

15+
### Identity (Default)
1516
```
16-
Get-CsBroadcastMeetingPolicy [[-Identity] <Object>] [-BypassDualWrite <Object>] [-Filter <Object>]
17-
[-LocalStore] [-Tenant <Object>] [-AsJob] [<CommonParameters>]
17+
Get-CsBroadcastMeetingPolicy [-Tenant <Guid>] [[-Identity] <XdsIdentity>] [-LocalStore] [<CommonParameters>]
18+
```
19+
20+
### Filter
21+
```
22+
Get-CsBroadcastMeetingPolicy [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
1823
```
1924

2025
## DESCRIPTION
@@ -166,27 +171,11 @@ See detailed description for more information.
166171

167172
## PARAMETERS
168173

169-
### -BypassDualWrite
170-
PARAMVALUE: $true | $false
171-
172-
```yaml
173-
Type: Object
174-
Parameter Sets: (All)
175-
Aliases:
176-
Applicable: Skype for Business Online
177-
178-
Required: False
179-
Position: Named
180-
Default value: None
181-
Accept pipeline input: False
182-
Accept wildcard characters: False
183-
```
184-
185174
### -Filter
186175
This parameter is reserved for internal Microsoft use.
187176

188177
```yaml
189-
Type: Object
178+
Type: String
190179
Parameter Sets: (All)
191180
Aliases:
192181
Applicable: Skype for Business Online
@@ -202,7 +191,7 @@ Accept wildcard characters: False
202191
This parameter is reserved for internal Microsoft use.
203192
204193
```yaml
205-
Type: Object
194+
Type: XdsIdentity
206195
Parameter Sets: (All)
207196
Aliases:
208197
Applicable: Skype for Business Online
@@ -234,7 +223,7 @@ Accept wildcard characters: False
234223
This parameter is reserved for internal Microsoft use.
235224
236225
```yaml
237-
Type: Object
226+
Type: Guid
238227
Parameter Sets: (All)
239228
Aliases:
240229
Applicable: Skype for Business Online
@@ -247,7 +236,11 @@ Accept wildcard characters: False
247236
```
248237
249238
### -AsJob
250-
{{Fill AsJob Description}}
239+
Indicates that this cmdlet runs as a background job.
240+
241+
When you specify the AsJob parameter, the command immediately returns an object that represents the background job. You can continue to work in the session while the job finishes. The job is created on the local computer and the results from the Skype for Business Online session are automatically returned to the local computer. To get the job results, use the Receive-Job cmdlet.
242+
243+
For more information about Windows PowerShell background jobs, see [about_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-6) and [about_Remote_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_jobs?view=powershell-6).
251244
252245
```yaml
253246
Type: SwitchParameter

skype/skype-ps/skype/Get-CsCallerIdPolicy.md

Lines changed: 13 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
2+
external help file:
33
applicable: Skype for Business Online
44
title: Get-CsCallerIdPolicy
55
schema: 2.0.0
@@ -8,17 +8,22 @@ schema: 2.0.0
88
# Get-CsCallerIdPolicy
99

1010
## SYNOPSIS
11-
The CsCallerIdPolicy cmdlets have been deprecated. Please use the CsCallingLineIdentity cmdlets to manage caller ID policies for your organization.
11+
Provide the topic introduction here.
1212

1313
## SYNTAX
1414

15+
### Identity (Default)
1516
```
16-
Get-CsCallerIdPolicy [[-Identity] <Object>] [-BypassDualWrite <Object>] [-Filter <Object>] [-LocalStore]
17-
[-Tenant <Object>] [-AsJob] [<CommonParameters>]
17+
Get-CsCallerIdPolicy [-Tenant <Guid>] [[-Identity] <XdsIdentity>] [-LocalStore] [<CommonParameters>]
18+
```
19+
20+
### Filter
21+
```
22+
Get-CsCallerIdPolicy [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
1823
```
1924

2025
## DESCRIPTION
21-
The CsCallerIdPolicy cmdlets have been deprecated. Please use the CsCallingLineIdentity cmdlets to manage caller ID policies for your organization.
26+
Provide the detailed description here.
2227

2328
## EXAMPLES
2429

@@ -32,27 +37,11 @@ Insert descriptive text for example 1.
3237

3338
## PARAMETERS
3439

35-
### -BypassDualWrite
36-
PARAMVALUE: $true | $false
37-
38-
```yaml
39-
Type: Object
40-
Parameter Sets: (All)
41-
Aliases:
42-
Applicable: Skype for Business Online
43-
44-
Required: False
45-
Position: Named
46-
Default value: None
47-
Accept pipeline input: False
48-
Accept wildcard characters: False
49-
```
50-
5140
### -Filter
5241
PARAMVALUE: String
5342

5443
```yaml
55-
Type: Object
44+
Type: String
5645
Parameter Sets: (All)
5746
Aliases:
5847
Applicable: Skype for Business Online
@@ -68,7 +57,7 @@ Accept wildcard characters: False
6857
PARAMVALUE: XdsIdentity
6958
7059
```yaml
71-
Type: Object
60+
Type: XdsIdentity
7261
Parameter Sets: (All)
7362
Aliases:
7463
Applicable: Skype for Business Online
@@ -100,23 +89,7 @@ Accept wildcard characters: False
10089
PARAMVALUE: Guid
10190
10291
```yaml
103-
Type: Object
104-
Parameter Sets: (All)
105-
Aliases:
106-
Applicable: Skype for Business Online
107-
108-
Required: False
109-
Position: Named
110-
Default value: None
111-
Accept pipeline input: False
112-
Accept wildcard characters: False
113-
```
114-
115-
### -AsJob
116-
{{Fill AsJob Description}}
117-
118-
```yaml
119-
Type: SwitchParameter
92+
Type: Guid
12093
Parameter Sets: (All)
12194
Aliases:
12295
Applicable: Skype for Business Online

0 commit comments

Comments
 (0)