After you prepare the schema (by using the
If connectivity to the root domain is unreliable, when you run
the
Note: |
---|
For details about preparing forests, see
|
Preparing the Forest
You prepare the forest by specifying the
Copy Code | |
---|---|
LCSCmd.exe /Forest[:<forest FQDN>] /Action:ForestPrep |
Such as:
Copy Code | |
---|---|
LCSCmd.exe /Forest /Action:ForestPrep |
Use the same command, but with the
Copy Code | |
---|---|
LCSCmd.exe /Forest /Action:ForestPrep [/Global:{system|configuration}] [/GroupDomain :<FQDN of the domain to create the universal groups in>] |
Such as:
Copy Code | |
---|---|
LCSCmd.exe /Forest /Action:ForestPrep /Global:system |
Check the Forest Preparation
After preparing the forest, check that the
Copy Code | |
---|---|
LCSCmd.exe /Forest[:<forest FQDN>] /Action:CheckForestPrepState |
Such as:
Copy Code | |
---|---|
LCSCmd.exe /Forest /Action:CheckForestPrepState |
Before the forest has been prepared, the log generated
by
You must have Forest Enterprise Admins or root Domain Admins credentials to perform this task.
Unprep a Forest
The
Copy Code | |
---|---|
LCSCmd.exe /Forest[:<forest FQDN>] /Action:ForestUnprep |
Such as:
Copy Code | |
---|---|
LCSCmd.exe /Forest:contoso.com /Action:ForestUnprep |
By default,
Copy Code | |
---|---|
LCSCmd.exe /Forest[:<forest FQDN>] /Action:ForestUnprep [/Force[:{TRUE|FALSE}]] |
Such as:
Copy Code | |
---|---|
LCSCmd.exe /Forest:contoso.com /Action:ForestUnprep /Force |
For details about forest actions, such as adding pools or creating global settings, see Preparing Enterprise Pools for Office Communications Server.
Check Domain State Within a Forest
The
Copy Code | |
---|---|
LCSCmd.exe /Forest[:<forest FQDN>] /Action:CheckAllDomainsPrepState |
Such as:
Copy Code | |
---|---|
LCSCmd.exe /Forest /Action:CheckAllDomainsPrepState |