Function
Get
-ComInfo {
param(
## Computers
$computers
)
"#"
*80
"Server HotFix Report"
"Generated $(get-date)"
"Generated from $(gc env:computername)"
-HotFix -ComputerName $computers
}
-Content computers.txt | ForEach-
Object
{
-ComInfo -computers $_}
Richard Mueller edited Revision 5. Comment: Removed tag "w2k8r2"
Richard Mueller edited Revision 4. Comment: Replace RGB values with color names in HTML to restore colors