Multi factor authentication to Windows systems Vorwort In diesem Artikel möchte ich Ihnen etwas über die Multifaktor Anmeldung mit Smartcard erzählen. Diese Anmeldemethode steht seit […]
Read MoreRDP (Remote Desktop) mit FIDO2
In der heutigen Zeit ist es wichtig, dass Anmeldungen an Systemen mit einem Phishing sicheren Anmeldeverfahren durchgeführt werden! Viele Versicherungen, die Cyberversicherungen anbieten, fordern ihre […]
Read MoreLastLogonTimestamp
Sometimes you have to identify the last logon of a user or computer object in Active Directory. With this little code, you can list all […]
Read MoreActive Directory NO_CLIENT_SITE report
As an Active Directory administrator, you have to do recurring tasks. One task is to check if client subnets are pointed to an Active Directory […]
Read MoreHow to Deploy Sysmon with PowerShell remoting
This snippet can be used to deploy Sysmon on all servers that belong to an Active Directory group. The requirements for this script are PowerShell […]
Read MoreThe missing Set-GPPermission PowerShell function
I create a PowerShell function that updates the permission of a Group Policy only for DenyApply rights. You can use this function at your own risk. […]
Read MoreDHCP Server DNS Updates
This snippet can be used to update each DHCP scope configuration. DNS record ownership… If the DHCP Server should update the DNS record and if […]
Read MoreDomain Controller Zip Security Archiv
This script will get all archives from the event log and zip the files and then move the files to a safe place for later […]
Read MoreRead Password last set from Organizational Unit
Sometimes an administrator needs to get a list of Password Last Set of from users in an organizational unit.With this PowerShell function, you can get […]
Read MoreRemove-MyDHCPServerv4Reservation
If you have more than one DHCP Server and you want to remove dhcp reservation on all of your servers, you can use these functions […]
Read More