ICYMI: PowerShell Week of 05-March-2021
Topics include REST APIs, PSRemoting, Azure AD reporting and more…
Topics include REST APIs, PSRemoting, Azure AD reporting and more…
Do you have photos and videos that you have taken over the years that are scattered all over the place? Do you want to have all your photos and videos organized? Do you want all your photos and videos to have a standardized naming scheme? If you answered YES to these questions, then this is the post …
This article is an attempt at describing some of my thought process when building functions. By functions I mean a command that you can execute after importing a module. I am not referring to running a script that accepts parameters and input. Having a task to complete for a function is of course …
The DevOps Collective INC is pleased to announce the return of the PowerShell + DevOps Global Summit in April of 2021. The 2021 event will be a little bit different than those in years past, as this event will be all virtual, hosted in late April 2021. We assure you that this will not be another …
Topics include GitHub actions, Azure Functions, WVD, Pentesting and more! Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux. Using GitHub actions to run automatic Pester tests by Roberth Strand on 4th October But as soon as I started creating PowerShell modules …
In this post, we are going to setup NetNeighbor Watch on a Raspberry Pi. NetNeighbor Watch can keep an eye on your network and send you an email when a new host is discovered. NetNeighbor Watch is done completely in PowerShell. The results are very similar to those of arpwatch. NetNeighbor Watch is …
Do you have PowerShell code that you reuse in your scripts over and over? Do you have server names hard coded in variables? Are you using a text file or CSV file to import server names? Do you find yourself only utilizing one server out of a cluster of servers to make your PowerShell commands? These …
Watch: To Subscribe: Search for PowerScriping in your podcast app of choice or click here: http://feeds.feedburner.com/Powerscripting Guest: Stephen Valdinger Recorded: June 17th 2020 Show links: TheShow:20:E4-Native Command Experience with Jim Truher ![ELL …
Managing Citrix tags can be a long painful process if done the traditional way through Citrix Studio, that is what drove me to PowerShell for this task. Citrix Studio is a great tool, but it can be very time consuming especially if you have to do bulk tag actions. Citrix tags can be used in several …
Over the years, I have supported and created multiple types of GUIs. I finally decided a few years ago to create a very simple menu driven PowerShell GUI. I wanted something that was very powerful yet very simple to maintain. I really enjoy automating manual administrative tasks, so that is what …