get SharePoint Farm ID with PowerShell
If you need to get the ID of your SharePoint Farm, you need to use PowerShell. Getting it is easy you just need to enter the following two commands and the ID will appear.
$SPFarm = Get-spfarm
$SPFarm.ID
$SPFarm = Get-spfarm
$SPFarm.ID
Comments
Post a Comment