Year: 2018

Windows Admin Center: The next generation of windows management tools

Windows Admin Center was known as Project Honolulu was unveiled by Microsoft on September 14th, 2017 at Microsoft Ignite 2017 conference in Orlando, Florida. Windows Admin Center is intended to provide a common interface for remote management of Windows machines running Windows Server (2012 or newer) or Windows 10, whether on physical hardware, virtual hardware, […]

Use PowerShell to add exclusion folder or file Extension on the Windows Defender

Sometimes, you need to exclude the folder or specific file extension from being scanned by Windows Defender. Below is the PowerShell command that you can use to do that : Open Windows PowerShell with elevated permissions. To exclude the specific folder (e.g C:\Folder1). Run the following command Add-MpPreference -ExclusionPath “C:\Folder1” Another case, if you want […]

Back To Top