Problem I took some boilerplate code that I have been using for determining an active windows user’s info to either […]
Tag: active-directory
Retrieving data from active directory with PHP
Problem I have the following php function, that reads and returns data from the active directory. It is part of […]
Checks if user is part of Active Directory group
Problem I’m working in C# using PrincipalContext to do a check if user is part of security group for access […]
Query – Instance of query run on ActiveDirectory
Problem This class represents a single query on an Active Directory. It is given the type of query to run […]
Active Directory Query Application
Problem This application is designed to query an active directory, and at the moment, performs only two tasks: Save a […]
Active Directory Query Application – Take 2
Problem This is an update to my previous post about my Active Directory Query Application. I have made multiple modifications, […]
Terminating an Active Directory user
Problem I’m writing an AD Termination script for work. I’m new to PowerShell and was wondering if multiple commands within […]
Wrapper for ActiveDirectory UserPrincipal and DirectoryEntry
Problem After much frustration and leaked memory from working with UserPrincipals and DirectoryEntrys, I have made a wrapper to get […]
Bindling User details from AD using LDAP
Problem I have got a request from a client to fetch all client user details from AD and finally dump […]
Active Directory security groups Search application optimization
Problem I have a Web API method that returns the Active Directory security groups for the specific login user. The […]
- 1
- 2