Code backup
This commit is contained in:
2026-05-10 16:59:01 +02:00
commit 368d6fafea
796 changed files with 315310 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
$Server = "PC284.pal.local"
$Sessions = (quser /server:$Server) -replace '\s{2,}', ',' | ConvertFrom-Csv
$Utente = $Sessions.NOMEUTENTE
$Sessione = $Sessions.NOMESESSIONE
$Stato = $Sessions.STATO
$Tempo = $Sessions."INATTIVITÀ ACCESSO"
Write-Host "Host: "$Server
Write-Host "Utente: "$Utente
Write-Host "Sessione: "$Sessione
Write-Host "Stato: "$Stato
Write-Host "Tempo: "$Tempo