Tag Archives: Guide

Simple function for logging PowerShell script

When writing larger scripts, logging is a must, so in this post I will share a simple function for logging PowerShell script.

Posted in Powershell | Tagged , , , , | Leave a comment

Download a file with PowerShell

Sometimes you might need to download a file with PowerShell from a FTP-server or from a website. For instance, you might need a file from HR that contains new users that should be created in the local Active Directory. In … Continue reading

Posted in Powershell | Tagged , , , , , | 1 Comment