Search Results for

    Show / Hide Table of Contents

    Set-PnPPlannerConfiguration

    SYNOPSIS

    Required Permissions

    • Azure: tasks.office.com

    Allows the Microsoft Planner configuration of the tenant to be set.

    SYNTAX

    Set-PnPPlannerConfiguration [-IsPlannerAllowed <boolean>] [-AllowRosterCreation <boolean>] [-AllowTenantMoveWithDataLoss <boolean>] [-AllowTenantMoveWithDataMigration <boolean>] [-AllowPlannerMobilePushNotifications <boolean>] [-AllowCalendarSharing <boolean>] [-Connection <PnPConnection>] 
    

    DESCRIPTION

    This cmdlet allows the Microsoft Planner tenant configuration to be changed.

    EXAMPLES

    EXAMPLE 1

    Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true
    

    This example configures Microsoft Planner to be enabled and disallows Roster plans to be created.

    EXAMPLE 2

    Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false
    

    This example disallows direct push notifications.

    PARAMETERS

    -IsPlannerAllowed

    Allows configuring if Microsoft Planner is enabled on the tenant.

    Type: Boolean
    Parameter Sets: (All)
    Aliases:
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -AllowRosterCreation

    Allows configuring whether the creation of Roster containers (Planner plans without Microsoft 365 Groups) is allowed.

    Type: Boolean
    Parameter Sets: (All)
    Aliases:
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -AllowTenantMoveWithDataLoss

    Allows configuring whether a tenant move into a new region is currently authorized.

    Type: Boolean
    Parameter Sets: (All)
    Aliases:
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -AllowTenantMoveWithDataMigration

    Allows configuring whether a tenant move with data migration is authorized.

    Type: Boolean
    Parameter Sets: (All)
    Aliases:
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -AllowPlannerMobilePushNotifications

    Allows configuring whether the direct push notifications are enabled where contents of the push notification are being sent directly through Apple's or Google's services to get to the iOS or Android client.

    Type: Boolean
    Parameter Sets: (All)
    Aliases:
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -AllowCalendarSharing

    Allows configuring whether Outlook calendar sync is enabled.

    Type: Boolean
    Parameter Sets: (All)
    Aliases:
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -Connection

    Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

    Type: PnPConnection
    Parameter Sets: (All)
    Aliases:
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer