PowerShell – Telegram
PowerShell
822 subscribers
214 photos
4 videos
1 file
802 links
Task automation and configuration management framework #PowerShell
Download Telegram
How to create a command-line predictor
By: PowerShell Team

PSReadLine 2.1.0 introduced the concept of a smart command-line predictor by implementing the Predictive IntelliSense feature. PSReadLine 2.2.2 expanded on that feature by adding a plugin model that allows you create your own command-line predictors.
Link
How to use Managed Identity to connect to Azure, Exchange, Graph, Intune,… in Azure Automation Runbook
By: Ondrej Sebela

Managed Identity is definitely a better option for authentication in Azure Automation Runbooks than RunAs account because it doesn't require certificate/secret renewal. Therefore it is maintenance-free.
Link
What have you done with PowerShell this month?
By: r/PowerShell

Always an interesting read
Link
I, uh, may have gotten a little carried away with my
By: Justin Grote

#Powershell #Azure #PIM role activation status monitor...
Link
How to pipe binary stream in Powershell?
By: u/Moises-Tohias

I did some research and found that Powershell doesn't have the ability to pipe binary stream, (you can pipe just string AFAIK)
Link
👍2
Talking Crescendo and Documentation with Stevie Coaster
By: The PowerShell Podcast

In this episode, we talk about Crescendo, a development accelerator that can help rapidly build PowerShell cmdlets around existing command-line tools. We also discuss coding on twitch, writing with the customer in mind, and proper documentation practices.
Link
👍3
Contributing to PowerShell Made Easy with Sean Wheeler
By: The PowerShell Podcast

We caught up with Sean Wheeler at the PowerShell + DevOps Global Summit to discuss all things documentation. We discuss why open source is an open discussion and how documentation moving to open source makes for a lot of opportunities to help contribute to the PowerShell community. We discuss the value of the PowerShell blog, and how contributing to the blog can help you practice and improve your writing skills, get your blogs published, and provides an opportunity to plug your own site at the same time.
Link
👍1
Use the Abstract Syntax Tree (AST) to list parameters and variables in PowerShell functions
By: Mike F. Robbins

One thing I’ve missed during the past couple of years with virtual-only conferences is the hallway track. While at the PowerShell + DevOps Global Summit 2022, there was a discussion about using PascalCase for parameter names and camelCase for user-defined variables in your PowerShell functions.
Link
👍1
Azure Service Bus PowerShell Module
By: David O'Brien

Unfortunately, the Az.ServiceBus PowerShell module does not contain any cmdlets to send a message to a topic, and also none to “delete” them. So I got to work and developed my own module.
Link
Format the output of a string in multiple columns with PowerShell
By: Mike F. Robbins

In my previous blog article, I used the PowerShell Format-Wide cmdlet to format the output of a string in multiple columns. While Format-Wide isn’t a command that I’ve used extensively, the behavior wasn’t what I expected.
Link
🎬 PowerShell + DevOps Global Summit 2022 Playlist
55 Video Sessions delivered at the PowerShell + DevOps Global Summit 2022 in Bellevue WA

1. The State of the Shell
2. Welcome message
3. Putting the Ops in DevOps
4. PowerShell Guide to Terraform
5. Azure Functions PowerShell: The Missing Manual
6. OpenSSH in Windows & Azure
7. How AWS Managed Services uses PowerShell
8. New Shell in Town: Adventures in using PowerShell on Linux
9. A Month Working in Cloud Shells
10. Build a command-line for Azure with Go!
....
55. Using Windows PowerShell to create noscripts your users want to use
👍4
PowerShell pinned «🎬 PowerShell + DevOps Global Summit 2022 Playlist 55 Video Sessions delivered at the PowerShell + DevOps Global Summit 2022 in Bellevue WA 1. The State of the Shell 2. Welcome message 3. Putting the Ops in DevOps 4. PowerShell Guide to Terraform 5. Azure…»
CVE-Tracker
By: ZION3R

With The Help Of This Automated Script, You Will Never Lose Track Of Recently Released CVEs
Link
👍1
Call REST APIs with Invoke-RestMethod in PowerShell – YouTube
By: Adam Driscoll

In this video, we look at the basics of REST APIs. Next, we dive deep into Invoke-RestMethod. We'll look at various methods, status codes, headers, query string parameters, cookies, sessions, authentication, sending files, processing JSON, XML and text and finally we look at retries, redirects and timeouts.
Link
👍1
Open Up Wide
By: Jeff Hicks

I recently read a terrific post from Mike F. Robbins about using Format-Wide to display strings. Format-Wide is one of those cmdlets that I don’t think gets much use. This is a shame because it certainly fulfills a need. But as Mike points out, if you have a list of strings, Format-Wide requires a little extra work, which Mike demonstrates. I decided to take his idea and run with it. Wouldn’t it be easier to have a function?
Link
How I Setup My Powershell Development Environment
By: Christian Højsager

In this post i will walk through the process of how i setup my PowerShell development environement on a Windows PC. This guide has been made on a Windows 11 PC, so if you are running Windows 10, you might experience that some of the application or tools, need to be installed a different way.
Link
👍2