Skip to content

Category: Azure

What is Azure Stack?

Azure Stack is an On-Prem Hybrid Cloud Extension of Azure   Microsoft Azure Stack is a hybrid cloud solution that allows organizations to run Azure consistent services in their data center, providing a simplified development, management and security experience that is consistent with Azure public cloud services. Azure Stack is an extension of Azure; it…

Leave a Comment

Encrypting Email Messages in Microsoft Office 365

Microsoft Office 365 Message Encryption   In this post, I will look at configuring message encryption in Office 365. What is message encryption? Microsoft Office 365 Message Encryption is an extra add-on online service build on Microsoft Azure Right Management (Azure RMS), By enabling Azure RMS administrators can configure message encryption by configuring exchange online…

1 Comment

Assign Office 365 Licenses using Active Directory Groups

Assign Office 365 Licenses with Active Directory Groups In this post I will walk through the options of  assigning Office 365 Licenses based on Active Directory Group membership. Microsoft has recently released the new feature in Azure Active Directory which allows you to apply Azure licenses as well as Office 365 licenses based on group…

Leave a Comment

Get Domain Group Members

The following Script was created to assist a help desk department to quickly get a list of ‘Members’ from an Active Directory Group. This is a very simple script that prompts you for a Group Name and will then use Grid-View to display the results. Original Post : https://gallery.technet.microsoft.com/Get-Domain-Group-Members-bf33a1a2?redir=0 GetGroupMembers #ThatLazyAdmin

Leave a Comment

Search for Disabled Users and Move to Disabled Ou using PowerShell

Search for Disabled Users and Move to Disabled Ou using PowerShell Created this script to search a ‘OU’ for disabled users and move them to a different ou . I have added the ‘WhatIf’ option by default . Once you run the script it will prompt for ‘Search OU’ and ‘Target OU’ .

Leave a Comment