diff --git a/Misc/Reg-App.ps1 b/Misc/Reg-App.ps1 new file mode 100644 index 0000000..f89c0a4 --- /dev/null +++ b/Misc/Reg-App.ps1 @@ -0,0 +1,4 @@ +$appName = Read-Host "Nom de l'appli " +$tenant = Read-Host "Nom d'hote du tenant (tenant.onmicrosoft.com ou tenant.fr) " + +Register-PnPEntraIDAppForInteractiveLogin -ApplicationName "$appName" -Tenant $tenant \ No newline at end of file