There are multiple reasons why you need a lot of pre-created folders. Making the folders by hand would be a
Continue readingTag: powershell
PowerShell: Execution of scripts is disabled on this system.
This error occur when the default PowerShell execution policy is active on the system, the default policy is restricted on
Continue readingInstall git with PowerShell on Windows
With the following PowerShell function you can download and install git using PowerShell. It downloads the latest “stable” git release
Continue readingHow to use credentials in a PowerShell script?
A nightmare for many security auditors are the plain tekst Passwords in PowerShell scripts. Offcourse this is not nessecary, we
Continue readingPowerShell password expiration pop-up
Last week I got a question about some old VB script which create a popup when the password of the
Continue readingWindows task scheduler: The operator or administrator has refused the request
After implementing scheduled tasks on server 2016 and 2019 we have sometimes the following annoying message. Trying literally everything. Finally
Continue readingGenerate CPU Load with PowerShell
In some situations you need to stress your system a little (for example: to check if your monitoring is functioning
Continue readingWARNING: The names of some imported commands from the module “” include unapproved verbs that might make them less discoverable.
When you use one of the VERB types in your brand new function names, you get the following very annoying
Continue readingCheck DNS Entries with PowerShell
In a dynamic environment it’s hard to keep your DNS up-to-date. Updating the DNS server is a task which is
Continue readingAdd new email alias Office365
One of our customers changed the company name. So the alias of all there SharedMailboxes on office365 needed to be
Continue reading