Skip to content

Commit d19fae8

Browse files
authored
Create Get-CsTeamsMultiTenantOrganizationConfiguration.md
Add Get-CsTeamsMultiTenantOrganizationConfiguration.md
1 parent 3ea8070 commit d19fae8

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3+
Module Name: MicrosoftTeams
4+
applicable: Microsoft Teams
5+
title: Get-CsTeamsMultiTenantOrganizationConfiguration
6+
online version: https://learn.microsoft.com/powershell/module/teams/get-csteamsmultiTenantorganizationconfiguration
7+
schema: 2.0.0
8+
author: samlyu
9+
ms.author: samlyu
10+
---
11+
12+
# Get-CsTeamsMultiTenantOrganizationConfiguration
13+
14+
## SYNOPSIS
15+
16+
This cmdlet retrieves tenant settings for Multi-tenant Organzation.
17+
18+
## SYNTAX
19+
20+
```
21+
Get-CsTeamsMultiTenantOrganizationConfiguration [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
26+
The new Get-CsTeamsMultiTenantOrganizationConfiguration cmdlet enables Teams meeting administrators to retrieve the Multi-Tenant Organization settings for their tenant. This includes the *isCopilotFromHomeTenant* field, which specifies whether users in a Multi-Tenant Organization are allowed to utilize their Copilot license from their home tenant during cross-tenant meetings.
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> Get-CsTeamsMultiTenantOrganizationConfiguration
33+
```
34+
35+
Retrieves tenant's Multi-tenant Organization Configuration, including isCopilotFromHomeTenant.
36+
37+
## PARAMETERS
38+
39+
### CommonParameters
40+
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/?LinkID=113216).
41+
42+
## INPUTS
43+
44+
## OUTPUTS
45+
46+
## NOTES
47+
48+
## RELATED LINKS
49+
50+
[Set-CsTeamsMultiTenantOrganizationConfiguration](https://learn.microsoft.com/powershell/module/teams/set-csteamsmultiTenantorganizationconfiguration)

0 commit comments

Comments
 (0)