Set-PnPTenantPronounsSetting
SYNOPSIS
Required Permissions
- Microsoft Graph API : PeopleSettings.ReadWrite.All
Allows allowing configuring the tenant-wide pronouns settings
SYNTAX
Set-PnPTenantPronounsSetting [-Connection <PnPConnection>]
DESCRIPTION
Allows allowing or disallowing users configuring their own desired pronouns in their user profile.
EXAMPLES
EXAMPLE 1
Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true
Enables allowing users to configure their own desired pronouns in their user profile.
EXAMPLE 2
Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false
Disables users from configuring their own desired pronouns in their user profile.
PARAMETERS
-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
-IsEnabledInOrganization
Provide $true to allow end users to set their desired pronounce, provide $false to prevent end users from setting their desired pronouns.
Type: PnPConnection
Parameter Sets: (All)
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
RELATED LINKS
Microsoft 365 Patterns and Practices Microsoft Graph documentation