“Move from PowerShell ISE to VS Code (PowerShell 7) for better debugging, extensions, and cross‑platform support” PowerShell ISE, has long been my go-to tools when it comes to writing PowerShell scripts. However, it is time to move on now a newer and more modern tool.
Read MoreTag: Powershell
Posts about PowerShell scripting
How to download files with PowerShell Invoke-WebRequest
Did you knew, that you can use PowerShell to automatically download files from a website using the Invoke-WebRequest cmd-let?
Read MorePowerShell – Find all Empty Groups in Active Directory
If you want to find all Groups in your Active Directory that is empty I have just the PowerShell script for that.
Read MoreWhat is ChatGPT and Why all the Hype?
Unless you have been living under a rock for the last 6 month, you have for sure heard about ChatGPT. What is it and why all the Hype?
Read MoreUse PowerShell to Export/Import Firewall rules
In this post I will show you how you can export/import Windows Firewall rules using PowerShell.
Read More