Thursday, 23 January 2020

Get System OS Version using Powershell

(Get-WmiObject -class Win32_OperatingSystem).Caption

No comments:

Google Form using App Script

Create a Google Sheet with the following headers: First Name, Last Name, DoB Create a Google Form with the exact headers as Google Sheet he...