Skip to content

Commit cee279d

Browse files
authored
Merge pull request #11723 from MicrosoftDocs/chrisda
Ex2019 blind cmdlet sweep
2 parents aac6ceb + c1048e6 commit cee279d

File tree

5 files changed

+343
-3
lines changed

5 files changed

+343
-3
lines changed

exchange/exchange-ps/exchange/New-AuthenticationPolicy.md

Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ New-AuthenticationPolicy [[-Name] <String>]
4242
[-BlockLegacyAuthPop]
4343
[-BlockLegacyAuthRpc]
4444
[-BlockLegacyAuthWebServices]
45+
[-BlockModernAuthActiveSync]
46+
[-BlockModernAuthAutodiscover]
47+
[-BlockModernAuthImap]
48+
[-BlockModernAuthMapi]
49+
[-BlockModernAuthOfflineAddressBook]
50+
[-BlockModernAuthPop]
51+
[-BlockModernAuthRpc]
52+
[-BlockModernAuthWebServices]
4553
[-Confirm]
4654
[-WhatIf]
4755
[<CommonParameters>]
@@ -532,6 +540,150 @@ Accept pipeline input: False
532540
Accept wildcard characters: False
533541
```
534542
543+
### -BlockModernAuthActiveSync
544+
This parameter is available only in on-premises Exchange.
545+
546+
The BlockModernAuthActiveSync switch specifies whether to block modern authentication with Exchange ActiveSync in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
547+
548+
```yaml
549+
Type: SwitchParameter
550+
Parameter Sets: (All)
551+
Aliases:
552+
Applicable: Exchange Server 2019
553+
554+
Required: False
555+
Position: Named
556+
Default value: None
557+
Accept pipeline input: False
558+
Accept wildcard characters: False
559+
```
560+
561+
### -BlockModernAuthAutodiscover
562+
This parameter is available only in on-premises Exchange.
563+
564+
The BlockModernAuthAutodiscover switch specifies whether to block modern authentication with Autodiscover in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
565+
566+
```yaml
567+
Type: SwitchParameter
568+
Parameter Sets: (All)
569+
Aliases:
570+
Applicable: Exchange Server 2019
571+
572+
Required: False
573+
Position: Named
574+
Default value: None
575+
Accept pipeline input: False
576+
Accept wildcard characters: False
577+
```
578+
579+
### -BlockModernAuthImap
580+
This parameter is available only in on-premises Exchange.
581+
582+
The BlockModernAuthImap switch specifies whether to block modern authentication with IMAP in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
583+
584+
```yaml
585+
Type: SwitchParameter
586+
Parameter Sets: (All)
587+
Aliases:
588+
Applicable: Exchange Server 2019
589+
590+
Required: False
591+
Position: Named
592+
Default value: None
593+
Accept pipeline input: False
594+
Accept wildcard characters: False
595+
```
596+
597+
### -BlockModernAuthMapi
598+
This parameter is available only in on-premises Exchange.
599+
600+
The BlockModernAuthMapi switch specifies whether to block modern authentication with MAPI in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
601+
602+
```yaml
603+
Type: SwitchParameter
604+
Parameter Sets: (All)
605+
Aliases:
606+
Applicable: Exchange Server 2019
607+
608+
Required: False
609+
Position: Named
610+
Default value: None
611+
Accept pipeline input: False
612+
Accept wildcard characters: False
613+
```
614+
615+
### -BlockModernAuthOfflineAddressBook
616+
This parameter is available only in on-premises Exchange.
617+
618+
The BlockModernAuthOfflineAddressBook switch specifies whether to block modern authentication with Offline Address Books in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
619+
620+
```yaml
621+
Type: SwitchParameter
622+
Parameter Sets: (All)
623+
Aliases:
624+
Applicable: Exchange Server 2019
625+
626+
Required: False
627+
Position: Named
628+
Default value: None
629+
Accept pipeline input: False
630+
Accept wildcard characters: False
631+
```
632+
633+
### -BlockModernAuthPop
634+
This parameter is available only in on-premises Exchange.
635+
636+
The BlockModernAuthPop switch specifies whether to block modern authentication with POP in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
637+
638+
```yaml
639+
Type: SwitchParameter
640+
Parameter Sets: (All)
641+
Aliases:
642+
Applicable: Exchange Server 2019
643+
644+
Required: False
645+
Position: Named
646+
Default value: None
647+
Accept pipeline input: False
648+
Accept wildcard characters: False
649+
```
650+
651+
### -BlockModernAuthRpc
652+
This parameter is available only in on-premises Exchange.
653+
654+
The BlockModernAuthRpc switch specifies whether to block modern authentication with RPC in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
655+
656+
```yaml
657+
Type: SwitchParameter
658+
Parameter Sets: (All)
659+
Aliases:
660+
Applicable: Exchange Server 2019
661+
662+
Required: False
663+
Position: Named
664+
Default value: None
665+
Accept pipeline input: False
666+
Accept wildcard characters: False
667+
```
668+
669+
### -BlockModernAuthWebServices
670+
This parameter is available only in on-premises Exchange.
671+
672+
The BlockModernAuthWebServices switch specifies whether to block modern authentication with Exchange Web Services (EWS) in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
673+
674+
```yaml
675+
Type: SwitchParameter
676+
Parameter Sets: (All)
677+
Aliases:
678+
Applicable: Exchange Server 2019
679+
680+
Required: False
681+
Position: Named
682+
Default value: None
683+
Accept pipeline input: False
684+
Accept wildcard characters: False
685+
```
686+
535687
### -Confirm
536688
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.
537689

exchange/exchange-ps/exchange/Remove-MailboxFolderPermission.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ Accept wildcard characters: False
189189
```
190190

