Uncategorized

Replacing ADFS Proxy Server’s SSL certificate with the cmdlet Set-WebApplicationProxySslCertificate throws the error: “A positional parameter cannot be found that accepts argument…”

Problem You need update the ADFS Proxy server’s certificate as per the following instructions: Managing SSL Certificates in AD FS and WAP in Windows Server 2016 https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/operations/manage-ssl-certificates-ad-fs-wap … but executing the command throws the error:

Read Full Article >

Attempting to use the Invoke-Command PowerShell cmdlet to remotely install an application hangs indefinitely without starting the installation

Problem You’ve enabled PSRemoting on a remote server or desktop and attempt to use the Invoke-Command PowerShell cmdlet to remotely install an application with the following cmdlet: Invoke-Command -computername wkst-122 -ScriptBlock {Start-Process -FilePath ‘C:tempagentVMware-viewagent-x86_64-6.2.1-3284564.exe’ -ArgumentList

Read Full Article >