Skip to content

Commit d5ac64b

Browse files
authored
Merge pull request MicrosoftDocs#2141 from MicrosoftDocs/chrisda
Chrisda to master
2 parents c7ed620 + c3f4850 commit d5ac64b

File tree

5 files changed

+36
-134
lines changed

5 files changed

+36
-134
lines changed

exchange/exchange-ps/exchange/mailboxes/Get-Mailbox.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Get-Mailbox [-Anr <String>]
4141
[-ResultSize <Unlimited>]
4242
[-SoftDeletedMailbox]
4343
[-SortBy <String>]
44-
[-SupervisoryReviewPolicy] [<CommonParameters>]
44+
[<CommonParameters>]
4545
```
4646

4747
### DatabaseSet
@@ -65,7 +65,7 @@ Get-Mailbox [-Database <DatabaseIdParameter>]
6565
[-RemoteArchive]
6666
[-ResultSize <Unlimited>]
6767
[-SortBy <String>]
68-
[-SupervisoryReviewPolicy] [<CommonParameters>]
68+
[<CommonParameters>]
6969
```
7070

7171
### Identity
@@ -92,7 +92,7 @@ Get-Mailbox [[-Identity] <MailboxIdParameter>]
9292
[-ResultSize <Unlimited>]
9393
[-SoftDeletedMailbox]
9494
[-SortBy <String>]
95-
[-SupervisoryReviewPolicy] [<CommonParameters>]
95+
[<CommonParameters>]
9696
```
9797

9898
### ServerSet
@@ -116,7 +116,7 @@ Get-Mailbox [-Server <ServerIdParameter>]
116116
[-RemoteArchive]
117117
[-ResultSize <Unlimited>]
118118
[-SortBy <String>]
119-
[-SupervisoryReviewPolicy] [<CommonParameters>]
119+
[<CommonParameters>]
120120
```
121121

122122
### MailboxPlanSet
@@ -829,23 +829,6 @@ Accept pipeline input: False
829829
Accept wildcard characters: False
830830
```
831831
832-
### -SupervisoryReviewPolicy
833-
This parameter is available only in on-premises Exchange.
834-
835-
PARAMVALUE: SwitchParameter
836-
837-
```yaml
838-
Type: SwitchParameter
839-
Parameter Sets: AnrSet, DatabaseSet, Identity, ServerSet
840-
Aliases:
841-
Applicable: Exchange Server 2016, Exchange Server 2019
842-
Required: False
843-
Position: Named
844-
Default value: None
845-
Accept pipeline input: False
846-
Accept wildcard characters: False
847-
```
848-
849832
### CommonParameters
850833
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).
851834

exchange/exchange-ps/exchange/mailboxes/New-Mailbox.md

Lines changed: 18 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -796,38 +796,6 @@ New-Mailbox [-Name] <String> [-Password <SecureString>] [-Shared] [-UserPrincipa
796796
[-WhatIf] [<CommonParameters>]
797797
```
798798

799-
### SupervisoryReviewPolicyMailbox
800-
```
801-
New-Mailbox [-Name] <String> [-SupervisoryReviewPolicy] [-UserPrincipalName <String>]
802-
[-ActiveSyncMailboxPolicy <MailboxPolicyIdParameter>]
803-
[-AddressBookPolicy <AddressBookMailboxPolicyIdParameter>]
804-
[-Alias <String>]
805-
[-Archive]
806-
[-ArchiveDatabase <DatabaseIdParameter>]
807-
[-Confirm]
808-
[-Database <DatabaseIdParameter>]
809-
[-DisplayName <String>]
810-
[-DomainController <Fqdn>]
811-
[-FirstName <String>]
812-
[-Force]
813-
[-ImmutableId <String>]
814-
[-Initials <String>]
815-
[-LastName <String>]
816-
[-MailboxProvisioningConstraint <MailboxProvisioningConstraint>]
817-
[-MailboxProvisioningPreferences <MultiValuedProperty>]
818-
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
819-
[-PrimarySmtpAddress <SmtpAddress>]
820-
[-RemotePowerShellEnabled <$true | $false>]
821-
[-ResetPasswordOnNextLogon <$true | $false>]
822-
[-RetentionPolicy <MailboxPolicyIdParameter>]
823-
[-RoleAssignmentPolicy <MailboxPolicyIdParameter>]
824-
[-SamAccountName <String>]
825-
[-SharingPolicy <SharingPolicyIdParameter>]
826-
[-SkipMailboxProvisioningConstraintValidation]
827-
[-ThrottlingPolicy <ThrottlingPolicyIdParameter>]
828-
[-WhatIf] [<CommonParameters>]
829-
```
830-
831799
## DESCRIPTION
832800
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).
833801

