If you are starting out on your journey of building applications in Azure, and are using the powerful Web App in App Service feature (aka Azure Web Apps), take note of the associated App Service Plan. I had a small test Web App (running in the Azure App Service) used
Microsoft Canada is holding a Security Day (#MSFTSecure) on Tuesday, March 28th, 2017. They have highlighted some fantastic resources to educate and spread awareness of security in Azure and other Microsoft technologies: Find out why Comprehensive security comes standard #MSFTSecure #MSpartner Find out why Windows Defender is Malware’s worst enemy
I came across a very interesting PowerShell technique today courtesy of Guy Bachar’s TechNet Gallery Script Exchange Online Audit Log Report (HTML Format). This PowerShell script contains .NET code which calls the local Windows Credential Manager. Pheww! Could come in handy. …. . ###################################################################### # API to load credential from
Today, Exchange Online is managed through PowerShell by creating a remote PowerShell session to Exchange Online (this existing process is described here: Connect to Exchange Online PowerShell). This process does not use a dedicated local PowerShell module and has never supported Multi-Factor Authentication (MFA) which is very important for privileged
With the General Availability announcement of the Worldwide Roll Out of Microsoft Teams, many are wondering how to start using it. There is a surprisingly lack of simple information for end-users on how to get up and running with Teams. This blog post gives a simple overview of what How
Exchange Online in Office 365 has many policies for configuring and controlling the types of clients users can connect to the service with, and the ability to configure data storage, compliance, and security. Three main policies used to govern end-user behavior are Client Access, ActiveSync, and Retention policies as explained
One powerful aspect of PowerShell is that it is a loosely typed language. The advantage to script developers is that they can assign an untyped variable to almost anything. This makes script development faster and usually easier because variable can be assigned to almost anything without having to fully understand the