python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Directory entry | Error when using Encryption or SSL
I'm trying to encrypt my Active Directory access with the following code:
// Already tried different paths (LDAP://domain.com, LDAPS://domain.com etc.)
string path = "LDAP://domain.com:636";...
Stan1k
Votes: 0
Answers: 1
Powershell script to add new users to Active Directory from a CSV file fails to work. The error suggests bad syntax but I am failing to see why
I have written a Powershell script to add new users to Active Directory from a CSV file. When I run the script I get a bad syntax error in the New-ADuser section of the code. I do not see how the synt...
Ronald Chinomona
Votes: 0
Answers: 1
List if AD group member is enabled or disabled in CSV file
I have following script and it works fine. I am trying to add 'Enabled' column in the end but not sure how to add it as an expanded property.
Import-Module ActiveDirectory
#create an empty array
$temp...
Jay
Votes: 0
Answers: 1
Provide SSL certificate for internal Website
I have a website in my local network and the website is not ssl secured.
Many clients can not reach the website because of
"ERR_SSL_VERSION_OR_CIPHER_MISMATCH"
Is there any way to secure web...
HermanTheGerman
Votes: 0
Answers: 1