Search Results for

    Show / Hide Table of Contents

    Get-PnPMicrosoft365GroupEndpoint

    SYNOPSIS

    Required Permissions

    • Microsoft Graph API : Group.Read.All

    Returns the endpoints behind a particular Microsoft 365 Group

    SYNTAX

    Get-PnPMicrosoft365GroupEndpoint -Identity <Microsoft365GroupPipeBind> [-Connection] [-Verbose] 
    

    DESCRIPTION

    This cmdlet allows retrieval of details on the endpoints connected to a Microsoft 365 Group

    EXAMPLES

    EXAMPLE 2

    Get-PnPMicrosoft365GroupEndpoint
    

    Retrieves the endpoints behind the Microsoft 365 Group of the currently connected to site

    EXAMPLE 2

    Get-PnPMicrosoft365GroupEndpoint -Identity "IT Team"
    

    Retrieves the endpoints behind the Microsoft 365 Group named "IT Team"

    EXAMPLE 3

    Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409
    

    Retrieves the endpoints behind the Microsoft 365 Group with the provided Id

    PARAMETERS

    -Identity

    The Identity of the Microsoft 365 Group

    Type: Microsoft365GroupPipeBind
    Parameter Sets: (All)
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: True (ByValue)
    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)
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -Verbose

    When provided, additional debug statements will be shown while executing the cmdlet.

    Type: SwitchParameter
    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

    Back to top Generated by DocFX spacer