Reading time <1 Minute Audits and security monitoring via PowerShell Based on the article by Günter Born, I have the Powershell script “Audix” for quick configuration for audit and security
Read more
Reading time <1 Minute Audits and security monitoring via PowerShell Based on the article by Günter Born, I have the Powershell script “Audix” for quick configuration for audit and security
Read moreReading time <1 Minute Configuring the core server with scregedit With the tool "SCRegedit.wsf" a VBS script (Windows Scripting File) we can part of the basic configuration of a server, preferably with Windows
Read moreReading time <1 Minute Manage Hyper-V checkpoints with Powershell Snapshots secure the current status of a server configuration. A checkpoint should be created before every change to a system. The
Read moreReading time <1 Minute Safer surfing with Edge, Chrome and Firefox If the Edge browser is used to display websites, it can be equipped with an additional option
Read moreReading time <1 Minute Enterprise Policy Generator Sören Hentzschel's Enterprise Policy Generator is a good alternative to group policies. Firefox should be installed first. https://www.mozilla.org/de/firefox/new/ Then
Read moreReading time 2 Minutes Setting up data deduplication I had already written something on this subject. To answer a query, I'll briefly show you how data deduplication works with Powershell
Read moreReading time <1 Minute Configuring WSUS without Active Directory The home version is used in most households. This version does not have a group policy editor. But that's important to
Read moreReading time 2 Minutes Outlook 2016 S / MIME Not much is required to encrypt and sign an email. If you want to sign your own e-mails, you need an e-mail certificate
Read moreReading time <1 Minute Change the priority of the printer If, for example, there is only one central printing device in a small company and the management has to deal with other employees when printing
Read moreReading time 2 Minutes DHCP Server The Parameter is incorrect - Incorrect parameter If the authorization of a DHCP server is to be revoked and the error message “The Parameter is incorrect”
Read moreReading time <1 Minute Increasingly, security in a company must be strengthened. Port security is already standard today. With simple means and little effort you can
Read moreReading time <1 Minute # Determine configuration [Net.ServicePointManager] :: SecurityProtocol # Set configuration individually [Net.ServicePointManager] :: SecurityProtocol = [Net.SecurityProtocolType] :: TLS [Net.ServicePointManager] :: SecurityProtocol = [Net.SecurityProtocolType] :: TLS11 [ Net.ServicePointManager] :: SecurityProtocol = [Net.SecurityProtocolType] :: TLS12 # configuration all in one [System.Net.ServicePointManager] :: SecurityProtocol = [System.Net.SecurityProtocolType] :: Tls, [System.Net.SecurityProtocolType] :: Tls11, [System.Net.SecurityProtocolType] :: Tls12
Read more