diff --git a/Scripts PS - Demos/MVP-Demo#1.ps1 b/Scripts PS - Demos/MVP-Demo#1.ps1 index d249659..1012456 100644 --- a/Scripts PS - Demos/MVP-Demo#1.ps1 +++ b/Scripts PS - Demos/MVP-Demo#1.ps1 @@ -1,4 +1,4 @@ -# Ordenação de HashTable +# Ordenação de HashTable !! @{a=1;b=2;c=3} @@ -8,7 +8,7 @@ -# Ordenando o hash table +# Ordenando o hash table!! [ordered]@{a=1;b=2;c=3} diff --git a/Scripts PS - NanoServer/DemoNanoServer.ps1 b/Scripts PS - NanoServer/DemoNanoServer.ps1 index c70567e..20da647 100644 --- a/Scripts PS - NanoServer/DemoNanoServer.ps1 +++ b/Scripts PS - NanoServer/DemoNanoServer.ps1 @@ -10,7 +10,7 @@ New-NanoServerImage –MediaPath E:\ ` -Language en-us ` -ReverseForwarders ` -AdministratorPassword (ConvertTo-SecureString -String ‘P@ssw0rd’ -AsPlainText -Force) - +#Bruno #Variaveis $NanoServerName = "NanoServerdemo"