Hi all, The following C++ sample shows how to use CertCreateSelfSignCertificate API to create a self-signed certificate . The private/public key pair will be created in the machine profile and the certificate will be stored in the Trusted Root CA store
Read More...
Hi all, The following VBScript sample retrieves all users in Active Directory that haven't ever logged on the domain, or haven't logged on for at least maxDays (an argument passed to the script): On Error Resume Next ' Constants ' Const ONE_HUNDRED_NANOSECOND
Read More...