From 43c432bd92c5fea535004d44045120ecfc3fbf6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20QUEROL?= Date: Thu, 20 Nov 2025 13:53:19 +0100 Subject: [PATCH] Upload Reg-App.ps1 --- Misc/Reg-App.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Misc/Reg-App.ps1 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