Creates and register object identifier information.
New-SystoLockMspkiEnterpriseOid [[-Oid] <String>] [-DomainController <String>] [<CommonParameters>]
The New-SystoLockMspkiEnterpriseOid
cmdlet creates and registers one or more SystoLOCK service object identifier entries in the directory.
If an entry already exists, cmdlet does nothing, otherwise it creates missing entries.
PS C:\> New-SystoLockMspkiEnterpriseOid
Creates all SystoLOCK object identifier entries.
PS C:\> New-SystoLockMspkiEnterpriseOid -Oid 1.3.6.1.4.1.37708.1.5.2
Creates specified object identifier entry.
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 object identifier string.
The following object identifiers are supported:
Type: String
Parameter Sets: (All)
Aliases:
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.
Object identifier.
Contains object identifier information.
DisplayName: OID display name.
DN: OID entry distinguished name.
Flags: specifies object identifier type.
IsPresent: indicating whether the OID entry is present in the directory $true
; otherwise $false
.
Oid: object identifier string.
Get-SystoLockMspkiEnterpriseOid
Test-SystoLockMspkiEnterpriseOid