Skip to content

Tag: PowerShell

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

Error Connecting to Exchange Online PowerShell with MFA enabled.

Error Connecting to Exchange Online PowerShell with MFA enabled. When you try to connect to Exchange Online using PowerShell you receive the following error. The Cause for this is: This issue occurs if either an internal firewall or the Windows Remote Management service has not been started. Solution is: To resolve this issue, check whether…

1 Comment

Search and Delete specific email for all or specific users using PowerShell.Exchange 2010

Search and Delete specific email for all or specific users using PowerShell.   In many cases an Exchange Administrator will get a request to delete an email which was sent to a specific user or to multiple users. Exchange allows us to do this with a feature called search-mailbox, this feature can be used to…

Leave a Comment

Find all LinkedMailboxes and Convert To UserMailbox

How to find all LinkedMailboxes and convert them to UserMailboxes.   In this post I will look at how to find all LinkedMailboxes in the Exchange environment and then converting them to UserMailboxes.   What is a LinkedMailbox? A linked mailbox is a mailbox associated with an external account. The resource forest scenario is an…

1 Comment

Set-CalendarProcessing: ResourceDelegates can only be enabled on resource mailboxes.

Microsoft Exchange Error: ResourceDelegates can only be enabled on resource mailboxes.   During the process of adding additional Room Mailbox resource delegates, I received the following error: Resource Delegates can only be enabled on resource mailboxes. This is an pretty straight forward error to resolve, in the current environment where I am facing this error…

Leave a Comment

Room Mailbox in Office 365 not Showing Details in Calendar

Room Mailbox in Office 365 not Showing Details in Calendar.   In this post I will demonstrate how to change the default  calendar view of a “Room Mailbox” and include the “Subject” . By default the “Room” Mailbox in Office 365 only shows you the “Busy” Status.   “A room mailbox is a resource mailbox…

Leave a Comment