Skip to content

Category: Active Directory

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

Create GPO to Enable RDP on Servers and Create new GPO Link using PowerShell

Create GPO to Enable RDP on Servers and Create new GPO Link using PowerShell In this pot, I will look at a basic Group Policy configuration to enable Remote Desktop on servers in a particular Organizational Unit. I will also showcase how to link a GPO to a different OU using Windows PowerShell. To get…

1 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

Exchange 2016: Insufficient access rights to perform the operation. Enabling Remote Mailbox.

Insufficient access rights to perform the operation, when executing cmdlet Enable-RemoteMailbox.   Use the Enable-RemoteMailbox cmdlet to create a mailbox in the cloud-based service for an existing user in the on-premises Active Directory.   During an installation and configuration of Exchange 2016 with Hybrid deployment, I come across the below Error message when running the cmdlet “Enable-RemoteMailbox“.…

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

Exchange 2016 – There is no existing permission entry found for user.

There is no existing permission entry found for user: running Set-MailboxFolderPermissions   You receive the following error when trying to run the Set-MailboxFolderPermissions in Exchange 2016 EMS.   There is no existing permission entry found for user: Su-Yu-Chan Rack  –  Nerd. + CategoryInfo          : NotSpecified: (:) [Set-MailboxFolderPermission], UserNotFoundInPermissionEntryException + FullyQualifiedErrorId : [Server=THATLAZYEX-02,RequestId=365c6506-0b10-4de7-bd31-eeeec601ac4a,TimeStamp=7/26/2017 5:08:42 AM] [FailureCategory=Cmdlet-UserNotFoundInPermissionEntryException]…

3 Comments

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

Create New Exchange 2016 Mailbox Database using PowerShell

New Mailbox Database using PowerShell In this post I will create a new Mailbox Database for Exchange 2016 using PowerShell. Available Syntax for the cmdlet “New-MailboxDatabase”

To get started we need to launch the Exchange PowerShell console and the run the following cmdlet.

Next is to mount the newly created DB.

Lets…

1 Comment