@@ -1303,7 +1271,7 @@ Accept wildcard characters: False
13031271
13041272
```yaml
13051273
Type: String
1306-
Parameter Sets: AuxAuditLog, DisabledUser,Discovery, EnableRoomMailboxAccount, Equipment, Linked, LinkedRoomMailbox, Migration, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
1274+
Parameter Sets: AuxAuditLog, DisabledUser,Discovery, EnableRoomMailboxAccount, Equipment, Linked, LinkedRoomMailbox, Migration, Room, Scheduling, Shared
13071275
Aliases:
13081276
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
13091277
Required: False
@@ -1351,7 +1319,7 @@ For more information about address book policies, see Address book policies (htt
13511319
13521320
```yaml
13531321
Type: AddressBookMailboxPolicyIdParameter
1354-
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, FederatedUser, InactiveMailbox, Linked, LinkedRoomMailbox, MicrosoftOnlineServicesFederatedUser, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
1322+
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, FederatedUser, InactiveMailbox, Linked, LinkedRoomMailbox, MicrosoftOnlineServicesFederatedUser, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
13551323
Aliases:
13561324
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
13571325
Required: False
@@ -1372,7 +1340,7 @@ If you don't use the Alias parameter when you create a recipient, the value of a
13721340
13731341
- Recipients with user accounts (for example, user mailboxes, and mail users): The left side of the MicrosoftOnlineServicesID or UserPrincipalName parameter is used. For example, [email protected] results in the Alias property value helpdesk.
13741342
1375-
- Recipeints without user accounts (for example, room mailboxes, mail contacts, and distribution groups): The value of the Name parameter is used. Spaces are removed and unsupported characters are converted to question marks (?).
1343+
- Recipients without user accounts (for example, room mailboxes, mail contacts, and distribution groups): The value of the Name parameter is used. Spaces are removed and unsupported characters are converted to question marks (?).
13761344
13771345
If you modify the Alias value of an existing recipient, the primary email address is automatically updated only in environments where the recipient is subject to email address policies (the EmailAddressPolicyEnabled property is True for the recipient).
13781346
@@ -1432,7 +1400,7 @@ Accept wildcard characters: False
14321400
```
14331401
14341402
### -Archive
1435-
The Archiveswitch specifies that an archive mailbox is created for this mailbox. You don't need to specify a value with this switch.
1403+
The Archive switch specifies that an archive mailbox is created for this mailbox. You don't need to specify a value with this switch.
14361404
14371405
```yaml
14381406
Type: SwitchParameter
@@ -1459,7 +1427,7 @@ The ArchiveDatabase parameter specifies the Exchange database that contains the
14591427
14601428
```yaml
14611429
Type: DatabaseIdParameter
1462-
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
1430+
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
14631431
Aliases:
14641432
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
14651433
Required: False
@@ -1545,7 +1513,7 @@ Use the Get-MailboxDatabase cmdlet to see the available mailbox databases.
15451513
15461514
```yaml
15471515
Type: DatabaseIdParameter
1548-
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
1516+
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
15491517
Aliases:
15501518
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
15511519
Required: False
@@ -1579,7 +1547,7 @@ The DomainController parameter specifies the domain controller that's used by th
15791547
15801548
```yaml
15811549
Type: Fqdn
1582-
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
1550+
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
15831551

15841552
Aliases:
15851553
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
@@ -1723,7 +1691,7 @@ Accept wildcard characters: False
17231691
### -MailboxPlan
17241692
This parameter is available only in the cloud-based service.
17251693
1726-
The MailboxPlan parameter specifies the mailbox plan to applytothe mailbox. You can use any value that uniquely identifies the mailbox plan. For example:
1694+
The MailboxPlan parameter specifies the mailbox plan to apply to the mailbox. You can use any value that uniquely identifies the mailbox plan. For example:
17271695
17281696
- Name
17291697
@@ -1752,7 +1720,7 @@ Accept wildcard characters: False
17521720
```
17531721
17541722
### -MailboxProvisioningConstraint
1755-
This parameter is only availble in the cloud-based service.
1723+
This parameter is only available in the cloud-based service.
17561724
17571725
This parameter is reserved for internal Microsoft use.
17581726
@@ -1769,7 +1737,7 @@ Accept wildcard characters: False
17691737
```
17701738
17711739
### -MailboxProvisioningPreferences
1772-
This parameter is only availble in the cloud-based service.
1740+
This parameter is only available in the cloud-based service.
17731741
17741742
This parameter is reserved for internal Microsoft use.
17751743
@@ -1809,7 +1777,7 @@ The ManagedFolderMailboxPolicy parameter specifies the managed folder mailbox po
18091777
18101778
```yaml
18111779
Type: MailboxPolicyIdParameter
1812-
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
1780+
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
18131781
Aliases:
18141782
Applicable: Exchange Server 2010
18151783
Required: False
@@ -1828,7 +1796,7 @@ Outlook 2003 Service Pack 3 clients are supported but are provided limited funct
18281796
18291797
```yaml
18301798
Type: SwitchParameter
1831-
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
1799+
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
18321800
Aliases:
18331801
Applicable: Exchange Server 2010
18341802
Required: False
@@ -1984,7 +1952,7 @@ Accept wildcard characters: False
19841952
```
19851953
19861954
### -ProvisionedForOfficeGraph
1987-
This parameter is only availble in the cloud-based service.
1955+
This parameter is only available in the cloud-based service.
19881956
19891957
This parameter is reserved for internal Microsoft use.
19901958
@@ -2093,7 +2061,7 @@ If you don't use this parameter, the retention policy named Default MRM Policy i
20932061
20942062
```yaml
20952063
Type: MailboxPolicyIdParameter
2096-
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
2064+
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
20972065
Aliases:
20982066
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
20992067
Required: False
@@ -2158,7 +2126,7 @@ The SamAccountName parameter (also known as the pre-Windows 2000 user account or
21582126
21592127
```yaml
21602128
Type: String
2161-
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, FederatedUser, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
2129+
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, FederatedUser, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
21622130
Aliases:
21632131
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
21642132
Required: False
@@ -2225,7 +2193,7 @@ If you don't use this parameter, the sharing policy named Default Sharing Policy
22252193
22262194
```yaml
22272195
Type: SharingPolicyIdParameter
2228-
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
2196+
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
22292197
Aliases:
22302198
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
22312199
Required: False
@@ -2236,7 +2204,7 @@ Accept wildcard characters: False
22362204
```
22372205
22382206
### -SkipMailboxProvisioningConstraintValidation
2239-
This parameter is only availble in the cloud-based service.
2207+
This parameter is only available in the cloud-based service.
22402208
22412209
This parameter is reserved for internal Microsoft use.
22422210
@@ -2252,21 +2220,6 @@ Accept pipeline input: False
22522220
Accept wildcard characters: False
22532221
```
22542222
2255-
### -SupervisoryReviewPolicy
2256-
PARAMVALUE: SwitchParameter
2257-
2258-
```yaml
2259-
Type: SwitchParameter
2260-
Parameter Sets: SupervisoryReviewPolicyMailbox
2261-
Aliases:
2262-
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
2263-
Required: True
2264-
Position: Named
2265-
Default value: None
2266-
Accept pipeline input: False
2267-
Accept wildcard characters: False
2268-
```
2269-
22702223
### -TargetAllMDBs
22712224
This parameter is available only in the cloud-based service.
22722225
@@ -2301,7 +2254,7 @@ By default, no throttling policy is applied to the mailbox.
23012254
23022255
```yaml
23032256
Type: ThrottlingPolicyIdParameter
2304-
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared, SupervisoryReviewPolicyMailbox
2257+
Parameter Sets: User, MicrosoftOnlineServicesID, Arbitration, AuditLog, AuxAuditLog, DisabledUser, Discovery, EnableRoomMailboxAccount, Equipment, InactiveMailbox, Linked, LinkedRoomMailbox, Migration, PublicFolder, RemoteArchive, RemovedMailbox, Room, Scheduling, Shared
23052258
Aliases:
23062259
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
23072260
Required: False

