Skip to content

Commit 53aaa9a

Browse files
committed
Merge branch 'master' into KirksPowerShell_Working
2 parents 0021443 + b42b8e6 commit 53aaa9a

10 files changed

+1142
-1191
lines changed

exchange/exchange-ps/exchange/advanced-threat-protection/Get-AdvancedThreatProtectionDocumentDetail.md

Lines changed: 221 additions & 221 deletions
Large diffs are not rendered by default.

exchange/exchange-ps/exchange/advanced-threat-protection/Get-AdvancedThreatProtectionDocumentReport.md

Lines changed: 231 additions & 231 deletions
Large diffs are not rendered by default.

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

Lines changed: 8 additions & 41 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: Clear-CsOnlineTelephoneNumberReservation
55
schema: 2.0.0
@@ -14,14 +14,13 @@ The telephone numbers will then be available for search and reservation again.
1414
## SYNTAX
1515

1616
```
17-
Clear-CsOnlineTelephoneNumberReservation [-InventoryType <Object>] [-ReservationId <Object>]
18-
[-BypassDualWrite <Object>] [-DomainController <Object>] [-Force] [-Tenant <Object>] [-AsJob]
19-
[<CommonParameters>]
17+
Clear-CsOnlineTelephoneNumberReservation [-Tenant <Guid>] -ReservationId <String>
18+
-InventoryType <String> [-DomainController <Fqdn>] [-Force] [<CommonParameters>]
2019
```
2120

2221
## DESCRIPTION
2322
This cmdlet will fail if any of the numbers in the reservation have already been assigned.
24-
An error message will identify the source of the failure.
23+
An error message will identify the source of the failure.
2524

2625
## EXAMPLES
2726

@@ -44,7 +43,7 @@ Acceptable values are:
4443
- "Subscriber" for numbers supporting public switched telephone network (PSTN) functions.
4544

4645
```yaml
47-
Type: Object
46+
Type: String
4847
Parameter Sets: (All)
4948
Aliases:
5049
Applicable: Skype for Business Online
@@ -60,23 +59,7 @@ Accept wildcard characters: False
6059
Specifies the identification of the reservation you want to clear.
6160
6261
```yaml
63-
Type: Object
64-
Parameter Sets: (All)
65-
Aliases:
66-
Applicable: Skype for Business Online
67-
68-
Required: False
69-
Position: Named
70-
Default value: None
71-
Accept pipeline input: False
72-
Accept wildcard characters: False
73-
```
74-
75-
### -BypassDualWrite
76-
PARAMVALUE: $true | $false
77-
78-
```yaml
79-
Type: Object
62+
Type: String
8063
Parameter Sets: (All)
8164
Aliases:
8265
Applicable: Skype for Business Online
@@ -92,7 +75,7 @@ Accept wildcard characters: False
9275
This parameter is reserved for internal Microsoft use.
9376
9477
```yaml
95-
Type: Object
78+
Type: Fqdn
9679
Parameter Sets: (All)
9780
Aliases: DC
9881
Applicable: Skype for Business Online
@@ -126,23 +109,7 @@ Accept wildcard characters: False
126109
This parameter is reserved for internal Microsoft use.
127110
128111
```yaml
129-
Type: Object
130-
Parameter Sets: (All)
131-
Aliases:
132-
Applicable: Skype for Business Online
133-
134-
Required: False
135-
Position: Named
136-
Default value: None
137-
Accept pipeline input: False
138-
Accept wildcard characters: False
139-
```
140-
141-
### -AsJob
142-
{{Fill AsJob Description}}
143-
144-
```yaml
145-
Type: SwitchParameter
112+
Type: Guid
146113
Parameter Sets: (All)
147114
Aliases:
148115
Applicable: Skype for Business Online

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Converts an object to a JSON-formatted string for PowerShell Web Services.
1313
## SYNTAX
1414

