BLOG
Add Read-Only permissions for a user to a shared mailbox
Open PowerShell as Administrator Run CommandConnect-ExchangeOnline Login with an account that has Administrative access to your Office365 tenant If the user who you want to grant access to already has FullAccess permission, or has been delegated FullAccess permission...
How to Connect to Exchange Online with Powershell
Open PowerShell as Administrator Run CommandConnect-ExchangeOnline Login with an account that has Administrative access to your Office365 tenant. Once connected, you may need to press then type the following command to confirm that you are connected to exchange...
How to Install ExchangeOnlineManagement Module
Installing PowerShell exchange online moduleOpen PowerShell as an administrator Run CommandInstall-Module -Name ExchangeOnlineManagement Type Y to and press enter continue the install
How to Install Client Hyper-V
What is client Hyper-V ? Client Hyper-V is Microsoft's Hypervisor software that is built into windows client operating systems and windows server operating systems. Hyper-V allows us to virtualize a client OS or a server OS. This is helpful when you want to setup a...