Recovering Deleted Email with New Exchange Online Cmdlets

Exchange Makes It Easy for Users to Fix Deletion Mistakes Exchange has used a two-step item deletion process for nearly 20 years. When someone deletes an item from a mailbox, it moves into the Deleted Items folder. Later, when the user empties the Deleted Items folder, or the Managed Folder Assistant empties the folder under the instruction of a retention […]

Read more

Google Cloud Platform: Creating a Virtual Machine

1. Overview Google Compute Engine lets you create and run virtual machines on Google infrastructure. Compute Engine offers scale, performance, and value that allows you to easily launch large compute clusters on Google’s infrastructure. There are no upfront investments and you can run thousands of virtual CPUs on a system that has been designed to be fast, and to offer strong […]

Read more

How to Automate Software Package Installations in Server 2016 via PowerShell

Here are some of the ways you can automate software package and modules installations in Server 2016, using some of the new package management cmdlets that come with PowerShell. With the introduction of services like NuGet, Choclatey, PSGet and Package Manager, Windows finally has a great way of delivering software packages and modules directly from the internet or through an […]

Read more

Join Computer to Domain with Desired Computer Name and OU

Step #1: This is the simplest method to add a computer to a domain. In this example you will be prompted for credentials followed by the required reboot. PowerShell   1 2 Add-Computer -DomainName “your.domain.here” Restart-Computer Step #2: If you require an automated script without prompting the user for credentials you can provide the user account with rights to add […]

Read more

How To Build An Active Directory Site Inventory Report With PowerShell

If you’re having to deal with hundreds of subnets and multiple Active Directory sites, this PowerShell script will allow you to quickly build an inventory report listing all of your AD sites and subnets. Building An AD Site Inventory Report To do this, you’ll first need to ensure you’re either on a Windows Server 2008 R2 (or higher) domain controller […]

Read more

Group Policy: Deploy a Google Chrome Extension

Google provides an option between an ADM file (windows 2003 server) and an ADMX file (windows 2008). Once imported, the ADM/X file will add additional options to your Group Policy Object. Click here to download the ADM file (Server 2003) Click here to download the ADMX file (Server 2008) Please open your Group Policy Management console. Right click your domain and select […]

Read more

GAM – change Google licenses in bulk

If you need to change Google Licenceses from Basic to Business do the following.   Export user license list.   gam print users ou licenses >> licensefile.csv    Run GAM commands to change the licences. Gam commands to run after lists are separated   Gam CSV deskless.csv gam user ~primaryEmail update license gsuitelite from gsuitebusiness  Gam CSV business.csv gam user ~primaryEmail update license gsuitebusiness from gsuitebasic  

Read more
1 10 11 12 13 14 71