Catégorie

Active Directory

116 articles
GPO 20 Apr 2022 ⏱ 5 min

GPO: disabled SMBv1

In this tutorial, I will walk you through how to disable SMBv1 support add-on using Group Policy. To disable full SMBv1 support,…

GPO 26 Jan 2022 ⏱ 1 min

GPO for Firefox

For companies that use firefox as a browser, it was difficult to control due to the lack of admx file and the…

Active Directory 25 Aug 2021 ⏱ 1 min

Disable SMBv1 protocol

Check condition: Get-WindowsOptionalFeature -Online -FeatureName smb1protocol Disable SMBv1 Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol Enable SMBv1: Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol A restart is required