Enterprise Operating Systems
Troubleshooting and Guides for: Microsoft Server, Linux, and VMware
Dell Hardware/Software Guides
Dell Servers – PowerEdge, Blades, and Cloud
integrated Dell Remote Access Controller (iDrac)
OpenMange Server Administrator (OMSA)
VMWare VM Server OS & NIC Tuning Optimizations
VMWare VM Server Tuning – Windows OS & VMXNet3 Network Card Optimizations In Windows, Open a command prompt window with elevated permissions and execute the following commands displayed in RED. …
Disable the Clutter feature in O365 mailboxes
To disabled the clutter feature in a user’s O365 mailbox run the following command: Turn off Clutter for single user Get-Mailbox –identity someone@somewhere.com | Set-Clutter -enable $false OR …
Delete all Calendar events from a mailbox
Connect to O365 using powershell first Open PowerShell or EMS If this is an O365 mailbox, you will need to connect to the O365 environment Connect to Exchange On-line From the …
How to copy old user’s mailbox to another user’s mailbox on Office 365 and Exchange Server using PowerShell
You will come across the issue with leavers mailboxes needing to be transferred to another users mailbox. If you are looking after on-site exchange, then the process is slightly shorter as you …
Bulk import email aliases to Office 365 using Powershell
If you need to add email aliases to O365 accts in bulk use the following (EMS) powershell command with the CSV file formatted this way: Name ProxyAddresses user1@domainold.com user1@domainnew.com Run …