Please fill in this simple registration form. After that you will receive e-mail
with 30-days Trial License for selected product.
Request
is processing. Please wait...
There are several ways to obtain your SharePoint Farm ID.
Method 1:
Method 2:
- Download FarmInfo.zip (ArtfulBits
utility for retrieving SharePoint FarmID)
- Run it on your SharePoint Server
The application dialog will look like this:
Method 3:
- Run Windows PowerShell on your SharePoint Server as administrator
- Type in the following command to set minimal reqired execution policy:
Set-ExecutionPolicy RemoteSigned
Hit "Enter" key to confirm your choice
Enter following commands one by one:
[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")
$spFarm=[Microsoft.SharePoint.Administration.SPfarm]::Local
$spFarm.Id
Output of commands execution will look like this: