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>] [-GroupSetting <Microsoft365GroupSettingsPipeBind>] 
    

    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

    EXAMPLE 3

    Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId
    

    Retrieves a tenant-wide specific Microsoft 365 Group setting.

    EXAMPLE 4

    Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId 
    

    Retrieves a group-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
    

    -GroupSetting

    The Identity of the Microsoft 365 Group Setting

    Type: Microsoft365GroupSettingsPipeBind
    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 get settings Microsoft Graph documentation list settings

    Back to top Generated by DocFX spacer