Skip to content

Commit 41831b7

Browse files
authored
Update Get-CsAdForest.md
1. Removed future tense to improve readability. 2. Removed split infinitive to improve readability. 3. Added 'powershell' to example mark up for better readability.
1 parent de3888f commit 41831b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

skype/skype-ps/skype/Get-CsAdForest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Before you can install Skype for Business Server 2015, you must make a number of
2424
This includes creating display specifiers and objects specific to Skype for Business Server 2015, creating the universal security groups that are needed to manage Skype for Business Server 2015, and granting global settings object access permissions to these groups.
2525
The Get-CsAdForest cmdlet returns a single value that tells you whether or not Skype for Business Server 2015 can be installed in a forest.
2626
If the Get-CsAdForest cmdlet returns the value LC_FORESTSETTINGS_STATE_READY then you can install Skype for Business Server 2015 in the forest.
27-
If the cmdlet returns LC_FORESTSETTINGS_STATE_NOT_READY then you will need to correctly prepare the forest before trying to install Skype for Business Server 2015.
27+
If the cmdlet returns LC_FORESTSETTINGS_STATE_NOT_READY then you need to prepare the forest before trying to install Skype for Business Server 2015.
2828

29-
The Get-CsAdForest cmdlet runs as part of the Setup Wizard; if the Wizard determines that the forest is not correctly prepared, then you will receive an error message and Setup will stop.
29+
The Get-CsAdForest cmdlet runs as part of the Setup Wizard; if the Wizard determines that the forest is not correctly prepared, then you receive an error message and Setup stops.
3030
However, you can also run the Get-CsAdForest cmdlet independently of the Setup Wizard in order to verify the forest status before you try to install Skype for Business Server 2015.
3131

3232
Historical Note: Get-CsAdForest performs the same function as the following Microsoft Office Communications Server 2007 R2 command:
@@ -42,14 +42,14 @@ Typically all domain members have this permission.
4242
## EXAMPLES
4343

4444
### -------------------------- Example 1 --------------------------
45-
```
45+
```powershell
4646
Get-CsAdForest
4747
```
4848

4949
Example 1 returns information indicating whether your Active Directory forest has been correctly configured to allow for the installation of Skype for Business Server.
5050

5151
### -------------------------- Example 2 --------------------------
52-
```
52+
```powershell
5353
Get-CsAdForest -Report C:\Logs\ForestState.html
5454
```
5555

0 commit comments

Comments
 (0)