Pytanie : Zmieniać the powershell pismo kartoteka raczej aktualizowanie the komputerowy przedmiot.

Cześć,

Change the powershell pismo kartoteka raczej aktualizowanie the komputer object.
Can kartoteka pomoc z the zmiana this.

Computername: (Kontakt: (0) dzień) (Online: 138.22 godzina)

Regards
Sharath
(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
$DomainControllers = "in1"

Computers = @ {}
$DomainControllers | ForEach-protestować {
  Dostawać-QADComputer - SearchRoot "Developmuk/Countries/ID/Chi/Virines" - Usługiwać $ _ - SizeLimit (0) - IncludedProperties LastLogon | `
    Wybierać-protestować Imię, DN, LastLogon | ForEach-protestować { 
      Jeżeli (Computers.$ ($_.DN)) {
        Computers.$ ($_.DN) = $ _ | Wybierać-protestować Imię, DN, `
          @ {n='LastLogon'; e= { 
            Jeżeli ($_.LastLogon - gt Computers.$ ($_.DN) .LastLogon) { 
              $_.LastLogon 
            } Inny { 
              Computers.$ ($_.DN) .LastLogon 
            }}}
      } Inny {
        Computers.Add ($_.DN, $_)
      }
    }
}

Computers.Values | ForEach-protestować {
  $LastLogon = (Nowy-TimeSpan $_.LastLogon). Dzień

  Jeżeli (Badać-Związek $_.Name - Zaciszność - Obliczenie 1) {
    $LastBootUpTime = (Dostawać-WmiObject Win32_OperatingSystem - Komputer $_.Name) .LastBootUpTime
    Jeżeli ($LastBootUpTime - ne $Null) {
      $LastBootUpTime = [Management.ManagementDateTimeConverter]:: ToDateTime ($LastBootUpTime)

      $Online = [Matematyka]:: .TotalHours ((Nowy-TimeSpan $LastBootUpTime) .TotalHours, 2)
    }
  } Inny {
    $Online = (0)
  }

  Set-QADComputer $_.DN - Opis "(Kontakt: $LastLogon dzień) (Online: $Online godzina)"
}

Odpowiedź : Zmieniać the powershell pismo kartoteka raczej aktualizowanie the komputerowy przedmiot.


Ah zmartwiony, chybianie przymknięcie ".

Chris
(1):
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
$DomainControllers = "in1"

Computers = @ {}
$DomainControllers | ForEach-protestować {
  Dostawać-QADComputer - SearchRoot "Developmuk/Countries/ID/Chi/Virines" - Usługiwać $ _ - SizeLimit (0) - IncludedProperties LastLogon | `
    Wybierać-protestować Imię, DN, LastLogon | ForEach-protestować { 
      Jeżeli (Computers.$ ($_.DN)) {
        Computers.$ ($_.DN) = $ _ | Wybierać-protestować Imię, DN, `
          @ {n='LastLogon'; e= { 
            Jeżeli ($_.LastLogon - gt Computers.$ ($_.DN) .LastLogon) { 
              $_.LastLogon 
            } Inny { 
              Computers.$ ($_.DN) .LastLogon 
            }}}
      } Inny {
        Computers.Add ($_.DN, $_)
      }
    }
}

Computers.Values | ForEach-protestować {
  $LastLogon = (Nowy-TimeSpan $_.LastLogon). Dzień

  Jeżeli (Badać-Związek $_.Name - Zaciszność - Obliczenie 1) {
    $LastBootUpTime = (Dostawać-WmiObject Win32_OperatingSystem - Komputer $_.Name) .LastBootUpTime
    Jeżeli ($LastBootUpTime - ne $Null) {
      $LastBootUpTime = [Management.ManagementDateTimeConverter]:: ToDateTime ($LastBootUpTime)

      $Online = [Matematyka]:: .TotalHours ((Nowy-TimeSpan $LastBootUpTime) .TotalHours, 2)
    }
  } Inny {
    $Online = (0)
  }

  $ _ | Wybierać-protestować Imię, @ {n='LastLogon'; e= {$LastLogon}},  @ {n='Online'; e= {$Online}}
} | Eksportować-Csv "report.csv"
Inne rozwiązania  
 
programming4us programming4us