DsStore Main Topic
DsStore Syntax
dsstore DN_of_domain [-del] [-display] [-addcrl crl_filename CA_name computer_name] [-addroot crl_filename CA_name] [-?]
Where:
- DN_of_domain
- is the distinguished name of the target domain. You must specify this as the first parameter. For example, dsstore DC=dev,DC=microsoft,DC=com.
- -del
- presents a list of roots, from which you can choose one for deletion.
- -display
- displays enterprise roots.
- -addcrl crl_filename CA_name computer_name
- adds a certificate revocation list (.crl) file, a Certificate Authority name, and a computer name.
- -addroot crl_filename CA_name
- adds a certificate revocation list (.crl) file and a Certificate Authority name.
- -?
- displays a syntax screen at the command prompt.