exchange/exchange-ps/exchange/mailboxes/Remove-Mailbox.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Remove-Mailbox [-Identity] <MailboxIdParameter> [-Permanent <$true | $false>]
3232
[-PublicFolder]
3333
[-RemoveArbitrationMailboxWithOABsAllowed]
3434
[-RemoveLastArbitrationMailboxAllowed]
35-
[-SupervisoryReviewPolicy]
3635
[-WhatIf] [<CommonParameters>]
3736
```
3837

@@ -51,7 +50,6 @@ Remove-Mailbox -Database <DatabaseIdParameter> -StoreMailboxIdentity <StoreMailb
5150
[-PublicFolder]
5251
[-RemoveArbitrationMailboxWithOABsAllowed]
5352
[-RemoveLastArbitrationMailboxAllowed]
54-
[-SupervisoryReviewPolicy]
5553
[-WhatIf] [<CommonParameters>]
5654
```
5755

@@ -461,21 +459,6 @@ Accept pipeline input: False
461459
Accept wildcard characters: False
462460
```
463461
464-
### -SupervisoryReviewPolicy
465-
PARAMVALUE: SwitchParameter
466-
467-
```yaml
468-
Type: SwitchParameter
469-
Parameter Sets: StoreMailboxIdentity, Identity
470-
Aliases:
471-
Applicable: Exchange Server 2016, Exchange Server 2019
472-
Required: False
473-
Position: Named
474-
Default value: None
475-
Accept pipeline input: False
476-
Accept wildcard characters: False
477-
```
478-
479462
### -WhatIf
480463
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
481464

0 commit comments

Comments
 (0)