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)
Split array and get a certain position
I want to get the distinguished name of the current computer. That works:
Dim objSysInfo, objComp, arr, UCID
Set objSysInfo = CreateObject("ADSystemInfo")
' Current computer
Set objComp = ...
user18209625
Votes: 0
Answers: 1
Powershell ADSI: Can I query the local Administrators group using a SID?
I am in a multilanguage client environment. The local administrators are "Administratoren", "Administrators","Administradores","Administrateurs" and so on.
This...
Joachim Otahal
Votes: 0
Answers: 2
SQL Server Reporting Services cannot access Active Directory
I have a stored procedure that uses OPENQUERY with ADSI to access Active Directory like this.
SELECT ADsPath, displayName, sAMAccountName, mail, userPrincipalName, manager
FROM OPENQUERY(ADSI, '<LD...
Wojciech
Votes: 0
Answers: 0
Anyone know where in Active Directory schema the Email Address Policies are kept?
For reasons that aren't important in this question, I cannot use the ECP or the Exchange Shell to get the email address policies. I will be using standard PowerShell. I do know the name of the on-prem...
Graham J
Votes: 0
Answers: 1