< Back
Write-Results
Post
NAME Write-Results
SYNOPSIS
Writes the ACL configuration output results.
SYNTAX
Write-Results [-Path] <String> [-Domain] <String> [<CommonParameters>]
DESCRIPTION
The Write-Results cmdlet outputs the modified ACL.
PARAMETERS
-Path <String>
The path of the Active Directory object to get the ACL of.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Domain <String>
The domain the object belongs to.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.Security.AccessControl.AuthorizationRuleCollection
NOTES
AUTHOR: Michael Haken
LAST UPDATE: 2/27/2016
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Write-Results -Path "dc=contso,sc=com" -Domain "contoso.com"
Writes the current ACL of the domain object.
RELATED LINKS
SYNOPSIS
Writes the ACL configuration output results.
SYNTAX
Write-Results [-Path] <String> [-Domain] <String> [<CommonParameters>]
DESCRIPTION
The Write-Results cmdlet outputs the modified ACL.
PARAMETERS
-Path <String>
The path of the Active Directory object to get the ACL of.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Domain <String>
The domain the object belongs to.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.Security.AccessControl.AuthorizationRuleCollection
NOTES
AUTHOR: Michael Haken
LAST UPDATE: 2/27/2016
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Write-Results -Path "dc=contso,sc=com" -Domain "contoso.com"
Writes the current ACL of the domain object.
RELATED LINKS