TestimoX

API Reference

Command

Get-CxRsopPolicy

Namespace ComputerX.PowerShell
Inputs
System.String
Outputs
ComputerX.Lgpo.LgpoPolItem[]

Gets effective registry policy (RSOP) for Machine or User scope via WMI.

Examples

Authored help example

Example 1


Get-CxRsopPolicy -Scope Machine
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-CxRsopPolicy [-ComputerName <string>] -Scope <string> [<CommonParameters>]
#

Parameters

ComputerName string optionalposition: 0pipeline: true (ByPropertyName)
Target computer(s). Use '.' for local computer or provide DNS names.
Scope string requiredposition: 1pipeline: false
Gets or sets the Scope parameter.

Outputs

ComputerX.Lgpo.LgpoPolItem[]