Skip to content

Commit bf61749

Browse files
authored
Merge pull request MicrosoftDocs#2058 from dariomws306/Dariomws306-object-3
Dariomws306 object 3
2 parents f9dd596 + 54af25c commit bf61749

24 files changed

+443
-568
lines changed

skype/skype-ps/skype/Clear-CsOnlineTelephoneNumberReservation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,3 @@ None
139139
## RELATED LINKS
140140
141141
[Online version:](https://docs.microsoft.com/en-us/powershell/module/skype/Clear-CsOnlineTelephoneNumberReservation?view=skype-ps)
142-

skype/skype-ps/skype/Get-CsAudioConferencingProvider.md

Lines changed: 9 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ Audio conferencing providers are a third-party companies that provide organizati
1313

1414
## SYNTAX
1515

16+
### Identity (Default)
1617
```
17-
Get-CsAudioConferencingProvider [[-Identity] <Object>] [-BypassDualWrite <Object>] [-Filter <Object>]
18-
[-LocalStore] [-AsJob] [<CommonParameters>]
18+
Get-CsAudioConferencingProvider [[-Identity] <XdsGlobalRelativeIdentity>] [-LocalStore] [<CommonParameters>]
19+
```
20+
21+
### Filter
22+
```
23+
Get-CsAudioConferencingProvider [-Filter <String>] [-LocalStore] [<CommonParameters>]
1924
```
2025

2126
## DESCRIPTION
@@ -53,22 +58,6 @@ In this example, the filter value "*Fabrikam*" returns all audio conferencing pr
5358

5459
## PARAMETERS
5560

56-
### -BypassDualWrite
57-
PARAMVALUE: $true | $false
58-
59-
```yaml
60-
Type: Object
61-
Parameter Sets: (All)
62-
Aliases:
63-
Applicable: Skype for Business Online
64-
65-
Required: False
66-
Position: Named
67-
Default value: None
68-
Accept pipeline input: False
69-
Accept wildcard characters: False
70-
```
71-
7261
### -Filter
7362
Enables you to use wildcard characters when indicating the audio conferencing provider (or providers) to be returned.
7463
For example, this syntax returns information about all the audio conferencing providers that have the string value "fabrikam" somewhere in their Identity:
@@ -78,7 +67,7 @@ For example, this syntax returns information about all the audio conferencing pr
7867
Note that you cannot use the Filter parameter and the Identity parameters in the same command.
7968

8069
```yaml
81-
Type: Object
70+
Type: String
8271
Parameter Sets: (All)
8372
Aliases:
8473
Applicable: Skype for Business Online
@@ -99,7 +88,7 @@ For example:
9988
If neither the Identity parameter nor the Filter parameter are included in a command then the Get-CsAudioConferencingProvider cmdlet returns information for all the available providers.
10089

10190
```yaml
102-
Type: Object
91+
Type: XdsGlobalRelativeIdentity
10392
Parameter Sets: (All)
10493
Aliases:
10594
Applicable: Skype for Business Online
@@ -127,22 +116,6 @@ Accept pipeline input: False
127116
Accept wildcard characters: False
128117
```
129118

130-
### -AsJob
131-
{{Fill AsJob Description}}
132-
133-
```yaml
134-
Type: SwitchParameter
135-
Parameter Sets: (All)
136-
Aliases:
137-
Applicable: Skype for Business Online
138-
139-
Required: False
140-
Position: Named
141-
Default value: None
142-
Accept pipeline input: False
143-
Accept wildcard characters: False
144-
```
145-
146119
### CommonParameters
147120
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).
148121

skype/skype-ps/skype/Get-CsOnlineApplicationEndpoint.md

Lines changed: 116 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,49 +13,152 @@ Provide the topic introduction here.
1313
## SYNTAX
1414

1515
```
16-
Get-CsOnlineApplicationEndpoint [[-Uri] <Object>] [-Tenant <Object>] [<CommonParameters>]
16+
Get-CsOnlineApplicationEndpoint [-Uri] <String> [-Audience <String>] [-Ring <String>] [-PhoneNumber <String>]
17+
[-IsInternalRun <Boolean>] [-Tenant <Guid>] [-RunFullProvisioningFlow <Boolean>]
18+
[-DomainController <Fqdn>] [-Force] [<CommonParameters>]
1719
```
1820

1921
## DESCRIPTION
2022
Provide the detailed description here.
2123

22-
2324
## EXAMPLES
2425

25-
### -------------------------- Example 1 --------------------------
26+
### Example 1
2627
```
2728
Insert example commands for example 1.
2829
```
2930

3031
Insert descriptive text for example 1.
3132

32-
3333
## PARAMETERS
3434

3535
### -Uri
3636
PARAMVALUE: String
3737

3838
```yaml
39-
Type: Object
39+
Type: String
4040
Parameter Sets: (All)
4141
Aliases: SipUri
42-
Applicable: Skype for Business Online
4342

44-
Required: False
43+
Required: True
4544
Position: 1
4645
Default value: None
47-
Accept pipeline input: False
46+
Accept pipeline input: True (ByPropertyName, ByValue)
4847
Accept wildcard characters: False
4948
```
5049
5150
### -Tenant
5251
PARAMVALUE: Guid
5352
5453
```yaml
55-
Type: Object
54+
Type: Guid
55+
Parameter Sets: (All)
56+
Aliases:
57+
58+
Required: False
59+
Position: Named
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
65+
### -Audience
66+
{{Fill Audience Description}}
67+
68+
```yaml
69+
Type: String
70+
Parameter Sets: (All)
71+
Aliases:
72+
73+
Required: False
74+
Position: Named
75+
Default value: None
76+
Accept pipeline input: False
77+
Accept wildcard characters: False
78+
```
79+
80+
### -DomainController
81+
{{Fill DomainController Description}}
82+
83+
```yaml
84+
Type: Fqdn
85+
Parameter Sets: (All)
86+
Aliases: DC
87+
88+
Required: False
89+
Position: Named
90+
Default value: None
91+
Accept pipeline input: False
92+
Accept wildcard characters: False
93+
```
94+
95+
### -Force
96+
{{Fill Force Description}}
97+
98+
```yaml
99+
Type: SwitchParameter
100+
Parameter Sets: (All)
101+
Aliases:
102+
103+
Required: False
104+
Position: Named
105+
Default value: None
106+
Accept pipeline input: False
107+
Accept wildcard characters: False
108+
```
109+
110+
### -IsInternalRun
111+
{{Fill IsInternalRun Description}}
112+
113+
```yaml
114+
Type: Boolean
56115
Parameter Sets: (All)
57-
Aliases:
58-
Applicable: Skype for Business Online
116+
Aliases:
117+
118+
Required: False
119+
Position: Named
120+
Default value: None
121+
Accept pipeline input: False
122+
Accept wildcard characters: False
123+
```
124+
125+
### -PhoneNumber
126+
{{Fill PhoneNumber Description}}
127+
128+
```yaml
129+
Type: String
130+
Parameter Sets: (All)
131+
Aliases:
132+
133+
Required: False
134+
Position: Named
135+
Default value: None
136+
Accept pipeline input: False
137+
Accept wildcard characters: False
138+
```
139+
140+
### -Ring
141+
{{Fill Ring Description}}
142+
143+
```yaml
144+
Type: String
145+
Parameter Sets: (All)
146+
Aliases:
147+
148+
Required: False
149+
Position: Named
150+
Default value: None
151+
Accept pipeline input: False
152+
Accept wildcard characters: False
153+
```
154+
155+
### -RunFullProvisioningFlow
156+
{{Fill RunFullProvisioningFlow Description}}
157+
158+
```yaml
159+
Type: Boolean
160+
Parameter Sets: (All)
161+
Aliases:
59162

60163
Required: False
61164
Position: Named
@@ -65,7 +168,8 @@ Accept wildcard characters: False
65168
```
66169
67170
### CommonParameters
68-
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).
171+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
172+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
69173
70174
## INPUTS
71175
@@ -74,4 +178,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
74178
## NOTES
75179
76180
## RELATED LINKS
77-

