
Hi AllThanks for taking the time to read this.I'm in a bit of a strange place.I'm looking for a blacklist of possible applications not to allow on my Windows PCs.Does anyone have this or does having a whitelist of allowed applications seem to be a better. On Windows 11, Windows 10, or Windows 8, right-click the Start button. Is there a list of recommended blacklisted applications I can implement in MDM? Windows Open a Command Prompt or PowerShell window to get started.Unveiled the ENIAC computer for the first time, though it wouldn’t be Spark! Pro Series - 14 February 2023 Spiceworks OriginalsĬomputer history, as on this day in 1946, John Mauchly and J.Snap! - Rockets and Rice Krispies, Love in the Time of AI, Smart Contacts Spiceworks Originalsįlashback: February 14, 1876: Telephone Patented By Two People (Read more HERE.)īonus Flashback: February 14, 1989: First Modern GPS Satellite Launches (Read more HERE.).Currently have Win7 Pro 64, Win7 Pro 32, Linux Mint as my OS hard drives which I use m.

My OS disks are SAS hard drives through an ICY dock. Select a device and right click device, and click Start > Resource Explorer. My hardware: Dell T7500, 2 x quad core, 24 Gb RAM, running 2x2TB SATA hard drives in raid1 is my "Storage" drive. Per the article, Monitors without a service tag number purchased from resellers (Amazon, Best Buy, Buy.com, Cost Co, Walmart, Sams, other online store, etc.

The whole set of code in the original poster's question can be replaced by this: $LogFile = "c:\Junk\monitors.txt" Retrieve Monitor Serial Numbers with PowerShell. It will remove items within the byte array representation of the string that match the value of zero, not just the trailing items that match. The "-notmatch" operator is acting on the individual elements of the byte array, not on the entire value. It's an object of type byte (an array of bytes).

The "SerialNumberID" property is not a string. I think the problem is the lack of understanding about what the Get-CimInstance WmiMonitorID -Namespace root\wmi).SerialNumberID -notmatch 0 is actually doing.
