From 93e0b628f62b884867fe8865ef9ebfd537c977ee Mon Sep 17 00:00:00 2001 From: ehsansccm <63823719+ehsansccm@users.noreply.github.com> Date: Thu, 14 May 2020 15:47:10 -0700 Subject: [PATCH] Automated commit --- Check OS Versions.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Check OS Versions.ps1 diff --git a/Check OS Versions.ps1 b/Check OS Versions.ps1 new file mode 100644 index 00000000..da1d1309 --- /dev/null +++ b/Check OS Versions.ps1 @@ -0,0 +1 @@ +Write-Output (Get-WmiObject -Class Win32_operatingSystem).Caption \ No newline at end of file