Skip to content

Commit b26dcba

Browse files
authored
Merge pull request MicrosoftDocs#216 from chrisda/chrisda-office-docs-powershell
Updates to SCC only cmdlets
2 parents e6c65c6 + 8a2ef80 commit b26dcba

File tree

94 files changed

+290
-107
lines changed

Some content is hidden

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

94 files changed

+290
-107
lines changed

exchange/exchange-ps/exchange/Add-ComplianceCaseMember.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Accept wildcard characters: False
109109
```
110110
111111
### -WhatIf
112-
This parameter is reserved for internal Microsoft use.
112+
The WhatIf switch doesn't work in the Office 365 Security & Compliance Center.
113113
114114
```yaml
115115
Type: SwitchParameter

exchange/exchange-ps/exchange/Add-eDiscoveryCaseAdmin.md

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For information about the parameter sets in the Syntax section below, see Exchan
1515
## SYNTAX
1616

1717
```
18-
Add-eDiscoveryCaseAdmin [<CommonParameters>]
18+
Add-eDiscoveryCaseAdmin -User <String> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -49,13 +49,58 @@ For example:
4949

5050
- Canonical DN
5151

52-
- GUID### -Confirm
52+
- GUID
53+
54+
```yaml
55+
Type: String
56+
Parameter Sets: (All)
57+
Aliases:
58+
Applicable: Office 365 Security & Compliance Center
59+
60+
Required: True
61+
Position: Named
62+
Default value: None
63+
Accept pipeline input: False
64+
Accept wildcard characters: False
65+
```
66+
67+
### -Confirm
5368
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
5469
5570
- Destructive cmdlets (for example, Remove-\* cmdlets) have a built-in pause that forces you to acknowledge the command before proceeding. For these cmdlets, you can skip the confirmation prompt by using this exact syntax: -Confirm:$false.
5671
57-
- Most other cmdlets (for example, New-\* and Set-\* cmdlets) don't have a built-in pause. For these cmdlets, specifying the Confirm switch without a value introduces a pause that forces you acknowledge the command before proceeding.### -WhatIf
58-
This parameter is reserved for internal Microsoft use.### CommonParameters
72+
- Most other cmdlets (for example, New-\* and Set-\* cmdlets) don't have a built-in pause. For these cmdlets, specifying the Confirm switch without a value introduces a pause that forces you acknowledge the command before proceeding.
73+
74+
```yaml
75+
Type: SwitchParameter
76+
Parameter Sets: (All)
77+
Aliases:
78+
Applicable: Office 365 Security & Compliance Center
79+
80+
Required: False
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: False
84+
Accept wildcard characters: False
85+
```
86+
87+
### -WhatIf
88+
The WhatIf switch doesn't work in the Office 365 Security & Compliance Center.
89+
90+
```yaml
91+
Type: SwitchParameter
92+
Parameter Sets: (All)
93+
Aliases:
94+
Applicable: Office 365 Security & Compliance Center
95+
96+
Required: False
97+
Position: Named
98+
Default value: None
99+
Accept pipeline input: False
100+
Accept wildcard characters: False
101+
```
102+
103+
### CommonParameters
59104
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
60105
61106
## INPUTS

exchange/exchange-ps/exchange/Enable-ComplianceTagStorage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Accept wildcard characters: False
5555
```
5656
5757
### -WhatIf
58-
This parameter is reserved for internal Microsoft use.
58+
The WhatIf switch doesn't work in the Office 365 Security & Compliance Center.
5959
6060
```yaml
6161
Type: SwitchParameter

exchange/exchange-ps/exchange/Get-ComplianceSecurityFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Accept wildcard characters: False
127127
```
128128
129129
### -WhatIf
130-
This parameter is reserved for internal Microsoft use.
130+
The WhatIf switch doesn't work in the Office 365 Security & Compliance Center.
131131
132132
```yaml
133133
Type: SwitchParameter

exchange/exchange-ps/exchange/Get-UnifiedGroup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ Accept wildcard characters: False
142142
### -IncludeAllProperties
143143
The IncludeAllProperties switch specifies whether to include the values of all properties in the results. You don't need to specify a value with this switch.
144144
145-
If you don't use this switch, the values of some properties (for example, CalendarMemeberReadOnly, CalendarUrl, InboxUrl, PeopleUrl, and PhotoUrl) might appear blank.### -IncludeSoftDeletedGroups
145+
If you don't use this switch, the values of some properties (for example, CalendarMemeberReadOnly, CalendarUrl, InboxUrl, PeopleUrl, and PhotoUrl) might appear blank.
146+
147+
### -IncludeSoftDeletedGroups
146148
The IncludeSoftDeletedGroups switch specifies whether to include soft-deleted Office 365 groups in the results. You don't need to specify a value with this switch.
147149
148150
This switch is required to return soft-deleted Office 365 groups.

exchange/exchange-ps/exchange/Get-eDiscoveryCaseAdmin.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For information about the parameter sets in the Syntax section below, see Exchan
1515
## SYNTAX
1616

1717
```
18-
Get-eDiscoveryCaseAdmin [<CommonParameters>]
18+
Get-eDiscoveryCaseAdmin [-DomainController <Fqdn>] [-ResultSize <Unlimited>] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -35,8 +35,38 @@ This example returns a summary list of all eDiscovery Administrators.
3535
## PARAMETERS
3636

3737
### -DomainController
38-
This parameter is reserved for internal Microsoft use.### -ResultSize
39-
The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.### CommonParameters
38+
This parameter is reserved for internal Microsoft use.
39+
40+
```yaml
41+
Type: Fqdn
42+
Parameter Sets: (All)
43+
Aliases:
44+
Applicable: Office 365 Security & Compliance Center
45+
46+
Required: False
47+
Position: Named
48+
Default value: None
49+
Accept pipeline input: False
50+
Accept wildcard characters: False
51+
```
52+
53+
### -ResultSize
54+
The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.
55+
56+
```yaml
57+
Type: Unlimited
58+
Parameter Sets: (All)
59+
Aliases:
60+
Applicable: Office 365 Security & Compliance Center
61+
62+
Required: False
63+
Position: Named
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
69+
### CommonParameters
4070
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
4171
4272
## INPUTS

exchange/exchange-ps/exchange/New-ActivityAlert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ Accept wildcard characters: False
522522
```
523523
524524
### -WhatIf
525-
This parameter is reserved for internal Microsoft use.
525+
The WhatIf switch doesn't work in the Office 365 Security & Compliance Center.
526526
527527
```yaml
528528
Type: SwitchParameter

exchange/exchange-ps/exchange/New-AuditConfigurationPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Accept wildcard characters: False
9595
```
9696
9797
### -WhatIf
98-
This parameter is reserved for internal Microsoft use.
98+
The WhatIf switch doesn't work in the Office 365 Security & Compliance Center.
9999
100100
```yaml
101101
Type: SwitchParameter

exchange/exchange-ps/exchange/New-AuditConfigurationRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Accept wildcard characters: False
143143
```
144144
145145
### -WhatIf
146-
This parameter is reserved for internal Microsoft use.
146+
The WhatIf switch doesn't work in the Office 365 Security & Compliance Center.
147147
148148
```yaml
149149
Type: SwitchParameter

exchange/exchange-ps/exchange/New-CaseHoldPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Accept wildcard characters: False
220220
```
221221
222222
### -WhatIf
223-
This parameter is reserved for internal Microsoft use.
223+
The WhatIf switch doesn't work in the Office 365 Security & Compliance Center.
224224
225225
```yaml
226226
Type: SwitchParameter

0 commit comments

Comments
 (0)