AWS — Difference between EBS and Instance Store
EBS (Elastic Block Store) vs Instance Store in AWS TL;DR EBS volume is network attached drive which results in slow performance but data is persistent meaning even if you reboot…
A Drink of Technology for the Thirsty Mind
EBS (Elastic Block Store) vs Instance Store in AWS TL;DR EBS volume is network attached drive which results in slow performance but data is persistent meaning even if you reboot…
SQS (Simple Queue Service) vs SWF (Simple Workflow Service) in AWS TL;DR: SQS is a service that allows you to queue messages giving you the ability to de-couple your environment.…
Introduction to IAM Account Root User in AWS A root user is created during the AWS sign-up process All AWS accounts have a root user (only one) Has complete access…
This is very straight forward process, but make sure you test it 1st in your Test Environment. I’m using 2 Hyper-V Machine, which is my Previous domain Server (Microsoft.lk.com). 1-…
Lets get started.. 1 – For this demo, I will use my existing AD Server with Windows.ae domain and previously created empty OU call Network Branch. My Network Branch OU…
What is NFS Server? Using the NFS protocol, you can transfer files between computers running Windows and other non-Windows operating systems, such as Linux or UNIX. In Windows Server 2016,…
This is a very common and known issue which may occur in Exchange Server 2013 and Exchange Server 2016. This issue occurs mostly in new deployments. When this issue occurs,…
Install the Teams PowerShell Module The first step in managing Teams via PowerShell is to install the Teams Cmdlets module. Running PowerShell as an Administrator, you will need to run…
If you want to get a list of members from an O365 shared mailbox using powershell, you can run either command to do so: Get-Mailbox “Shared Mailbox Name” | Get-MailboxPermission…
There are many possibilities for using PowerShell on non-Windows platforms now and today my mind was pondering how to use it to join Linux servers to Active Directory. So, I…