PS Script update: Get-Ldapobject function updated

I am releasing version 1.2 of the powershell code function “Get-ldapobject” in a series of script updates that I will be releasing over the next few weeks. You can find the script in the TechNet gallery or under the script section of this site. The full explanation of this function can be found on the release page here: http://www.tech-savvy.nl/2016/12/19/ps-script-search-for-a-object-in-ad-or-ldap-fast-or-from-a-non-domain-joined-pc-with-support-for-workflows-part-1/ Version Changes:…

PS Script Update V1.3: Find a working domain controller from any domain even on non domain joined PC`s

Today i release a update on the script function “get-dc”. Sinds the first release I have received some feature requests and i have improved the codes error handling. The full list of changes: V1: Fixed a issue with the credentials when querying from a domain joined PC. V1.1: Updated “Site” param to “ADsite” and try to resolve default AD site…

PS Script: Find a working domain controller from any domain even on non domain joined PC`s

An update has been applied do to some issues with the credentials support. Version 1.0 has been released Today i release the first of many scripts to support exchange and active directory PowerShell commands from any pc and support for workflows. The first script is about locating a domain controller that is up and running by validating its response on port 389 and have a…