Get-M365UnifiedTenantSettings
This cmdlet returns the current tenant settings for a particular tenant
Get-M365UnifiedTenantSettings
-SettingNames <String[]>
[<CommonParameters>]
Get-M365UnifiedTenantSettings retrieves the current tenant settings for a particular tenant.
PS C:\> Get-M365UnifiedTenantSettings
Returns all the current tenant settings for this tenant.
PS C:\> Get-M365UnifiedTenantSettings -SettingNames DefaultApp
Returns the current tenant setting for DefaultApp for this tenant.
PS C:\> Get-M365UnifiedTenantSettings -SettingNames DefaultApp,EnableCopilotExtensibility
Returns the current tenant setting for DefaultApp and EnableCopilotExtensibility for this tenant.
Setting names requested. Possible values - DefaultApp,GlobalApp,PrivateApp,EnableCopilotExtensibility
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
None
System.Object
SettingName Setting Name returned.
SettingValue The status of this setting in the tenant. Values:
- All
- None
- Some (only applicable for EnableCopilotExtensibility)
Users The list of users this setting is applicable to (only applicable for EnableCopilotExtensibility).
Groups The list of groups this setting is applicable to (only applicable for EnableCopilotExtensibility).