Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

How to format output

$
0
0

In below script how to Get output of server in red in HTML on which patches were not installed on 9/16/2014

$server = Get-Content C:\Abhishek\uptime.txt
ForEach ($servers in $server) {
Get-WmiObject -Class "win32_quickfixengineering" -computername $servers | where {$_.InstalledOn -eq "9/16/2014"}

}


Viewing all articles
Browse latest Browse all 15028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>