Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions exchange/exchange-ps/ExchangePowerShell/Set-AuthConfig.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
author: chrisda
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
Locale: en-US
Expand Down Expand Up @@ -92,7 +92,7 @@ This example immediately rolls over the certificate configured as the next certi

### -CertificateThumbprint

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The CertificateThumbprint parameter specifies the thumbprint of the certificate to be used by Exchange for server-to-server authentication.

Expand All @@ -110,7 +110,7 @@ Accept wildcard characters: False

### -ClearPreviousCertificate

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The ClearPreviousCertificate switch clears the certificate that was saved as the previous certificate in the authorization configuration. You don't need to specify a value with this switch.

Expand All @@ -128,7 +128,7 @@ Accept wildcard characters: False

### -Confirm

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

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.

Expand All @@ -149,7 +149,7 @@ Accept wildcard characters: False

### -DomainController

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.

Expand All @@ -167,7 +167,7 @@ Accept wildcard characters: False

### -Force

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The Force switch hides warning or confirmation messages. You don't need to specify a value with this switch.

Expand All @@ -187,7 +187,7 @@ Accept wildcard characters: False

### -NewCertificateEffectiveDate

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The NewCertificateEffectiveDate parameter specifies a date when the certificate configured as the next certificate should be used.

Expand All @@ -205,7 +205,7 @@ Accept wildcard characters: False

### -NewCertificateThumbprint

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The NewCertificateThumbprint parameter specifies the thumbprint of the new certificate to be used as the next certificate in the authorization configuration.

Expand All @@ -223,7 +223,7 @@ Accept wildcard characters: False

### -PublishCertificate

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The PublishCertificate switch immediately rolls over the specified certificate as the current certificate. You don't need to specify a value with this switch.

Expand All @@ -243,7 +243,7 @@ Accept wildcard characters: False

### -Realm

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The Realm parameter specifies a security realm for partner applications. If a service or user presents a token from a domain that's not an accepted domain in the Exchange organization, the token must contain the specified realm to gain access to resources.

Expand All @@ -261,7 +261,7 @@ Accept wildcard characters: False

### -Server

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The Server parameter isn't available in this release.

Expand All @@ -279,7 +279,7 @@ Accept wildcard characters: False

### -ServiceName

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The ServiceName parameter identifies Microsoft Exchange to other partner applications such as SharePoint 2013.

Expand All @@ -299,7 +299,7 @@ Accept wildcard characters: False

### -SkipImmediateCertificateDeployment

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The SkipImmediateCertificateDeployment switch specifies that the certificate shouldn't be used immediately. You don't need to specify a value with this switch.

Expand All @@ -319,7 +319,7 @@ Accept wildcard characters: False

### -WhatIf

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

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.

Expand Down
12 changes: 6 additions & 6 deletions exchange/exchange-ps/ExchangePowerShell/Set-AuthRedirect.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
author: chrisda
external help file: Microsoft.Exchange.RemoteConnections-Help.xml
Locale: en-US
Expand Down Expand Up @@ -53,7 +53,7 @@ This example sets the TargetURL value for all existing OAuth redirection objects

### -Identity

> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The Identity parameter specifies the existing OAuth redirection object that you want to modify. The object name uses the syntax `AuthRedirect-Bearer-GUID`. The easiest way to find the name of the OAuth redirection object is to run Get-AuthRedirect.

Expand All @@ -71,7 +71,7 @@ Accept wildcard characters: False

### -Confirm

> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

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.

Expand All @@ -92,7 +92,7 @@ Accept wildcard characters: False

### -DomainController

> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.

Expand All @@ -110,7 +110,7 @@ Accept wildcard characters: False

### -TargetUrl

> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The TargetUrl parameter specifies the FQDN of the Exchange 2013 Client Access server that processes the Oauth request.

Expand All @@ -128,7 +128,7 @@ Accept wildcard characters: False

### -WhatIf

> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

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.

Expand Down
26 changes: 13 additions & 13 deletions exchange/exchange-ps/ExchangePowerShell/Set-AuthServer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
author: chrisda
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
Locale: en-US
Expand Down Expand Up @@ -96,7 +96,7 @@ This command disables the authorization server ACS.

### -Identity

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The Identity parameter specifies the authorization server object that you want to modify. You can use any value that uniquely identifies the authorization server. For example:

Expand All @@ -118,7 +118,7 @@ Accept wildcard characters: False

### -ApplicationIdentifier

> Applicable: Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Server SE

This parameter is available in the April 18, 2025 Hotfix update (HU) for Exchange 2019 CU15 and Exchange 2016 CU23.

Expand All @@ -138,7 +138,7 @@ Accept wildcard characters: False

### -AuthMetadataUrl

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The AuthMetadataUrl parameter specifies the URL of the authorization server. This can be the AuthMetadataUrl of your Exchange Online organization.

Expand All @@ -156,7 +156,7 @@ Accept wildcard characters: False

### -Confirm

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

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.

Expand All @@ -177,7 +177,7 @@ Accept wildcard characters: False

### -DomainController

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.

Expand All @@ -195,7 +195,7 @@ Accept wildcard characters: False

### -DomainName

> Applicable: Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Server SE

This parameter is available only in Exchange Server 2016 (CU18 or higher) and Exchange Server 2019 (CU7 or higher).

Expand All @@ -217,7 +217,7 @@ Accept wildcard characters: False

### -Enabled

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The Enabled parameter specifies whether the authorization server is enabled. Only enabled authorization servers can issue and accept tokens. Disabling the authorization server prevents any partner applications configured to use the authorization server from getting a token.

Expand All @@ -240,7 +240,7 @@ Accept wildcard characters: False

### -IsDefaultAuthorizationEndpoint

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The IsDefaultAuthorizationEndpoint parameter specifies whether this server is the default authorization endpoint. Valid values are:

Expand All @@ -262,7 +262,7 @@ Accept wildcard characters: False

### -Name

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The Name parameter specifies a unique name for the authorization server object. The maximum length is 64 characters. If the value contains spaces, enclose the value in quotation marks (").

Expand All @@ -280,7 +280,7 @@ Accept wildcard characters: False

### -RefreshAuthMetadata

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The RefreshAuthMetadata switch specifies whether Exchange should refresh the auth metadata from the specified URL. You don't need to specify a value with this switch.

Expand All @@ -298,7 +298,7 @@ Accept wildcard characters: False

### -TrustAnySSLCertificate

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

The TrustAnySSLCertificate switch allows Exchange to accept certificates from untrusted certification authorities (CAs). You don't need to specify a value with this switch.

Expand All @@ -318,7 +318,7 @@ Accept wildcard characters: False

### -WhatIf

> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE

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.

Expand Down
Loading
Loading