Monthly Archive: Dec 2020
In a previous article, we used Windows 10 which has PowerShell 5.1 to create a new email message. Here is the link to the article: https://everything-powershell.com/powershell-create-an-email-using-powershell/ In this article we will perform the same...
In this article we are doing to perform two demonstrations for creating draft emails in Outlook from PowerShell. Option 1: Create an email draft however you need to open Outlook to see it.Option 2:...
If you are new to Windows 10, you may be wondering where to find the OS build information. Well, you can firstly head over to Settings -> System -> About and can see the...
I was recently asked how to get all Windows updates that are missing in Windows 10. There is a great script written by Grimthorr 5 years ago which is still working on the current...
Sometimes in Windows 10, you are working on Outlook and you need to close it for some reason and when you try and launch it again nothing happens. This is because there is already...
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...
One thing I have learnt is you cannot have too many log files. If you want visibility into what is running commands on your server or who is running commands or what is executing,...
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...
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 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...