Automation

How to Programmatically Install Microsoft Store Apps Using Windows Package Manager

In the latest preview version of Windows Package Manager, you can install Microsoft Store apps from the command line.

Last Update: May 05, 2023

LATEST

DevOps code

A Simple Guide to Linux Shell Scripting With Bash

Last Update: May 02, 2023

Ever found yourself wanting to learn more about Linux shell scripting, but you weren’t sure where to begin? Are you relatively new to the world of Unix-based operating systems and want to extend your skills to do some basic shell programming? This tutorial for beginners will go over the basics of Linux shell scripting with…

View Article

Anatomy of a PowerShell Advanced Function

Last Update: Apr 17, 2023

PowerShell advanced functions provide modularity in automating system administration tasks and by structuring PowerShell scripts as advanced functions, you can transform your scripts and functions into reusable tools.

View Article
PowerShell

PowerShell Remoting Basics

Last Update: Jul 23, 2022

Missy Januszko provides an overview of PowerShell remoting and explains the use of different cmdlets for managing multiple machines at once.

View Article
DevOps code

What is Ansible – The Ultimate Guide

Last Update: May 31, 2022

Ansible is the most widely used DevOps tool for managing changes across your cloud or data center infrastructure. In this article, you will get an overview of how Ansible works and how you can get started with it. What is Ansible? Ansible is an automation platform tool used for easily deploying applications and system configurations on multiple servers. It can be used…

View Article

How to Securely Elevate Privileges in PowerShell Scripts

Last Update: Apr 04, 2022

If you are using PowerShell scripts to automate tasks in your environment, sooner or later, there’s a good chance that you will need to deal with elevating privileges to access resources that require a different set of credentials than those being used to run the script. For example, you might need to access a file…

View Article

How to Limit Resource Usage of PowerShell Scripts

Last Update: Apr 04, 2022

PowerShell scripts can use a lot of resources. And that can be a problem if you need to run a script on a production server without impacting performance.

View Article

How to Use PowerShell Calculated Properties

Manipulate PowerShell object output using calculated properties.

View Article

How to Create Puppet Bolt Tasks: Understanding Modules and Tasks

Puppet Bolt tasks are scripts that you can run on Linux or Windows systems. A task contains a script, completely unmodified, written in any language supported by the remote system on which the task will run.

View Article
Go to page