Table of Contents

Remove-PnPMicrosoft365GroupPhoto

SYNOPSIS

Required Permissions

  • Microsoft Graph API : One of Directory.ReadWrite.All, Group.ReadWrite.All

Removes the profile photo from a particular Microsoft 365 Group

SYNTAX

Remove-PnPMicrosoft365GroupPhoto -Identity <Microsoft365GroupPipeBind>
  

DESCRIPTION

Allows to remove profile photo from a specified Microsoft 365 Group.

EXAMPLES

EXAMPLE 1

Remove-PnPMicrosoft365GroupPhoto -Identity "Project Team"

Removes profile photo from the Microsoft 365 Group named "Project Team"

PARAMETERS

-Identity

The Identity of the Microsoft 365 Group to remove profile photo from

Type: Microsoft365GroupPipeBind
Parameter Sets: (All)

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

Microsoft 365 Patterns and Practices Microsoft Graph documentation