first commit

This commit is contained in:
Iwan Clement
2020-11-03 18:55:20 +01:00
commit 1808f43f53
12 changed files with 354 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
$RunMe = Read-Host -Prompt 'What would you like to run today?'
Invoke-Expression -Command $RunMe
Get-MyUsers -OU Management
Get-Process -ComputerName dc01 | Out-File C:\ScriptOutput\Processes.txt