Copy Active Directory Group Members Script
| | |

Copy Active Directory Group Members Script

Copy Active Directory Group Membership Script The following Script Copies members from one Active Directory Group to another Active Directory Group. To start the Script run: .\CopyGroupMembership.ps1 You will be prompted to enter the Group whose membership you need to copy. The you will be prompted to add the group name where you want to…

How to enable Active Directory recycle bin
| | | |

How to enable Active Directory recycle bin

How to enable Active Directory recycle bin In this post we will look at two ways of how to enable Active Directory recycle bin. The first option will be via the GUI and second using PowerShell. Open Server Manager then click on Tool >> Active Directory Administrative Centre. From the Administrative Centre on the left-hand…

Exchange 2016 Installation Fails on Windows Server 2016
| | |

Exchange 2016 Installation Fails on Windows Server 2016

SetupExchange 2016 Installation Fails on Windows Server 2016 When you try to Install Exchange 2016 on Windows Server 2016 you receive the following Error Message. This computer requires the update described in Microsoft Knowledge Base Article KB3206632. Resolution: We need to install the following update which can be downloaded from here: https://support.microsoft.com/en-us/help/4004227/windows-10-update-kb3206632 Or visit the…

How to find FSMO Roles Holder 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. NETDOM /Query FSMO Now letโ€™s go ahead and get the…

Exchange 2016 – Fail to Send Email to newly created MailContact
| | | | | |

Exchange 2016 – Fail to Send Email to newly created MailContact

“Fail” LED=550 5.7.136 RESOLVER.RST.SenderNotAuthenticatedForRecipient; authentication required; Delivery restriction check failed because the sender was not authenticated when sending to this recipient. In this post i will go over the option of removing the setting “Require that all senders are authenticated“. In Exchange 2013 this can be removed by logging into the Admin Console > Recipients…

Assign Office 365 Licenses using Active Directory Groups
| | | | | |

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…

Create New Exchange 2016 Mailbox Database using PowerShell
| | | | | |

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” New-MailboxDatabase -Name -Server [-AutoDagExcludeFromMonitoring <$true | $false>] [-IsExcludedFromInitialProvisioning ] [-IsExcludedFromProvisioning <$true | $false>] [-IsSuspendedFromProvisioning <$true | $false>] [-OfflineAddressBook ] [-PublicFolderDatabase ] [-Confirm []] [-DomainController ] [-EdbFilePath ] [-LogFolderPath ]…

How to recover deleted email using VEEAM for Office 365
| | | | | | | | |

How to recover deleted email using VEEAM for Office 365

Recover Deleted Items using VEEAM for Microsoft Office 365 In todays post I will go through the options of recover a deleted item using VEEAM Backup for Microsoft Office 365. To get started we need to open the VEEAM Backup Console and then Click on the Explore Option. Select from which restore point you want…

Exchange 2016 CU 6 Released
| | | | | | | |

Exchange 2016 CU 6 Released

Latest Exchange 2016 CU 6 released in June 2017 The Latest Cumulative Update for Exchange 2016 and now available for download. The latest releases includes fixes and issues reported as well as updated functionality. Updated functionality in Cumulative Update 6 With CU 6 the Exchange team added two highly anticipated features; Sent Items Behavior Control…

Error Removing Mailbox Database
| | | | | | | |

Error Removing Mailbox Database

Error Removing Mailbox Database: This Mailbox database contains one or more mailboxes. When you try and remove an “Exchange Mailbox Database” you received the following error: “This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, public folder mailboxes or arbitration mailboxes. To get a list of all mailboxes in this database, run…

Remove-Mailbox Database Exchange 2013
| | | | | | | |

Remove-Mailbox Database Exchange 2013

How to remove Exchange 2013 Mailbox Database using PowerShell In this post i want to share something that’s very common but i thought i’ll share some steps on removing a mailbox database. This post will focus only on doing these steps using Powershell. Firstly run the following command to get a list of all Exchange…