Get-CsTeamsSettingsCustomApp

Get the Custom Apps Setting's value of Teams Admin Center.

Syntax

Get-CsTeamsSettingsCustomApp
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

There is a switch for managing Custom Apps in the Org-wide app settings page of Teams Admin Center. The command can get the current value of this switch. If the switch is enabled, the custom apps can be uploaded as app packages and available in the organization's app store, vice versa.

Examples

Example 1

PS C:\> Get-CsTeamsSettingsCustomApp

IsSideloadedAppsInteractionEnabled
----------------------------------
                             False

Get the value of Custom Apps Setting. The value in the example is False, so custom apps are unavailable in the organization's app store.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object