'Updating azure Enterprise Application/SP notes field via powershell
I believe in 2020 it was mentioned the ability to update the notes field within the properties blade of an Azure Enterprise Application was not available via Powershell.
Does anyone know if/how you can do this now?
The only thing I have noticed is the following code. It does not error when I run it but it also does not update the notes field:
Update-AzADServicePrincipal -ObjectId $objectId -Note "test notes" # Update Notes field
Any help would be greatly appreciated.
Best Regards, Rich.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
