Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepowershell
Set-ExecutionPolicy remotesigned
Connect-AzureAD
.\main.ps1

If the configuration file is not the same directory as main.ps1 file -

Code Block
languagepowershell
Set-ExecutionPolicy remotesigned
Connect-AzureAD
.\main.ps1 -appConfigurationFileName [absolute path as a text] -isAbsolutePath

...

Code Block
languagepowershell
Set-ExecutionPolicy remotesigned
Connect-AzureAD
.\main.ps1 -tenantId [value as text]

...