$DomainControllers = “in1„
Computers = @ {}
$DomainControllers | ForEach-Oggetto {
Ottenere-QADComputer - SearchRoot “Developmuk/Countries/ID/Chi/Virines„ - assistono il _ di $ - SizeLimit 0 - IncludedProperties LastLogon | `
Nome dell'Selezionare-Oggetto, DN, LastLogon | ForEach-Oggetto {
Se (Computers.$ ($_.DN)) {
Computers.$ ($_.DN) = _ di $ | Nome dell'Selezionare-Oggetto, DN, `
@ {e= del n='LastLogon'; {
Se ($_.LastLogon - GT Computers.$ ($_.DN) .LastLogon) {
$_.LastLogon
} Altrimenti {
Computers.$ ($_.DN) .LastLogon
}}}
} Altrimenti {
Computers.Add ($_.DN, $_)
}
}
}
Computers.Values | ForEach-Oggetto {
$LastLogon = (Nuovo-Periodo $_.LastLogon). Giorni
Se (Prova-Collegamento $_.Name - quiete - conteggio 1) {
$LastBootUpTime = (Ottenere-WmiObject Win32_OperatingSystem - il calcolatore $_.Name) .LastBootUpTime
Se ($LastBootUpTime - Ne $Null) {
$LastBootUpTime = [Management.ManagementDateTimeConverter]:: ToDateTime ($LastBootUpTime)
$Online = [per la matematica]:: Rotondo ((Nuovo-Periodo $LastBootUpTime) .TotalHours, 2)
}
} Altrimenti {
$Online = 0
}
$ di _ | Nome dell'Selezionare-Oggetto, @ {e= del n='LastLogon'; {$LastLogon}}, @ {e= del n='Online'; {$Online}}
} | Esportare-Csv “report.csv„
|