When attempting to logon to the Password Propagation Service website a 403 error is returned. The username and password are confirmed to be correct and the website returns the forbidden error.
Missing IIS Features.
Features under Application Management may not have been selected to enable them for IIS. The following can be run one at a time through PowerShell or added to PowerShell ISE and run together.
Enable-WindowsOptionalFeature -Online -FeatureName IIS-ApplicationDevelopment
Enable-WindowsOptionalFeature -online -FeatureName NetFx4Extended-ASPNET45
Enable-WindowsOptionalFeature -Online -FeatureName IIS-NetFxExtensibility45
Enable-WindowsOptionalFeature -Online -FeatureName IIS-ISAPIFilter
Enable-WindowsOptionalFeature -Online -FeatureName IIS-ISAPIExtensions
Enable-WindowsOptionalFeature -Online -FeatureName IIS-ASPNET45
If the issue remains, see the following article - https://support.quest.com/on-demand-migration/kb/4377134/odmad-installation-of-password-propagation-server-iis-feature-requirement-4377134