Enterprise Operating Systems

Troubleshooting and Guides for: Microsoft Server, Linux, and VMware

Read More

Dell Hardware/Software Guides

Dell Servers – PowerEdge, Blades, and Cloud
integrated Dell Remote Access Controller (iDrac)
OpenMange Server Administrator (OMSA)

Read More

Scripting Guides

PowerShell, Bash, JSON, and Python Scripting Guides

Read More

Migrate Active Directory from Server 2012 R2 to Server 2016

crtechtipsDec 11, 20206 min read

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 Server 2016 machine with local admin credentials, Open server manager…

How to Use PowerShell to Create AD User Accounts in Bulk in Windows Server 2016

crtechtipsDec 11, 20202 min read

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 it, so I would like to import 25 users in just 1…

How to Install and Configure NFS Server in Windows Server 2016

crtechtipsDec 11, 20203 min read

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, NFS includes the components, Server for NFS and Client for…

Exchange 2013/2016 EAC(ECP) and OWA blank page after login

crtechtipsOct 19, 20201 min read

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, you see blank web page after login into https://<exchangewebservicesurl>/owa or https://<exchangewebservicesurl>/ecp. This issue…

How to Manage Microsoft Teams using PowerShell

crtechtipsOct 14, 20203 min read

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 the following and allow install from the untrusted repo as…