EXchange 2007 Install and Configure Notes

February 6, 2008

Stage 2 checks

Filed under: Uncategorized — Preetam @ 6:54 pm

$Servers=get-content servers.txt
foreach($server in $Servers) {
$PingStatus=get-wmiobject Win32_Pingstatus -filter “Address=’$Server'”
$IPaddress=$PingStatus.protocoladdress
if($PingStatus.protocoladdress) {
Get-WmiObject win32_operatingsystem -ComputerName $Server | Format-list __Server,csdversion,caption
Get-WmiObject win32_pagefile -ComputerName $Server | Format-list drive,description,Filesize,csname
Get-WmiObject win32_logicalmemoryconfiguration -ComputerName $Server | Format-list TotalPhysicalMemory
write-host “*****************************************************”

}
}

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.