Skip to content

Commit

Permalink
Update App Registration name to include Custom
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKur committed Jul 22, 2023
1 parent f1a5f15 commit af481fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Function New-M365DocAppRegistration(){
#region Main Script
########################################################

$displayName = "WPNinjas.eu Automatic Documentation Custom 2"
$displayName = "WPNinjas.eu Automatic Documentation Custom"
$appPermissionsRequired = @("AccessReview.Read.All","Agreement.Read.All","AppCatalog.Read.All","Application.Read.All","CloudPC.Read.All","ConsentRequest.Read.All","Device.Read.All","DeviceManagementApps.Read.All","DeviceManagementConfiguration.Read.All","DeviceManagementManagedDevices.Read.All","DeviceManagementRBAC.Read.All","DeviceManagementServiceConfig.Read.All","Directory.Read.All","Domain.Read.All","Organization.Read.All","Policy.Read.All","Policy.ReadWrite.AuthenticationMethod","Policy.ReadWrite.FeatureRollout","PrintConnector.Read.All","Printer.Read.All","PrinterShare.Read.All","PrintSettings.Read.All","PrivilegedAccess.Read.AzureAD","PrivilegedAccess.Read.AzureADGroup","PrivilegedAccess.Read.AzureResources","User.Read" ,"IdentityProvider.Read.All","InformationProtectionPolicy.Read.All" )
$targetServicePrincipalName = 'Microsoft Graph'

Expand Down

0 comments on commit af481fb

Please sign in to comment.