$DomainControllers = “dc1„, “dc2„, “dc3„, “dc4„
Computers = @ {}
$DomainControllers | ForEach-Oggetto {
Ottenere-QADComputer - SearchRoot “domain.com/Offices„ - 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
}
Regolare-QADComputer $_.DN - Descrizione “(contatti: giorni di $LastLogon) (in linea: ore di $Online)„
}
|