Usage
m365 tenant people profilecardproperty remove [options]
Description
Removes a custom attribute as a profile card property
Options
| Option |
Description |
-n, --name <name> |
The name of the property to remove. Allowed values: userPrincipalName, fax, streetAddress, postalCode, stateOrProvince, alias, extensionAttribute1, extensionAttribute2, extensionAttribute3, extensionAttribute4, extensionAttribute5, extensionAttribute6, extensionAttribute7, extensionAttribute8, extensionAttribute9, extensionAttribute10, extensionAttribute11, extensionAttribute12, extensionAttribute13, extensionAttribute14, extensionAttribute15 |
-f, --force |
Don't prompt for confirmation. |
Examples
Removes the UPN as a profile property to the profile card
m365 tenant people profilecardproperty remove --name userPrincipalName
Removes a custom extension attribute from the profile card
m365 tenant people profilecardproperty remove --name extensionAttribute1
Additional Info
May need a new scope: PeopleSettings.ReadWrite.All
More Information
Usage
m365 tenant people profilecardproperty remove [options]
Description
Removes a custom attribute as a profile card property
Options
-n, --name <name>userPrincipalName,fax,streetAddress,postalCode,stateOrProvince,alias,extensionAttribute1,extensionAttribute2,extensionAttribute3,extensionAttribute4,extensionAttribute5,extensionAttribute6,extensionAttribute7,extensionAttribute8,extensionAttribute9,extensionAttribute10,extensionAttribute11,extensionAttribute12,extensionAttribute13,extensionAttribute14,extensionAttribute15-f, --forceExamples
Removes the UPN as a profile property to the profile card
Removes a custom extension attribute from the profile card
Additional Info
May need a new scope:
PeopleSettings.ReadWrite.AllMore Information