SharePoint Farm ID
This is every time SharePoint administrators
need to check when they need to apply License to farm. In this article I am
giving the steps How to check that.
Step1:we can check the Farm ID by using the below Power
shell commands.
1. Go to->SharePoint management shell
2. Run $SPFarm = Get-spfarm
$SPFarm.ID
Step2: Farm
ID could be also found in Configuration database by running the following SQL
query:
SELECT * From Objects where ClassId = ’674DA553-EA77-44A3-B9F8-3F70D786DE6A’
The '674DA553-EA77-44A3-B9F8-3F70D786DE6A' GUID is always a ClassID for Farm object
No comments:
Post a Comment
Your feedback is Much Appreciated. I will try to reply to your queries as soon as possible!!Anil Avula