Adding files

This commit is contained in:
Alexandre MOTTIER 2022-04-08 21:18:48 +02:00
parent dc3a0111fb
commit 22d396c03a
No known key found for this signature in database
GPG Key ID: 1BA6A0738AD40344
2 changed files with 2 additions and 0 deletions

BIN
GetServerName.exe Normal file

Binary file not shown.

2
GetServerName.ps1 Normal file
View File

@ -0,0 +1,2 @@
$poste=($env:COMPUTERNAME)
write-host "Vous êtes connecté(e) sur le serveur $poste."