Hi Folks, this is just a continuation to Part 1, where we had shared a small script to verify the Office 365 Hybrid Configuration health from on Premise Exchange Server. In this article we will go through the script to Read More …
Category: Office 365
Microsoft Office 365
Office 365 Hybrid Exchange On-premises Validation Check Part 1
Hi Guys, just wanted to share some basic script to validate the existing Office 365 Hybrid configuration status check from on-premises Exchange Servers and Office 365 Cloud. I have divided the health check into two parts where Part 1 will Read More …
Exchange Online & Skype for Business Multi Factor Authentication
Modern authentication in Office 365 enables authentication features like multi-factor authentication (MFA) using smart cards, certificate-based authentication (CBA), and third-party SAML identity providers. Modern authentication is based on the Active Directory Authentication Library (ADAL) and OAuth 2.0. When you enable Read More …
Power Shell script changes “All” UPNs at Office 356 Tenant
Now a days I am busy working with Domain & Email services consolidation project and got an opportunity to do Vanity Domain & Mailbox migration between O365 tenant. One of the key step is to migrate the SMTP domain source Read More …
AzureAD Pass-Through Authentication and Seamless Single Sign-on
Azure AD Pass-Through Authentication and Seamless Single Sign-on are now both in public preview! Azure AD pass-through authentication Azure AD pass-through authentication provides a simple, secure, and scalable model for validation of passwords against your on-premises Active Directory via a Read More …
Powershell login Script for Office 365
Copy the following content to a notepad and save as .PS1 Start-Service WinRM Set-ExecutionPolicy RemoteSigned Import-Module MSOnline $O365Cred = Get-Credential $O365Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $O365Cred -Authentication Basic -AllowRedirection Import-PSSession $O365Session Connect-MsolService –Credential $O365Cred Open the powershell as Read More …
How to download office 2016 by deployment tool?
How to download office 2016 by deployment tool? Download Office Deployment Tool http://www.microsoft.com/en-us/download/confirmation.aspx?id=49117 (office 2016) 2. Create a folder in C drive, we named it ODT here, run Office Deployment Tool and install to C:\ODT 2 files will in the ODT Read More …
10 reasons why Microsoft Office 365 Rocks
Industry Leader in IaaS + PaaS :- Azure has been rated by Gartner as the industry leader for Infrastructure-as-a-service (IaaS) and platform-as-a-service (PaaS). What developers gain from PaaS is a framework they can build upon to develop or customize applications Read More …