Skip to content

Commit 43adbdc

Browse files
Update docset/winserver2022-ps/grouppolicy/Get-GPO.md
Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
1 parent a489b20 commit 43adbdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docset/winserver2022-ps/grouppolicy/Get-GPO.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,10 @@ This cmdlet returns an object that represents the requested GPO.
273273
script, the default domain is the domain to which the computer is joined.
274274

275275
Only one domain can be used by an instance of this cmdlet. If you pipe a collection of GPO
276-
(Microsoft.GroupPolicy.Gpo) objects to this cmdlet, the DomainName property of the first GPO
277-
object in the collection specifies the domain for the cmdlet. This is because **domainname** is a
278-
built-in alias for the **Domain** parameter, and the **Domain** parameter can take its value by
279-
property name from the pipeline. A non-terminating error occurs for any GPOs in the collection
276+
(**Microsoft.GroupPolicy.Gpo**) objects to this cmdlet, the **DomainName** property of the first
277+
GPO object in the collection specifies the domain for the cmdlet. This is because **domainname**
278+
is a built-in alias for the **Domain** parameter, and the **Domain** parameter can take its value
279+
by property name from the pipeline. A non-terminating error occurs for any GPOs in the collection
280280
that are not in this domain. If this domain is different from the domain of the user account (for
281281
startup or shutdown scripts, the computer account), a trust must exist between the two domains.
282282

0 commit comments

Comments
 (0)