update
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
param(
|
||||
[String]
|
||||
$VMName
|
||||
)
|
||||
|
||||
$string = (Get-Date -UFormat "%Y%m%d%H%M%S") + " Hello World! $VMName"
|
||||
Write-Output $string
|
||||
|
||||
|
||||
Write-Output $User
|
||||
Reference in New Issue
Block a user