There are few ways to get FARM server where SharePoint Central Administration site is hosted. Using PowerShell cmdLets:- 1- Get-spwebapplication -includecentraladministration | where {$_.DisplayName -match "SharePoint Central Administration*"} | select DisplayName,Url The above cmdLet is good while you are trying to ...

Read More