PowerShell – Telegram
PowerShell
822 subscribers
214 photos
4 videos
1 file
802 links
Task automation and configuration management framework #PowerShell
Download Telegram
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
It Begins – Azure with PowerShell I
By: Tommy Maynard

So, I am beginning my journey into Azure, alongside PowerShell. Or just maybe, I have that backwards: My journey into PowerShell, alongside Azure.
Link
Coding Novice, APIs, and PowerShell
By: Tommy Maynard

I read a recent post on the technical writing subreddit, “How proficient in coding do you have to be to write API Documentation?” I jumped in and posted, as technology is my jam, and writing is my passion. Maybe it’ll be my jam too, someday.
Link
How the Graph X-Ray Tool Helps PowerShell Developers
By: Tony Redmond

When Microsoft decided to build the administrative tools for Exchange Server 2007 around PowerShell, they realized that it would take time for administrators to become accustomed to PowerShell. Sensibly, Microsoft included a cmdlet logging facility in the Exchange Management Console (EMC) to allow administrators to see the PowerShell code used to execute different actions, such as creating a new mailbox.
Link
PowerShell tool that uses the OpenAI Codex turning natural language into executable noscripts – YouTube
By: Doug Finke

Aims to grow the understanding of using OpenAI in PoweShell by providing an example of an implementation and references
Link
👍1
Creating a Powershell Automation Scheduling App With Azure and Microsoft Powerapps
By: Christian Højsager

This led me to think about how I could use an Azure Automation Account, a PowerApp, and PowerShell to create an automation framework for easy scheduling of these types of automation.
Link
Comparing Invoke-RestMethod to the PowerShell SDK
By: Sean Bulger

Welcome back! A lot has happened since my last post. This post is a companion to one of my sessions at MMSMOA. It is also the latest post in my series on automating endpoint management tasks with Microsoft Graph and the MEMCM AdminService.
Link
Get Per-User MFA Status using PowerShell
By: Paul Contreras

There are a ton of noscripts out there that show you if the user has MFA enabled by checking their authentication methods, something very similar to this Get MFA Methods using Graph API noscript I wrote a while back. However, I haven’t really seen a noscript to show me what their per-user MFA status is.
Link
Reading IIS logs with PowerShell
By: Przemyslaw Klys

Today I was reading Twitter, as I am pretty addicted to technology news when Adam Bacon mentioned that he's surprised that no one has rebuilt IIS Parser as pure PowerShell. While this is not entirely true, and some modules can do some parsing, I decided to try my luck. While doing it from scratch in PowerShell is possible, I opted to use an external C# library that does all the heavy lifting and is optimized for speed.
Link