1515
```
16-
ConvertTo-JsonForPSWS [[-InputObject] <Object>] [-Compress] [-Depth <Object>] [-AsJob] [<CommonParameters>]
16+
ConvertTo-JsonForPSWS [-InputObject] <Object> [-Depth <Int>] [-Compress] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
@@ -125,7 +125,7 @@ Accept wildcard characters: False
125125
Specifies how many levels of contained objects are included in the JSON representation. The default value is 2.
126126
127127
```yaml
128-
Type: Object
128+
Type: Int
129129
Parameter Sets: (All)
130130
Aliases:
131131
Applicable: Skype for Business Online
Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
1-
---
2-
external help file: Microsoft.Rtc.Management.dll-Help.xml
3-
applicable: Skype for Business Server 2019
4-
title: Get-CsCloudCallDataConnector
5-
online version:
6-
schema: 2.0.0
7-
---
8-
9-
# Get-CsCloudCallDataConnector
10-
11-
## SYNOPSIS
12-
Returns information about your Call Data Connector.
13-
14-
## SYNTAX
15-
16-
```
17-
Get-CsCloudCallDataConnector [[-LocalStore] [<CommonParameters>]
18-
```
19-
20-
## DESCRIPTION
21-
Call Data Connector provides a single view in a hybrid environment where you can view the on-premises and online call quality data in one place.
22-
23-
The Get-CsCloudCallDataConnector cmdlet provides a way for you to view the on-premises copy of the cloud connection information created by the New-CsCloudCallDataConnection cmdlet. This outputs the Office 365 TenantID and the data ingestion token for Call Data Connector telemetry endpoint.
24-
25-
## EXAMPLES
26-
27-
### Example 1
28-
```powershell
29-
PS C:\> Get-CsCloudCallDataConnector
30-
```
31-
32-
This example returns the CloudCallDataConnector settings stored on-premises. Note that there is only a single, global instance of CloudCallDataConnector settings.
33-
34-
## PARAMETERS
35-
36-
### -LocalStore
37-
Retrieves the Call Data Connector data from the local replica of the Central Management store, rather than from the Central Management store itself.
38-
39-
```yaml
40-
Type: SwitchParameter
41-
Parameter Sets: (All)
42-
Aliases:
43-
applicable: Skype for Business Server 2019
44-
Required: False
45-
Position: Named
46-
Default value: None
47-
Accept pipeline input: False
48-
Accept wildcard characters: False
49-
```
50-
51-
### CommonParameters
52-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
53-
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
54-
55-
## INPUTS
56-
57-
### None
58-
59-
60-
## OUTPUTS
61-
62-
### Microsoft.Rtc.Management.WritableConfig.Settings.CloudCallDataConnection
63-
64-
## NOTES
65-
66-
## RELATED LINKS
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-Help.xml
3+
applicable: Skype for Business Server 2019
4+
title: Get-CsCloudCallDataConnector
5+
online version:
6+
schema: 2.0.0
7+
---
8+
9+
# Get-CsCloudCallDataConnector
10+
11+
## SYNOPSIS
12+
Returns information about your Call Data Connector.
13+
14+
## SYNTAX
15+
16+
```
17+
Get-CsCloudCallDataConnector [[-LocalStore] [<CommonParameters>]
18+
```
19+
20+
## DESCRIPTION
21+
Call Data Connector provides a single view in a hybrid environment where you can view the on-premises and online call quality data in one place.
22+
23+
The Get-CsCloudCallDataConnector cmdlet provides a way for you to view the on-premises copy of the cloud connection information created by the New-CsCloudCallDataConnection cmdlet. This outputs the Office 365 TenantID and the data ingestion token for Call Data Connector telemetry endpoint.
24+
25+
## EXAMPLES
26+
27+
### Example 1
28+
```powershell
29+
PS C:\> Get-CsCloudCallDataConnector
30+
```
31+
32+
This example returns the CloudCallDataConnector settings stored on-premises. Note that there is only a single, global instance of CloudCallDataConnector settings.
33+
34+
## PARAMETERS
35+
36+
### -LocalStore
37+
Retrieves the Call Data Connector data from the local replica of the Central Management store, rather than from the Central Management store itself.
38+
39+
```yaml
40+
Type: SwitchParameter
41+
Parameter Sets: (All)
42+
Aliases:
43+
applicable: Skype for Business Server 2019
44+
Required: False
45+
Position: Named
46+
Default value: None
47+
Accept pipeline input: False
48+
Accept wildcard characters: False
49+
```
50+
51+
### CommonParameters
52+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
53+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
54+
55+
## INPUTS
56+
57+
### None
58+
59+
60+
## OUTPUTS
61+
62+
### Microsoft.Rtc.Management.WritableConfig.Settings.CloudCallDataConnection
63+
64+
## NOTES
65+
66+
## RELATED LINKS

0 commit comments

Comments
 (0)