“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 MoreCategory: PowerShell
Powershell category
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 MoreHow to use PowerShell Speech commands
Did you know that PowerShell has built in commands for speech? This mean that you can get PowerShell to read your commands or results of commands.
Read MoreHow to – Use PowerShell to Get AD Password Age
In this post I will show you how easy you can find Active Directory password age for users, using simple PowerShell commands.
Read MoreHow to collect System Information using PowerShell
You don’t need to install 3rd party programs to get information about your computer system. With Windows PowerShell you can pull out all the system information you need.
Read More