Category: PowerShell

PowerShell Fundamentals

This post explains the basics of PowerShell and servers as an introduction to the shell.The following sites also provide usefull recources: https://learn.microsoft.com/ https://ss64.com/ps/ About PowerShell PowerShell is a command line shell and scripting language made by Microsoft.It provides us with task automation and configuration management using commands and scripts.Unlike most shell languages Powershell mainly uses […]