Tuesday, May 6, 2014

Get the SharePoint farm ID

We were installing 3rd party software where we needed to get  our farm ID to get the license for the software installation.

Resolution:-
We can do this using Powershell:-

Start- Open SP management Shell-

Run these commands in the window.
$SPFarm = Get-spfarm
$SPFarm.ID

No comments:

Post a Comment