Commands › Microsoft Teams

Get-CsTeamsShiftsAppPolicy

Microsoft Teams MicrosoftTeams Get-*

Returns information about the Teams Shifts App policies that have been configured for use in your organization.

Quick start script

# Get-CsTeamsShiftsAppPolicy — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-MicrosoftTeams -CertificateThumbprint $thumb -ApplicationId $appId -TenantId $tenantId

# 2. Run and inspect
Get-CsTeamsShiftsAppPolicy | Format-List

# 3. Export for evidence / drift tracking
Get-CsTeamsShiftsAppPolicy | Export-Clixml .\CsTeamsShiftsAppPolicy-$(Get-Date -Format yyyyMMdd).xml

Syntax — 2 parameter sets

Identity (Default)

Get-CsTeamsShiftsAppPolicy [[-Identity] <String>] [-MsftInternalProcessingMode <String>] [<CommonParameters>]

Filter

Get-CsTeamsShiftsAppPolicy [-MsftInternalProcessingMode <String>] [-Filter <String>] [<CommonParameters>]

Parameters (3)

ParameterTypeRequiredWhat it controls
-Filter String This parameter accepts a wildcard string and returns all policies with identities matching that string. For example, a Filter value of tag:* will return all policies defined at the per-user level.
-Identity String Unique Identity assigned to the policy when it was created.
-MsftInternalProcessingMode String {{ Fill MsftInternalProcessingMode Description }}

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.