I am trying to install Azure Ad Password Protection proxy executable file using cmd command.
cmd /s "C:\AzureADPasswordProtectionProxySetup.exe" AGREETOLICENSE=“yes”
but this command is hangs and doesn't install anything.
Below is what I want to enable and install using command prompt.
CodePudding user response:
What you are looking for is how to do an unattended installation. Microsoft's page "Plan and deploy on-premises Azure Active Directory Password Protection"1 says the right command is:
AzureADPasswordProtectionProxySetup.exe /quiet
Hope I was able to help.
1 Microsoft Docs, August 25th, 2022. "Install and configure the proxy service" on Plan and deploy on-premises Azure Active Directory Password Protection. Microsoft Entra. Retrieved on August 29th, 2022.