Reading time <1 Minute Append text to file With the help of Powershell we can insert a line of text at a certain point within a file. In this example there is an .ini
Read more
Reading time <1 Minute Append text to file With the help of Powershell we can insert a line of text at a certain point within a file. In this example there is an .ini
Read moreReading time <1 Minute Create logon scripts via Powershell With this script we automatically create the logon scripts for all users of an OU. After that, they just have to follow
Read moreReading time <1 Minute SQL Server - Configuring the firewall ports These short lines can be used to configure the ports required for commissioning an SQL server. SQL Server
Read moreReading time <1 Minute List all Domain and Enterprise Admins If you want to know how many active domains and enterprise admins there are, execute the following query commands. English
Read moreReading time <1 Minute Firewall Management Logon Script Anyone who does not have the appropriate tools to manage the firewall or for whatever reason cannot use a group policy is the one
Read moreReading time <1 Minute Create Users from List and ADD to Groups With this script we create several users from a list and add them to several groups.
Read moreReading time <1 Minute Export certificate to Base64 using Powershell. All we need is the fingerprint. Of course, this can also be read out beforehand with the Powershell and
Read moreReading time <1 Minute With these scripts you create an importable certificate for the Fritz! Box from a certificate created for the synology. Convert certificate for FritzBox
Read moreReading time 2 Minutes Domain Controller LAB - One click This Powershell script can be used to set up and configure a test domain. Domain Controller LAB
Read moreReading time <1 Minute Compare Security Group with Organizational Unit Leave the users of a defined OU in the security group and remove all others from the security group
Read moreReading time <1 Minute Exchange Environment Report as a task To run the Powershell script Exchange Environment Report as a scheduled task, the following must be set. -NonInteractive -WindowStyle Hidden -command
Read moreReading time <1 Minute Deactivating and deleting mailboxes With the help of Powershell we can delete mailboxes including AD object in one go. But only the mailboxes can do it
Read more