Skip to content

Commit 13cbf7a

Browse files
authored
Merge pull request MicrosoftDocs#3315 from henryriveraCS/patch-3
Fix typo for Copy-GPO.md for winserver2016
2 parents 3e92cb3 + c08b299 commit 13cbf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2016-ps/grouppolicy/Copy-GPO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ PS C:\> Copy-GPO -SourceName "TestGpo1" -SourceDomain "test.contoso.com" TargetN
7777
This command copies the TestGpo1 GPO from the test.contoso.com domain to a GPO named TestGpo1 in the sales.contoso.com domain.
7878

7979
A trust relationship must exist between the source domain and the destination domain.
80-
In addition, if the source domain or the destination domain (or both) is different than the domain of the user that is running the session.a trust must exist between that domain and the domain of the user.
80+
In addition, if the source domain or the destination domain (or both) is different than the domain of the user that is running the session a trust must exist between that domain and the domain of the user.
8181

8282
### Example 3: Copy all GPOs from a domain to another domain
8383
```

0 commit comments

Comments
 (0)