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. …
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. …
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 …
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 …
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 …
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 …
Here is a script that can be used to roll a die. The number of sides of the die can be adjusted. The amount of rolls and roll results …
Google has created Chrome ADMX files for administering Chrome via Active Directory. One of the features you might want to add in your environment are your companies websites to …
Performing a Domain Join Using PowerShell Once you’ve established correct DNS resolution for the domain name, start a PowerShell prompt with local administrative privileges. Press the Windows key to switch …
Retrieving the Serial Number from a Local Computer The get-ciminstance PowerShell command was introduced in PowerShell 3.0. It allows administrators to run WMI queries on local or remote computers. To retrieve the …
Defrag Drives with Optimize-Volume The new cmdlet we will use is called Optimize-Volume. It is part of the Storage module which utilizes the new CIM infrastructure. You can use this cmdlet …