GetServerName/GetServerName.ps1

2 lines
90 B
PowerShell
Raw Normal View History

2022-04-08 21:18:48 +02:00
$poste=($env:COMPUTERNAME)
write-host "Vous êtes connecté(e) sur le serveur $poste."