PowerShell Remoting Basics
Missy Januszko provides an overview of PowerShell remoting and explains the use of different cmdlets for managing multiple machines at once.
The post PowerShell Remoting Basics appeared first on Petri.
Collaborate Disseminate
Missy Januszko provides an overview of PowerShell remoting and explains the use of different cmdlets for managing multiple machines at once.
The post PowerShell Remoting Basics appeared first on Petri.
It used to be one of the joys of writing embedded software was never having to deploy shell scripts. But now with platforms like the Raspberry Pi becoming very common, Linux shell scripts can be a big part of a system–even the whole system, in some cases. How do you know your shell script is error-free before you deploy it? Of course, nothing can catch all errors, but you might try ShellCheck.
When you compile a C program, the compiler usually catches most of your gross errors. The shell, though, doesn’t look at everything until it runs which means you …read more
It used to be one of the joys of writing embedded software was never having to deploy shell scripts. But now with platforms like the Raspberry Pi becoming very common, Linux shell scripts can be a big part of a system–even the whole system, in some cases. How do you know your shell script is error-free before you deploy it? Of course, nothing can catch all errors, but you might try ShellCheck.
When you compile a C program, the compiler usually catches most of your gross errors. The shell, though, doesn’t look at everything until it runs which means you …read more
Learn how to create professional-looking class-based DSC resources in just a few easy steps.
The post Create “Programmer-Style” Class-Based DSC Resources appeared first on Petri.
Continue reading Create “Programmer-Style” Class-Based DSC Resources
Learn how to make your PowerShell DSC configurations and configuration data easier to read and maintain with these tips and tricks.
The post DSC Configuration Data Layout Tips and Tricks appeared first on Petri.
Continue reading DSC Configuration Data Layout Tips and Tricks
It might be time for IT Pros to start learning more about PowerShell as it becomes the default command line shell in Windows 10.
read more Continue reading Is it time to learn more about PowerShell?
In this article about GitHub for Windows, learn how to add branches to GitHub repos, create pull requests and deal with merge conflicts.
The post GitHub for Windows – Branches, Pull Requests, and Conflicts appeared first on Petri.
Continue reading GitHub for Windows – Branches, Pull Requests, and Conflicts
Aggressor Script is the scripting engine in Cobalt Strike 3.0 and later. As much as possible, I tried to make Cobalt Strike’s scripting feel like the scripting you would find in a modern IRC client. In this post, I’d like to take you through some resources and third-party examples to help you become familiar with […] Continue reading Gettin’ Down with Aggressor Script
PowerShell MVP Jeff Hicks demonstrates how to find and remove empty Active Directory organizational units with simple PowerShell scripts.
The post PowerShell Problem Solver: Finding Empty Organizational Units in Active Directory appeared first on Petri.
Continue reading PowerShell Problem Solver: Finding Empty Organizational Units in Active Directory
Take your PowerShell scripts to the next level with custom menus and choice prompts. PowerShell MVP Jeff Hicks explains how.
The post More Choices in PowerShell appeared first on Petri.