Skip to content

Commit 2ddcddb

Browse files
Merge pull request #12744 from MicrosoftDocs/main
[AutoPublish] main to live - 05/13 22:32 PDT | 05/14 11:02 IST
2 parents d3a357e + 94cffb6 commit 2ddcddb

File tree

6 files changed

+55
-86
lines changed

6 files changed

+55
-86
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7203,6 +7203,11 @@
72037203
"redirect_url": "/powershell/module/exchange/set-protectionalert",
72047204
"redirect_document_id": false
72057205
},
7206+
{
7207+
"source_path": "exchange/virtual-folder/exchange/Remove-RecordLabel.md",
7208+
"redirect_url": "/powershell/module/exchange/remove-label",
7209+
"redirect_document_id": false
7210+
},
72067211
{
72077212
"source_path": "skype/virtual-folder/skype/Disable-CsOnlineSipDomain.md",
72087213
"redirect_url": "/powershell/module/teams/Disable-CsOnlineSipDomain",

exchange/exchange-ps/exchange/New-AuthServer.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ New-AuthServer [-Name] <String> -AuthMetadataUrl <String> -Type <AuthServerType>
4747
### AppSecret
4848
```
4949
New-AuthServer [-Name] <String> -Type <AuthServerType>
50+
[-ApplicationIdentifier <String>]
5051
[-Confirm]
5152
[-DomainController <Fqdn>]
5253
[-DomainName <MultiValuedProperty>]
@@ -125,6 +126,24 @@ Accept pipeline input: False
125126
Accept wildcard characters: False
126127
```
127128
129+
### -ApplicationIdentifier
130+
This parameter is available in the April 18, 2025 Hotfix update (HU) for Exchange 2019 CU15 and Exchange 2016 CU23.
131+
132+
{{ Fill ApplicationIdentifier Description }}
133+
134+
```yaml
135+
Type: String
136+
Parameter Sets: AppSecret
137+
Aliases:
138+
Applicable: Exchange Server 2016, Exchange Server 2019
139+
140+
Required: False
141+
Position: Named
142+
Default value: None
143+
Accept pipeline input: False
144+
Accept wildcard characters: False
145+
```
146+
128147
### -Confirm
129148
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.
130149

exchange/exchange-ps/exchange/Remove-RecordLabel.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

exchange/exchange-ps/exchange/Set-AuthServer.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@ Set-AuthServer [-Identity] <AuthServerIdParameter>
6262
[<CommonParameters>]
6363
```
6464

65+
### AppSecret
66+
```
67+
Set-AuthServer [-Identity] <AuthServerIdParameter>
68+
[-ApplicationIdentifier <String>]
69+
[-Confirm]
70+
[-DomainController <Fqdn>]
71+
[-DomainName <MultiValuedProperty]>]
72+
[-Enabled <Boolean>]
73+
[-Name <String>]
74+
[-WhatIf]
75+
[<CommonParameters>]
76+
```
77+
6578
## DESCRIPTION
6679
Partner applications authorized by Exchange can access their resources after they're authenticated using server-to-server authentication. A partner application can authenticate by using self-issued tokens trusted by Exchange or by using an authorization server trusted by Exchange. You can use the New-AuthServer cmdlet to create a trusted authorization server object in Exchange, which allows it to trust tokens issued by the authorization server.
6780

@@ -100,6 +113,24 @@ Accept pipeline input: True
100113
Accept wildcard characters: False
101114
```
102115
116+
### -ApplicationIdentifier
117+
This parameter is available in the April 18, 2025 Hotfix update (HU) for Exchange 2019 CU15 and Exchange 2016 CU23.
118+
119+
{{ Fill ApplicationIdentifier Description }}
120+
121+
```yaml
122+
Type: String
123+
Parameter Sets: AppSecret
124+
Aliases:
125+
Applicable: Exchange Server 2016, Exchange Server 2019
126+
127+
Required: False
128+
Position: Named
129+
Default value: None
130+
Accept pipeline input: False
131+
Accept wildcard characters: False
132+
```
133+
103134
### -AuthMetadataUrl
104135
The AuthMetadataUrl parameter specifies the URL of the authorization server. This can be the AuthMetadataUrl of your Exchange Online organization.
105136

exchange/exchange-ps/exchange/exchange.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,8 +1849,6 @@ Exchange PowerShell is built on Windows PowerShell technology and provides a pow
18491849

18501850
### [Remove-ProtectionAlert](Remove-ProtectionAlert.md)
18511851

1852-
### [Remove-RecordLabel](Remove-RecordLabel.md)
1853-
18541852
### [Remove-SupervisoryReviewPolicyV2](Remove-SupervisoryReviewPolicyV2.md)
18551853

18561854
### [Remove-TransportRule](Remove-TransportRule.md)

exchange/mapping/serviceMapping.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,6 @@
907907
"Remove-OrganizationSegment": "policy-and-compliance",
908908
"Remove-OutlookProtectionRule": "policy-and-compliance",
909909
"Remove-ProtectionAlert": "policy-and-compliance",
910-
"Remove-RecordLabel": "policy-and-compliance",
911910
"Remove-SupervisoryReviewPolicyV2": "policy-and-compliance",
912911
"Remove-TransportRule": "policy-and-compliance",
913912
"Set-AutoSensitivityLabelPolicy": "policy-and-compliance",

0 commit comments

Comments
 (0)