Taking Screenshots with PowerShell on Windows 10
Even though Windows 10 has made taking screenshots so much easier, using PowerShell for the same task still gives a lot of good use. But PowerShell doesn’t have the capability of taking screenshots out of the box. You will need to leverage .NET for a few things. Here is a good example of taking a full window screenshot using PowerShell. […]