Initial Commit
This commit is contained in:
3
Args-Test.ps1
Normal file
3
Args-Test.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
$Arg1 = $args[0]
|
||||
$Arg2 = $args[1]
|
||||
Write-Host "$Arg1 and $Arg2"
|
Reference in New Issue
Block a user