AWS — Difference between EFS and EBS
EFS (Elastic File System) vs EBS (Elastic Block Store) comparison in AWS EFS TL;DR: Amazon EFS is an NFS file system service offered by AWS. An Amazon EFS file system is …
EFS (Elastic File System) vs EBS (Elastic Block Store) comparison in AWS EFS TL;DR: Amazon EFS is an NFS file system service offered by AWS. An Amazon EFS file system is …
EBS (Elastic Block Store) vs Instance Store in AWS Instance Store (Ephemeral storage) vs EBS (Elastic Block Store) TL;DR EBS volume is network attached drive which results in slow performance but …
SQS (Simple Queue Service) vs SWF (Simple Workflow Service) in AWS SQS 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 AWS IAM A root user is created during the AWS sign-up process All AWS accounts have a root user (only one) Has …
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- Login to windows …
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 is now empty without any User in …
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 …