Skip to content

Tag: Active Directory

Configure ADFS for Office 365

Configure ADFS for Office 365 Requirements: External DNS records for example: fs.o365cloudlab.co.za Internal DNS records for example: fs.thatcloud.com Valid SSL Certificate Service Account with Domain Admin rights More about the requirement can be found here at the Microsoft blog. To get started we need to install the ADSF roles and features. Run Windows PowerShell as…

2 Comments

How to find FSMO Roles Holder Active Directory

How to find FSMO Roles Holder Active Directory In this post, I will look at two ways you can find out which Domain Controller holds the FSMO Roles. The first option is to use CMD and run it as Administrator, then run the following cmdlet.

Now let’s go ahead and get the same information…

Leave a Comment

Finding Domain Controllers with Powershell

How to Find Domain Controllers with Windows Powershell.   Get-ADDomainController Gets one or more Active Directory domain controllers based on discoverable services criteria, search parameters or by providing a domain controller identifier, such as the NetBIOS name.   In this post I will showcase how to get all the below listed information using Windows PowerShell.…

Leave a Comment

DELL Quest Active Directory Recovery Manager

Active Directory Recovery using DELL Active Directory Recovery Manager.   In this post I will go through the option of installing and configuring Dell Active Directory Recovery Manager.   What is Dell Active Directory Recovery Manager? Recovery Manager for Active Directory enables you to quickly restore your environment without taking AD offline but still maintain…

Leave a Comment

Assign Office 365 Licenses using Active Directory Groups

Assign Office 365 Licenses with Active Directory Groups In this post I will walk through the options of  assigning Office 365 Licenses based on Active Directory Group membership. Microsoft has recently released the new feature in Azure Active Directory which allows you to apply Azure licenses as well as Office 365 licenses based on group…

Leave a Comment

Get Domain Group Members

The following Script was created to assist a help desk department to quickly get a list of ‘Members’ from an Active Directory Group. This is a very simple script that prompts you for a Group Name and will then use Grid-View to display the results. Original Post : https://gallery.technet.microsoft.com/Get-Domain-Group-Members-bf33a1a2?redir=0 GetGroupMembers #ThatLazyAdmin

Leave a Comment

While there is no simple way of addressing ransomware entirely, there are number of measures that all organisations can take to help spot and mitigate the risk and spread of such an attack. LepideAuditor offers probably the easiest, fastest (and most cost effective) means of spotting and reacting to potential ransomware attacks on your Windows…

Leave a Comment

Adding Subnets Active Directory Sites and Services :PowerShell

This guide will show you how to add additional Subnets into Active Directory Sites and Services using GUI as well as Powershell. Let’s start by adding the following Subnet into Sites and Services using GUI. Subnet : 192.168.56.0/24 and 192.168.57.0/24 Launch Active Directory Site and Services and Navigate to Subnets. Right click on “Subnets” and…

2 Comments