Pester for Infrastructure Validation

I have been using Pester and integrated it with my dxExchange.WebServices module following HDD/TDD practices. I have wanted to start incorporating Pester testing into cloud configuration validation and management for some time, but never really got around to it. A couple of weeks ago, I participated in a Network DevOps course facilitated by Nick Russo … Continue reading Pester for Infrastructure Validation

Advertisement

xAzureAD.DirectorySetting v0.2 Released

Last week, released xAzureAD.DirectorySetting without a lot of thought.  Over the weekend, I was thinking that it would be great to make it a bit more extensible and work with all of the various types of templates available.  So, I now have the latest release, xAzureAD.DirectorySetting v0.2. Changes First, I changed the name of the … Continue reading xAzureAD.DirectorySetting v0.2 Released

Controlling Office 365 Groups Creation

In my previous post, Getting Started with Office 365 Groups, I outlined many of the steps necessary for controlling the creation of Office 365 Groups.  I initially realized that this process is cumbersome but had it reinforced when I walked someone through it recently. So, I have a new module: xAzureAD.DirectorySetting.  It provides a single function: … Continue reading Controlling Office 365 Groups Creation

Getting Started with Office 365 Groups

UPDATE: I have created a module to make the process more streamlined.  The post has a link. Office 365 (O365) Groups have existed for a while now and have began to reach a level of maturity that supports broader usage. In addition, many newer features in O365 depend on O365 Groups. What are Office 365 … Continue reading Getting Started with Office 365 Groups