Notice: Constant automattic\jetpack\extensions\social_previews\FEATURE_NAME already defined in /home/controll/public_html/wp-content/plugins/jetpack/extensions/blocks/social-previews/social-previews.php on line 14
April 2018 – ControllingTheInter.net

Get User's Active Directory GUID via Username CSV feed.

So, Recently my team and I are working on Integrating AD into another application in our environment. I, however, had to supply a list of GUID’s from Active Directory and return them to the end user to review. Apparently, they bind the existing user’s via GUID to prevent any mix-up and could only supply me …

Handling Security Groups in Active Directory.

So here in the environment I am in, We have a MSSQL database where we hold information on what access new users get in Active Directory and other applications. I have converted a large amount of the Logic from .NET to Powershell for team support as not everyone here on the team knows .NET to …

Adding powershell code to cycle through SQL Rows

This is a sample of powershell code I used today at add functionality from a text file to AD while crossing the data to an SQL Server. This script does a few useful things that I like, Starting with refreshing the Debug Environment, then opening an SQL connection, Parsing a textfile that’s ‘|’ pipe delimited …