ADWS Default Limit

Active Directory Web Services has some default limits. When you run against those limits, how are you supposed to be able to continue working without modifying all of your production active directory servers? Going back to using ADSI allows you to work around these limitations, and when passing this back to the active directory CMDLTs you can perform the work you need.

Read More

Pass Objects To EXEs created with Sapien PowerShell Studio

Sapien is one of the many tools I use on an almost daily basis to edit and debug my scripts. Sometimes I need to be able to pass data between packaged versions of my scripts for one reason or another, and I had to find a way to be able to pass objects while only being able to pass strings. I’ll show you how I did it here.

Read More