PowerShell – Telegram
PowerShell
822 subscribers
214 photos
4 videos
1 file
802 links
Task automation and configuration management framework #PowerShell
Download Telegram
Getting up and running with the PowerShell Guide
By: MrPowerShell

I made my Twitch debut this week, thanks to James Brundage (aka Mr. PowerShell)
Link
Install Microsoft Graph Module for Azure Automation using PowerShell
By: Paul Contreras

If you're familiar with Azure Automation and Graph API, you may have noticed that it may be a bit cumbersome to install the Microsoft.Graph PowerShell module in an Automation account.
Link
Best Practices Make Perfect
By: Jeffery Hicks

This post is a reprint from an article published to my premium PowerShell newsletter Behind the PowerShell Pipeline available on Substack.
Link
👍1🤔1
Today's cmdlet ‣ Push-Location
Adds the current location to the top of a location stack.

Example's Remarks:
• You can use the Location cmdlets in any PowerShell drive (PSDrive).

#tutorial
👌1
FSWatcherEngineEvent 1.5.0
By: W.Gross

Provide file system change notifications as PowerShell engine events
Link
PowerShell Begin Process End Blocks Demystified
By: Jeff Brown

If you want to take your PowerShell function writing skills to the next level, consider implementing Begin, Process, and End blocks. These input processing methods enable your functions to process pipeline input and multiple parameter values. In this article, you will learn the basic syntax of PowerShell Begin, Process, and End blocks.
Link
👍1
Export registry information using PowerShell
By: Harm Veenstra

At the end of another busy week, and after passing the AZ-801 exam two days ago, it's time for a small blog post 🙂 I had to export a registry from a client on which regedit tools were blocked. Exporting using PowerShell is an option, but the format isn't that great by default. In this blog post, I will show you how to export it to a friendly format.
Link
How to Import PowerShell Modules Like a Boss
By: Nicholas Xuan Nguyen

Learn how to import PowerShell modules. Understand the cmdlets, parameters and modules available to make your noscripts more efficient and powerful.
Link
👍2
Today's cmdlet ‣ Get-Process
Gets the processes that are running on the local computer.

Example's Remarks:
• This command gets all the processes that have a main window noscript, and it displays them in a table with the process ID and the process name.

#tutorial
AzOps v 2.1.1
By: Customer Architecture Team (CAT)

Integrated CI/CD Solution for Microsoft Azure.
Link
Quickly create a new profile for Edge with PowerShell
By: Albert-Jan Schot

Quickly create a new profile for Edge with PowerShell a great way to keep profiles for each company you work for!
Link
PowerShell/OpenSSH Team Investments for 2023
By: Steve Lee

Team investments for 2023 across PowerShell, PowerShellGallery, OpenSSH, and supporting tools
Link
ChangelogManagement 3.0.0
By: Nate Scherer

ChangelogManagement is a PowerShell module for reading and manipulating changelog files in Keep a Changelog 1.0.0 format. The primary feature is automatic updating of changelogs at release time in a CI/CD workflow via Update-Changelog.
Link
psAsciiArt v 0.0.1
By: Adam Bacon

Makes amazing Ascii Art images from any given picture has the option to also output the Ascii Art generated in colour.
Link
Today's cmdlet ‣ Get-Date
Gets the current date and time.

Example's Remarks:
• `Get-Date` uses the UFormat parameter with format specifiers to display the current system date and time.
• The format specifier %Z represents the UTC offset of -07 .

#tutorial
Exposing the Mystery of PowerShell Objects
By: Jeffery Hicks

A few weeks ago, I was working on content for a new PowerShell course for Pluralsight. The subject was objects. We all know the importance of working with objects in PowerShell. Hopefully, you also know that the output you get on your screen from running a PowerShell command is not the whole story. Formatted presentation...
Link
👍3
Trim characters from strings in PowerShell
By: Wolfgang Sommergut

Most programming languages provide string functions that can be used to selectively truncate leading or trailing characters. String objects in PowerShell have three such trim() methods that remove not only spaces but also any characters at the beginning and end.
Link
Azure PowerShell vs. Azure CLI
By: Timothy Warner

In your work in Microsoft Azure, should you focus your energies on Azure PowerShell, Azure CLI, or both? This lesson presents a comprehensive comparison of the two primary noscripting languages in the Azure cloud.
Link
PowerShell Write-Output: Your Friendly Output Companion
By: Nicholas Xuan Nguyen

Learn all of the ins and outs of the PowerShell Write-Output cmdlet and take control of noscript and object output in this ATA Learning tutorial!
Link
Visual Studio AI-Assistance: A Developer’s Best Friend
By: Peter Groenewegen

The Visual Studio family leverages AI to help you stay focused on the creative tasks that get the core logic of your application built.
Link