by Edward van Biljon | Dec 26, 2020 | PowerShell
If you are like me and constantly experimenting with applications like PowerShell or Python, you end up doing things a bit differently to the normal user. Why click an Icon for Outlook to open or your daily apps when you can use PowerShell to do it for you. In the...
by Edward van Biljon | Dec 24, 2020 | PowerShell, Window Server 2012 R2 PowerShell, Windows Server 2016 PowerShell, Windows Server 2019 PowerShell
You may have noticed that when you want to run that PowerShell script you downloaded it gives you an error. This is because windows is designed to protect the operating system. If you are running Windows Server, the default is set to remote signed. On Windows client...
by Edward van Biljon | Dec 23, 2020 | PowerShell, Python, Windows Server 2012 PowerShell, Windows Server 2016 PowerShell, Windows Server 2019 PowerShell
If you want to use PowerShell to execute Python scripts, you need to have Python installed or you will receive the error below: Head over to the Microsoft store and download Python. I opted for Python 3.7 but there are newer versions out: After the install was done, I...
by Edward van Biljon | Dec 19, 2020 | PowerShell
For those new to Teams or those admins that prefer PowerShell like myself, you can now install the PowerShell module for Teams and see the list of commands available. Firstly launch PowerShell elevated and once done, you can run the following command: Install-Module...