↧
A small timesaver: Copy-Module
Ever needed to quickly copy your newly developed module onto a server? I have. Often. I decided to do something about that today, so here it is: My Copy-Module, uhm, function. It basically takes a...
View ArticlePSRemoting into non-domain joined computers: It’s not you, it’s me.
I get this question a lot: “How do I remote into a non-domain joined computer using PowerShell? The server is throwing all kinds of authentication errors on me!” Au contraire, as they say. It’ s...
View ArticlePowershell Workflow peculiarities #3: InlineScript remoting pitfalls
During the automation/SMA project I’m currently doing we started seeing some very strange behaviour when we started linking the bits (runbooks) together to test the overall orchestration. I’ll try and...
View Article