rdtechie Author

PowerShell Conference Europe 2017 Call For Speakers

PowerShell for Admins

Guys and Gals, do you want to have the opportunity to speak at one of the biggest PowerShell conferences in the world? Now you have it! Read my post here …...

Read More

How To Import User Pictures in Exchange Online

PowerShell for Admins, Tips and Tricks, Tutorials

In a recent thread on the PowerShell.org forum, Jeremy Miller asked how to import user pictures in bulk in Exchange Online. I was providing some answers to Jeremy, and he …...

Read More

For your pleasure, The Old Nerdish Poem

Tips and Tricks

I thought that my fellow Poshies could appreciate this. After seeing this funny post from Jaykul (Joel Bennet), I just made a quick 'n dirty piece of code, just for …...

Read More

Quick Tip: Enable CredSSP trough GPO's

PowerShell for Admins

I thought I share a quick screenshot with you, how I implemented CredSSP trough a GPO in my testlab. This enables me to delegate my credentials to the computer I'm running …...

Read More

Improved Function: Get-ComputerDetail

PowerShell for Admins

Fellow coders, I received some great feedback from our honorary scripting guru's Mike F. Robbins and Richard Siddaway about my little function (thanks guys! I'll buy you a drink when we meet! ;) ). With their feedback I...

Read More

Update – What’s your favorite PowerShell Editor?

PowerShell for Admins, PowerShell for Developers, Tools

On june 9th, I've started a survey about the most popular PowerShell editor around: What's your favorite PowerShell Editor? I have some results for you now, and it's quite clear. Till …...

Read More

Function: Get-ComputerDetails

PowerShell for Admins

Another nice addition for today. In the Powershell.org forums someone asked for retrieving computer information. This information is being retrieved from several WMI objects, and had to be combined in the results. For...

Read More

Function: Expand-ZipFile

PowerShell for Admins, Tips and Tricks

Fellow coders, I've got a quick and dirty function for you. I had the requirement to extract zip files from a particular directory. Of course you could do this with …...

Read More

What's your favorite PowerShell Editor?

PowerShell for Admins, PowerShell for Developers, Tools

Just for my interest, a short survey. What is your favorite PowerShell Editor?...

Read More

PowerShell <3 SSH

PowerShell for Admins

Richard’s Log, Stardate 2457176.5 Our destination for today is the love story between PowerShell and SSH. Yesterday Microsoft announced that they will integrate SSH into PowerShell. The PowerShell team at Microsoft...

Read More