Search Results for

    Show / Hide Table of Contents

    Get-PnPMicrosoft365GroupSettings

    SYNOPSIS

    Required Permissions

    • Microsoft Graph API : Directory.Read.All

    Gets a settings of a specific Microsoft 365 Group or a tenant wide Microsoft 365 Group Settings.

    SYNTAX

    Get-PnPMicrosoft365GroupSettings [-Identity <Microsoft365GroupPipeBind>] 
    

    DESCRIPTION

    Allows to retrieve tenant wide settings of Microsoft 365 Groups or by using Identity option you may specify the exact Microsoft 365 Group.

    EXAMPLES

    EXAMPLE 1

    Get-PnPMicrosoft365GroupSettings
    

    Retrieves all the Microsoft 365 Group settings from the Tenant

    EXAMPLE 2

    Get-PnPMicrosoft365GroupSettings -Identity $groupId
    

    Retrieves a specific Microsoft 365 Group setting

    PARAMETERS

    -Identity

    The Identity of the Microsoft 365 Group

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

    RELATED LINKS

    Microsoft 365 Patterns and Practices Microsoft Graph documentation

    Back to top Generated by DocFX spacer