Group Policy Admin Templates Catalog

A computer screen displaying a rocket, text, and Group Policy settings.

Group Policy is an awesome tool for IT Departments to ensure that their end user computers have the correct enforcement settings on them. It also ensures that company policies are met while also helping to keep security measures in place. The wide range of policies available to IT Departments via Group Policy, means that computers … Read more

Windows Server – Internet Security Blocking Downloads

A blue background with white text and green Windows Server squares.

If you are an IT administrator then the chances are that you have come across issues with trying to download files directly from a website to your server. You would have received this security alert when trying to download: Your current security settings do not allow this file to be downloaded. Although this is a … Read more

Powershell – Export all members of all AD Security Groups to CSV

powershell

Powershell is an awesome tool and can help IT professionals in gathering information in a split second whereas otherwise it could take hours manually. We were recently asked to carry out a number of tasks for information gathering for annual housekeeping. The tasks were varied but were made up of information from Active Directory and … Read more

Import Active Directory Powershell Module

powershell

If you want to use Active Directory modules for Powershell then you can will need to run the commands to import the required module and then install the RSAT tools. To do this, open up an elevated Powershell command box and run the following command to import the Server Manager module: Import-Module ServerManager Once that … Read more