Introduction Spectre CVE-2017-5715 Meltdown CVE-2017-5754. Check system vulnerability To check if your system is susceptible to Spectre and Meltdown you can use Powershell Module released by Microsoft Security Response Center. It allows you to find out about exactly: CVE-2017-5715 (branch target injection) CVE-2017-5754 (rogue data cache load) Information about those vulnerability you can …
Tag: Powershell
Challenge Powershell find files by extension on remote machines I mentioned in previous post “Force WSUS server to download patches once again” about fight with ransomware. In mentioned task I fixed WSUS content. Problem with the ransomware was that every share where source machine has access was infected. Encrypted files …
Question How upgrade Powershell version on Windows Server 2008 R2 On Windows Server 2008 R2 you have Powershell 2.0 on board. There are plenty of reasons to update them to new version 5.0. Fortunately Windows Server 2008 and Windows 7 supports newest release. How upgrade Powershell version on Windows Server 2008 R2? …