191191
### -ResetDelegateUserCollection
192-
This parameter is available only in the cloud-based service.
193-
194192
The ResetDelegateUserCollection switch forces the removal of the LocalFreeBusy or the PR_FREEBUSY_ENTRYIDs files in case of corruption. You don't need to specify a value with this switch.
195193

196194
Use this switch if you encounter problems trying add, change, or remove delegate permissions. Using this switch deletes those files and downgrades any existing delegates to Editor permissions. You'll need to grant delegate permissions again using `-SharingPermissionFlag Delegate`.
@@ -201,7 +199,7 @@ When you use this switch, the value of Identity should be the user's primary cal
201199
Type: SwitchParameter
202200
Parameter Sets: ResetDelegateUserCollection
203201
Aliases:
204-
Applicable: Exchange Online
202+
Applicable: Exchange Server 2019, Exchange Online
205203
206204
Required: False
207205
Position: Named

exchange/exchange-ps/exchange/Set-AuthenticationPolicy.md

Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ Set-AuthenticationPolicy [-Identity] <AuthPolicyIdParameter>
4242
[-BlockLegacyAuthPop]
4343
[-BlockLegacyAuthRpc]
4444
[-BlockLegacyAuthWebServices]
45+
[-BlockModernAuthActiveSync]
46+
[-BlockModernAuthAutodiscover]
47+
[-BlockModernAuthImap]
48+
[-BlockModernAuthMapi]
49+
[-BlockModernAuthOfflineAddressBook]
50+
[-BlockModernAuthPop]
51+
[-BlockModernAuthRpc]
52+
[-BlockModernAuthWebServices]
4553
[-Confirm]
4654
[-WhatIf]
4755
[<CommonParameters>]
@@ -508,6 +516,150 @@ Accept pipeline input: False
508516
Accept wildcard characters: False
509517
```
510518

519+
### -BlockModernAuthActiveSync
520+
This parameter is available only in on-premises Exchange.
521+
522+
The BlockModernAuthActiveSync switch specifies whether to block modern authentication with Exchange ActiveSync in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
523+
524+
```yaml
525+
Type: SwitchParameter
526+
Parameter Sets: (All)
527+
Aliases:
528+
Applicable: Exchange Server 2019
529+
530+
Required: False
531+
Position: Named
532+
Default value: None
533+
Accept pipeline input: False
534+
Accept wildcard characters: False
535+
```
536+
537+
### -BlockModernAuthAutodiscover
538+
This parameter is available only in on-premises Exchange.
539+
540+
The BlockModernAuthAutodiscover switch specifies whether to block modern authentication with Autodiscover in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
541+
542+
```yaml
543+
Type: SwitchParameter
544+
Parameter Sets: (All)
545+
Aliases:
546+
Applicable: Exchange Server 2019
547+
548+
Required: False
549+
Position: Named
550+
Default value: None
551+
Accept pipeline input: False
552+
Accept wildcard characters: False
553+
```
554+
555+
### -BlockModernAuthImap
556+
This parameter is available only in on-premises Exchange.
557+
558+
The BlockModernAuthImap switch specifies whether to block modern authentication with IMAP in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
559+
560+
```yaml
561+
Type: SwitchParameter
562+
Parameter Sets: (All)
563+
Aliases:
564+
Applicable: Exchange Server 2019
565+
566+
Required: False
567+
Position: Named
568+
Default value: None
569+
Accept pipeline input: False
570+
Accept wildcard characters: False
571+
```
572+
573+
### -BlockModernAuthMapi
574+
This parameter is available only in on-premises Exchange.
575+
576+
The BlockModernAuthMapi switch specifies whether to block modern authentication with MAPI in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
577+
578+
```yaml
579+
Type: SwitchParameter
580+
Parameter Sets: (All)
581+
Aliases:
582+
Applicable: Exchange Server 2019
583+
584+
Required: False
585+
Position: Named
586+
Default value: None
587+
Accept pipeline input: False
588+
Accept wildcard characters: False
589+
```
590+
591+
### -BlockModernAuthOfflineAddressBook
592+
This parameter is available only in on-premises Exchange.
593+
594+
The BlockModernAuthOfflineAddressBook switch specifies whether to block modern authentication with Offline Address Books in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
595+
596+
```yaml
597+
Type: SwitchParameter
598+
Parameter Sets: (All)
599+
Aliases:
600+
Applicable: Exchange Server 2019
601+
602+
Required: False
603+
Position: Named
604+
Default value: None
605+
Accept pipeline input: False
606+
Accept wildcard characters: False
607+
```
608+
609+
### -BlockModernAuthPop
610+
This parameter is available only in on-premises Exchange.
611+
612+
The BlockModernAuthPop switch specifies whether to block modern authentication with POP in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
613+
614+
```yaml
615+
Type: SwitchParameter
616+
Parameter Sets: (All)
617+
Aliases:
618+
Applicable: Exchange Server 2019
619+
620+
Required: False
621+
Position: Named
622+
Default value: None
623+
Accept pipeline input: False
624+
Accept wildcard characters: False
625+
```
626+
627+
### -BlockModernAuthRpc
628+
This parameter is available only in on-premises Exchange.
629+
630+
The BlockModernAuthRpc switch specifies whether to block modern authentication with RPC in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
631+
632+
```yaml
633+
Type: SwitchParameter
634+
Parameter Sets: (All)
635+
Aliases:
636+
Applicable: Exchange Server 2019
637+
638+
Required: False
639+
Position: Named
640+
Default value: None
641+
Accept pipeline input: False
642+
Accept wildcard characters: False
643+
```
644+
645+
### -BlockModernAuthWebServices
646+
This parameter is available only in on-premises Exchange.
647+
648+
The BlockModernAuthWebServices switch specifies whether to block modern authentication with Exchange Web Services (EWS) in Exchange 2019 CU13 or later. You don't need to specify a value with this switch.
649+
650+
```yaml
651+
Type: SwitchParameter
652+
Parameter Sets: (All)
653+
Aliases:
654+
Applicable: Exchange Server 2019
655+
656+
Required: False
657+
Position: Named
658+
Default value: None
659+
Accept pipeline input: False
660+
Accept wildcard characters: False
661+
```
662+
511663
### -Confirm
512664
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.
513665

exchange/exchange-ps/exchange/Set-EcpVirtualDirectory.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Set-EcpVirtualDirectory [-Identity] <VirtualDirectoryIdParameter>
3838
[-FormsAuthentication <Boolean>]
3939
[-GzipLevel <GzipLevel>]
4040
[-InternalUrl <Uri>]
41+
[-OAuthAuthentication <Boolean>]
4142
[-OwaOptionsEnabled <Boolean>]
4243
[-WhatIf]
4344
[-WindowsAuthentication <Boolean>]
@@ -348,6 +349,22 @@ Accept pipeline input: False
348349
Accept wildcard characters: False
349350
```
350351

352+
### -OAuthAuthentication
353+
{{ Fill OAuthAuthentication Description }}
354+
355+
```yaml
356+
Type: Boolean
357+
Parameter Sets: (All)
358+
Aliases:
359+
Applicable: Exchange Server 2019
360+
361+
Required: False
362+
Position: Named
363+
Default value: None
364+
Accept pipeline input: False
365+
Accept wildcard characters: False
366+
```
367+
351368
### -OwaOptionsEnabled
352369
The OwaOptionsEnabled parameter specifies that Outlook on the web Options is enabled for end users. If this parameter is set to $false, users aren't able to access Outlook on the web Options. You may want to disable access if your organization uses third-party provider tools. This parameter accepts $true or $false.
353370

0 commit comments

Comments
 (0)