Creates SystoLOCK related Group Policy objects.
New-SystoLockGroupPolicyObject [[-Type] <GroupPolicyObjectType>] [-DomainController <String>] [<CommonParameters>]
The New-SystoLockGroupPolicyObject
cmdlet creates one or more of SystoLOCK-related Group Policy objects.
PS C:\> New-SystoLockGroupPolicyObject
Creates all SystoLOCK related Group Policy objects.
PS C:\> New-SystoLockGroupPolicyObject -Type OfflineAutonomousComputers
Creates the specified (OfflineAutonomousComputers) Group Policy object.
Specifies domain controller host name or IP address.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies SystoLOCK object type.
Type: GroupPolicyObjectType
Parameter Sets: (All)
Aliases:
Accepted values: OfflineAutonomousComputers, ClientStationDefault
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Contains a type of a SystoLOCK related Group Policy object.
OfflineAutonomousComputers: GPO associated with autonomous offline login computers group.
ClientStationDefault: Default GPO associated with client station settings.
Contains SystoLOCK related Group Policy object information.
Type: object type.
DisplayName: object display name.
Id: object identifier
IsPresent: boolean value indicating whether the Group Policy object exists.
IsCanonical: boolean value indicating whether the Group Policy object has the canonical form.
Links: list of AD objects linked with GPO.
ApplyTo: list of AD objects to which this GPO is applied.
Get-SystoLockGroupPolicyObject
Test-SystoLockGroupPolicyObject