Applicable to:Question
How to retrieve FastCGI settings of domains in Plesk for Windows?
Answer1.Connect to the server via RDP
2.Open a Powershell window as Administrator
3.Download the script:
ps Invoke-WebRequest https://raw.githubusercontent.com/plesk/kb-scripts/master/get-fastcgi-settings/get-fastcgi-settings.ps1 -OutFile get-fastcgi-settings.ps1
4.Execute the script:
ps .\get-fastcgi-settings.ps1
Related toPowerShell
Windows