VM replication means creating and maintaining a VM copy from the source host on the side host. First of all, give the replica host rights to accept VMs. This is achieved by using simple Hyper-V settings Start Hyper-V Manager. Select the necessary host in Hyper-V Manager and select its settings. Select Replica Configuration. Select Enabled as a Replica server; also, select the replication method, either…
How to Delegate out Permissions to Rename Computers
You can use below steps to delegate your “support team/Desktop Admins” the ability to rename a computer on a domain, like. In ADUC, right click on the OU for which you want the user/group to be able to rename machines and choose “Delegate Control”. Add the user or group that you would like to give the ability to rename machines. Next. Choose “Create a custom…
Creating a Domain on Windows Server 2016 / 2019 via PowerShell
Booting Hyper-V VMs in a required order
1- Open the Hyper-V Manager, right-click on the VM that you want to choose, then select the Settings command from the shortcut menu. Now, you can see the VM’s settings 2- Automatic start action is disposed near at the end of the list of settings. VM can be configured to start automatically. Or, to start automatically in case it was running when the Hyper-V service…
Connect to Exchange Online PowerShell Using MFA (Multi Factor Authentication)
You need to download Exchange Online MFA module through Microsoft, follow the below steps. 1.Login to Exchange Admin Center using Internet Explorer or Edge. 2.In the EAC, go to Hybridand click the Configure button (as mentioned in below image) to download the Exchange Online PowerShell Module for MFA. Note: A browser that uses ClickOnce to download (like IE or Edge) is needed to download otherwise you will get an error during installation 3.Click Install. Step2:…
Step by Step: Sysprep Windows 10 Machine
With Windows System Preparation Tool (Sysprep) tool, you can create a customized Windows 10 reference image. You can install all apps, drivers, and updates in the image. After that, you can deploy Windows image to users’ computers within your company. In this article, we’ll show how to use Sysprep to create a reference image on Windows 10. Use this guide to create a Windows image…
How to Set Up Conditional Access in Office 365?
In a traditional on-premises infrastructure, the system administrator has complete control over user access to corporate resources. When using cloud solutions, access to resources can be carried out both from the corporate network and outside. Condition Access (CA) is an Azure Active Directory feature that can be used to allow or deny access to company resources based on user, device, location, 2FA, and a number of other factors. Condition…
How to Import PST Files to Office 365?
When migrating to Office 365, Microsoft allows you to upload the content of the user’s Outlook Data Files (* .pst) directly to your Exchange Online/Office 365 mailbox (besides using hybrid scenarios between on-premises and cloud infrastructure). Regardless of which mailbox solution or provider you used before, you can use Outlook to export the contents of the user mailbox to a PST file, and then import…
Office 365 Retention Policies
By default, retention policies do not apply to other folders in the inbox (except for Deleted Items and Junk). However, the user can manually set retention tags for certain folders. For example, a user wants to automatically delete old messages from the Newsletter folder after one year. He can manually set the Retention/Archiving Tags for email items in your Office 365 mailbox. 1- Logon into…
How to Set Calendar Permissions in Office 365
This is a tutorial on how to view, add and remove mailbox calendar permissions on Office 365 for users via PowerShell. For example, you need to grant read permissions to the room mailbox calendar for a few users Connecting Office 365 from PowerShell Open a PowerShell session Store your Credentials in a variable: Enter your Office 365 Credentials when prompted: Create a new PowerShell session…