Skip to content

Commit b10d6af

Browse files
committed
PS run as Admin
1 parent 7b3373f commit b10d6af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AppCreationScripts/Cleanup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ param(
77
[string] $azureEnvironmentName
88
)
99

10-
#Requires -Modules AzureAD
10+
#Requires -Modules AzureAD -RunAsAdministrator
1111

1212

1313
if ($null -eq (Get-Module -ListAvailable -Name "AzureAD")) {

AppCreationScripts/Configure.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ param(
77
[string] $azureEnvironmentName
88
)
99

10-
#Requires -Modules AzureAD
10+
#Requires -Modules AzureAD -RunAsAdministrator
1111

1212
<#
1313
This script creates the Azure AD applications needed for this sample and updates the configuration files

0 commit comments

Comments
 (0)