From 841dd6e72dd4e52ebf63896610ace15173f5be6e Mon Sep 17 00:00:00 2001 From: andre Date: Thu, 20 Sep 2018 09:31:57 +0200 Subject: [PATCH] ajout commande pour enter PSSession --- PSSession.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 PSSession.ps1 diff --git a/PSSession.ps1 b/PSSession.ps1 new file mode 100644 index 0000000..8d320e1 --- /dev/null +++ b/PSSession.ps1 @@ -0,0 +1,2 @@ +PS C:\Users\administrateur.IUT> $sessi = New-PSSession -ComputerName a201a3,a201a4,a201a5,a201a6,a201a7,a201a8,a201b1,a201b2,a201b3,a201b4,a201b5,a201b6,a201b7,a201b8,a201c1,a201c2,a201c3,a201c4,a201c5,a20 +1c6,a201c7,a201c8 -Credential administrateur@iut.local \ No newline at end of file