skype/skype-ps/skype/Get-CsTeamsCallingPolicy.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@ Teams calling policies help determine which users are able to use calling functi
1616

1717
## SYNTAX
1818

19+
### Identity (Default)
1920
```
20-
Get-CsTeamsCallingPolicy [-LocalStore] [[-Identity] <Object>] [-Tenant <Object>] [-Filter <Object>] [-AsJob]
21+
Get-CsTeamsCallingPolicy [-Tenant <Guid>] [[-Identity] <XdsIdentity>] [-LocalStore] [<CommonParameters>]
22+
```
23+
24+
### Filter
25+
```
26+
Get-CsTeamsCallingPolicy [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
2127
```
2228

2329
## DESCRIPTION
@@ -41,7 +47,7 @@ Enables you to use wildcard characters when indicating the policy (or policies)
4147
To return a collection of all the per-user policies, use this syntax: -Filter "tag:*".
4248

4349
```yaml
44-
Type: Object
50+
Type: String
4551
Parameter Sets: (All)
4652
Aliases:
4753

@@ -56,7 +62,7 @@ Accept wildcard characters: False
5662
Specify the TeamsCallingPolicy that you would like to retrieve.
5763
5864
```yaml
59-
Type: Object
65+
Type: XdsIdentity
6066
Parameter Sets: (All)
6167
Aliases:
6268

@@ -86,7 +92,7 @@ Accept wildcard characters: False
8692
Microsoft internal use.
8793
8894
```yaml
89-
Type: Object
95+
Type: Guid
9096
Parameter Sets: (All)
9197
Aliases:
9298

@@ -97,30 +103,16 @@ Accept pipeline input: False
97103
Accept wildcard characters: False
98104
```
99105
100-
### -AsJob
101-
Not applicable to online service.
102-
103-
```yaml
104-
Type: SwitchParameter
105-
Parameter Sets: (All)
106-
Aliases:
107-
108-
Required: False
109-
Position: Named
110-
Default value: None
111-
Accept pipeline input: False
112-
Accept wildcard characters: False
113-
```
106+
### CommonParameters
107+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
108+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
114109
115110
## INPUTS
116111
117112
### None
118-
119-
120113
## OUTPUTS
121114
122115
### System.Object
123-
124116
## NOTES
125117
126118
## RELATED LINKS

0 commit comments

Comments
 (0)