The System Admin
This is a Two liner password generator using PowerShell. The number 13, represent the password length, and the 5 represent the non Alpha, so it loads the System.Web library and use the GeneratePassword method...
Most of the Active Directory object properties can be easily accessed by using the Get- or Set- such as Get-ADUser or Set-ADUser, but it is not that easy regarding LogonHours.Multiple steps and challenges required...
There is a lot of focus on the Exchange Server Database, EDB, and transactional logs. But there are other logs we need to keep our eyes on. The services log was generated from Exchange...
The Powershell script should deliver a clear message to the users so the users understand what’s going on. But won’t it be beautiful if Powershell can also add emojis such as 😁😊❤?
A wide range of applications and services uses Remote Procedure Call RPC to communicate, such as Netlogon, MMC, Active Directory, Client-Sever communication…etc.
After changing the VMWARE vCenter certificate the XenDesktop fail to connect to the vCenter server due to a certificate error. A small update on the Citrix Virtual Desktop is required otherwise the clients won’t...
Taking the Exchange Server 2019 back to operational mode is an easier task. Less command to be executed than Enabling Exchange Server 2019 Maintenance.
Planning to install CU or perform server maintenance, there are specific procedures and steps to execute to make the Exchange Server 2019 ready for maintenance mode. This tutorial will explain all the required steps...
Whether to install CU updates on Exchange Server 2019 /2016 or reboot the server, the Exchange Admin follows some steps to place Exchange server Node (DAG Mode Only) in maintenance mode. This PowerShell Module...
If you have both Powercli and Hyper-v Powershell module installed, then an error may pop up when calling some identical commands such as Get-VM So I need to get the list of VMs from...