Set Office 365 Out Of Office using PowerShell
| | | | | | |

Set Office 365 Out Of Office using PowerShell

Set Office 365 Out Of Office Messages using PowerShell Connect to Office 365 PSSession using a script a created to simplify the connection :Connect-Office365-PSSession   #This Script was created to assist HelpDesk staff to configure Out Of Office Messages for Staff #Twitter: Shaun.Hardneck #Web: http://thatlazyadmin.com $user = Read-Host “UserName” $sdate = Read-Host “Example of Date…

Creating Retention Tags and Policies Office 365
| | | |

Creating Retention Tags and Policies Office 365

In this Post we will cover how to create a Retention Tag and Retention Policy in Exchange Online. Launch the Exchange Online EAC and navigate to Compliance and Retention Tags. Create a Retention Policy to Automatically move all Mailbox Items from 1 Year to Archive. Click (+) Tab then Click apply automatically to entire mailbox…

Set UPN Suffix using PowerShell
| | | | | | |

Set UPN Suffix using PowerShell

To Prepare for Office 365 Migration you need to add the missing ‘UPN Suffixes’. The following example demonstrates how to create a new UPN suffix for the users in the ThatLazyAdmin forest: Lets Start by running: Import-Module ActiveDirectory   Then run : Get-AdForest | Set-ADForest -UPNSuffixes @{Add=”ThatLazyAdmin.com”}   Lets verify the new UPN in Active Directory…

Express installation of Azure AD Connect
| | | | | |

Express installation of Azure AD Connect

Express installation of Azure AD Connect Tool Can be downloaded from Here Sign in as a local administrator to the server you wish to install Azure AD Connect on. You should do this on the server you wish to be the sync server. Navigate to and double-click AzureADConnect.msi. On the Welcome screen, select the box agreeing…

Exchange Deployment Assistant Quick Overview
| | | | | | | | |

Exchange Deployment Assistant Quick Overview

Exchange Deployment Assistant Quick Overview Exchange deployment tool creates a custom step by step checklist to help you deploy Exchange in different types of scenarios. The tool can be found Here. Click on Launch the Deployment Assistant. From the next screen you will have 3 different options to choose from On-Premises ,Hybrid ,Cloud Only. Details…

Peer behind the curtain – how Microsoft runs Exchange Online
| | |

Peer behind the curtain – how Microsoft runs Exchange Online

Peer behind the curtain – how Microsoft runs Exchange Online Speakers: Eddie Fong (Microsoft), Karim Battish (Microsoft) For full session details, click here. ABSTRACT: For 75 minutes, you’ll give you a virtual Microsoft blue badge and enter the world of Microsoft Exchange Online operations. See how it’s done with a rare look behind the scenes…