Click or drag to resize

DsCDPContainerSaveChanges Method

Saves changes back to Active Directory.

Namespace:  SysadminsLV.PKI.Management.ActiveDirectory
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public override void SaveChanges(
	bool forceDelete
)

Parameters

forceDelete
Type: SystemBoolean
Forces object deletion if there are no more elements (certificates, CRLs, etc.).
Remarks
Typically, only members of Domain Admins group in forest root domain and members of Enterprise Admins group have permissions to write to Active Directory configuration naming context. Other members should be granted delegated permissions to write to configuration naming context.
See Also