Design Deep Dive : PoShDynDnsApi
In this post, I want to give you a peek into my development process for the PoShDynDnsApi module.
Welcome to Dave's Technical Journal
In this journal, I write articles primarily about learning and using PowerShell, though my focus will largely be dictated by the technology du jour that has piqued my interest.
In this post, I want to give you a peek into my development process for the PoShDynDnsApi module.
Examples on how to create OUs, groups, and users with the PSGSuite PowerShell Module.
PoShDynDnsApi is an unofficial PowerShell module used to interact with Dyn Managed DNS REST API.
Recently, I was tasked to provide a GUI for a PowerShell script. Okay, I think I tasked myself, but it was an interesting foray into the .Net [System.Windows...
Originally, I used globally scoped variables for one of my modules to keep track of session data, but now I use a module variable.