PowerShell Scripting Techniques and Gems - Part 1

Windows PowerShell has become the most favorable shell language that a windows admin can not go without in the modern onprem and cloud world. As it has been developed and enhanced or in a better word evolved into today’s version 5.1 of windows PowerShell and PowerShell 6.2, I will be creating a  multi part blog post to look back at…

PS Script update: Connect-Exchangeservice function updated

This week I release the new and Improved “Connect-ExchangeService” function with complete rework of the auto resolve functionality. 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/2017/01/26/ps-script-connect-to-one-or-multiple-exchange-server-powershell-sessions-from-any-computer/ Version Changes: Date: (dd-MM-YYYY) Version: Changed By Info: 25-01-2017 V1.0 Martijn…

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…