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

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 …

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

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

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 …

Get a List of Shared Mailboxes Members and Permissions

crtechtipsSep 3, 20202 min read

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 …