Skip to content

Commit aa70c13

Browse files
Merge pull request #12808 from MicrosoftDocs/main
[AutoPublish] main to live - 06/17 13:32 PDT | 06/18 02:02 IST
2 parents 3574a52 + 586867c commit aa70c13

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

exchange/exchange-ps/exchange/Get-EXOMailbox.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ The RecipientTypeDetails parameter filters the results by the specified mailbox
447447

448448
- DiscoveryMailbox
449449
- EquipmentMailbox
450-
- GroupMailbox
451450
- LegacyMailbox
452451
- LinkedMailbox
453452
- LinkedRoomMailbox

exchange/exchange-ps/exchange/Get-FederationInformation.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1616

17-
Use the Get-FederationInformation cmdlet to get federation information, including federated domain names and target URLs, from an external Exchange organization.
17+
Use the Get-FederationInformation cmdlet to get federation information from an external Exchange organization.
18+
19+
> [!TIP]
20+
> For information about changes made to the Get-FederationInformation cmdlet to improve security and privacy, see [Important Update to the Get-FederationInformation Cmdlet in Exchange Online](https://techcommunity.microsoft.com/blog/exchange/important-update-to-the-get-federationinformation-cmdlet-in-exchange-online/4410095).
1821
1922
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2023

@@ -29,9 +32,7 @@ Get-FederationInformation -DomainName <SmtpDomain>
2932
```
3033

3134
## DESCRIPTION
32-
The Get-FederationInformation cmdlet retrieves federation information from the domain specified. Results from the cmdlet can be piped to the New-OrganizationRelationship cmdlet to establish an organization relationship with the Exchange organization being queried.
33-
34-
The domain specified should have federation enabled.
35+
The Get-FederationInformation cmdlet retrieves federation information from the specified domain, which should have federation enabled.
3536

3637
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://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3738

exchange/exchange-ps/exchange/New-OrganizationRelationship.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ Free/busy access is enabled.
6565

6666
The requesting organization receives time, subject, and location information from the target organization.
6767

68-
This example attempts to automatically discover configuration information from the external organization by using the domain names provided in the Get-FederationInformation command. If you use this method to create your organization relationship, you must first ensure that you've created an organization identifier by using the Set-FederationOrganizationIdentifier cmdlet.
68+
This example creates the organization relationship using only the domain name specified in the Get-FederationInformation command.
69+
70+
Before you use this method to create an organization relationship, use the Get-FederatedOrganizationIdentifier cmdlet to verify you created an organization identifier using the Set-FederationOrganizationIdentifier cmdlet. Then you can add any additional domains used by the target organization.
71+
72+
**Tip**: For information about changes made to the Get-FederationInformation cmdlet to improve security and privacy, see [Important Update to the Get-FederationInformation Cmdlet in Exchange Online](https://techcommunity.microsoft.com/blog/exchange/important-update-to-the-get-federationinformation-cmdlet-in-exchange-online/4410095).
6973

7074
### Example 2
7175
```powershell

0 commit comments

Comments
 (0)