From 07ed1a0931a5fc284177214fd82c71c6bb74b7d0 Mon Sep 17 00:00:00 2001 From: w3bruno Date: Fri, 4 Dec 2020 00:28:34 -0300 Subject: [PATCH 1/2] Editado para o curso --- Scripts PS - Demos/MVP-Demo#1.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} From 5150aeff9c67fccf313af8b5a3f1b73e6736bda4 Mon Sep 17 00:00:00 2001 From: w3bruno Date: Mon, 7 Dec 2020 19:19:39 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Adicionado=20vari=C3=A1vel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts PS - NanoServer/DemoNanoServer.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"