How to Configure ADFS Web Application Proxy for ADSF
| | |

How to Configure ADFS Web Application Proxy for ADSF

How to Configure ADFS Web Application Proxy for ADFS This post will cover the steps needed to configure the ADFS Web Application proxy. What is an ADFS Web Application Proxy? WAP provides reverse proxy functionality for web applications in the corporate network which allows users on most devices to access internal web applications from external…

Configure ADFS for Office 365
| |

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…

Installing Exchange 2016 with Exchange 2010 Co-Existing
| | | |

Installing Exchange 2016 with Exchange 2010 Co-Existing

Installing Exchange 2016 with Exchange 2010 Co-Existing In this Post, I will look at Installing Exchange 2016 on Windows Server 2016 co-existing with Exchange 2010. Exchange 2016 can only co-exist if the following requirements is met. Exchange 2016 consist of only two major Roles which is the Mailbox and Edge Transport Role. The Mailbox Server…

Error creating new Mailbox Database Exchange 2010
| |

Error creating new Mailbox Database Exchange 2010

Error creating new Mailbox Database Exchange 2010 When you try and create a new Mailbox Database, you receive the following Error: How do we resolve this error, to start we need to look at our current AD Server settings in Exchange and that can be checked using the following cmdlet. Get-ADServerSettings As we can see…

Create Exchange 2010 Database Availability Group (DAG)
| |

Create Exchange 2010 Database Availability Group (DAG)

Create Exchange 2010 Database Availability Group (DAG) In this post, I will go through the process of creating a DAG in Exchange 2010 SP3. This post will cover the creation of the DAG using Exchange Management Shell. Like any other service the DAG has some pre-requisites that needs to be met. Firstly, let’s go ahead…

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

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…

Finding Domain Controllers with Powershell
|

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….

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

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“….