I, uh, may have gotten a little carried away with my
By: Justin Grote
#Powershell #Azure #PIM role activation status monitor...
Link
By: Justin Grote
#Powershell #Azure #PIM role activation status monitor...
Link
Twitter
Justin Grote
I, uh, may have gotten a little carried away with my #Powershell #Azure #PIM role activation status monitor...
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
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
reddit
How to pipe binary stream in Powershell?
I did some research and found that Powershell doesn't have the ability to pipe binary stream, (you can pipe just string AFAIK) I come from linux...
👍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
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
Podbean
Talking Crescendo and Documentation with Stevie Coaster | The PowerShell Podcast
Episode Summary:
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…
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…
👍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
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
Podbean
Contributing to PowerShell Made Easy with Sean Wheeler | 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…
👍1
Powershell Application Insights Telemetry
By: Justin Grote
Report the results and performance of any noscriptblock to Azure Application Insights
Link
By: Justin Grote
Report the results and performance of any noscriptblock to Azure Application Insights
Link
Gist
Trace-AICommand: Report the results and performance of any noscriptblock to Azure Application Insights
Trace-AICommand: Report the results and performance of any noscriptblock to Azure Application Insights - Trace-AICommand.ps1
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
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
Why is “$($i )” different from “$(($i ))”
By: u/alphanimal
For those who like to know how things work.
Link
By: u/alphanimal
For those who like to know how things work.
Link
reddit
Why is "$($i++)" different from "$(($i++))"
$i = 0 "$($i++)" #will output nothing "$(($i++))" #will output the old value of $i similarly, typing `$i++` and `($i++)` directly on the...
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
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
Cloud for the win!
Azure Service Bus PowerShell Module
I recently worked with Azure Service Bus again. Service Bus was the messaging system of the microservice we were building for a customer. As part of that design we needed to test the performance of our application and we needed to make this simple, and flexible.Azure…
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
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
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
YouTube
PowerShell + DevOps Global Summit 2022 - YouTube
👍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
By: ZION3R
With The Help Of This Automated Script, You Will Never Lose Track Of Recently Released CVEs
Link
KitPloit - PenTest & Hacking Tools
CVE-Tracker - With The Help Of This Automated Script, You Will Never Lose Track Of Recently Released CVEs
👍1
Get-EventSession
By: Michel de Rooij
Script to assist in downloading Microsoft Ignite, Inspire or Build contents or return session information.
Link
By: Michel de Rooij
Script to assist in downloading Microsoft Ignite, Inspire or Build contents or return session information.
Link
GitHub
GitHub - michelderooij/Get-EventSession: Script to assist in downloading Microsoft event contents or return session information.
Script to assist in downloading Microsoft event contents or return session information. - michelderooij/Get-EventSession
👍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
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
YouTube
Call REST APIs with Invoke-RestMethod in PowerShell
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…
👍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
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
The Lonely Administrator
Open Up Wide • The Lonely Administrator
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…
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
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
ScriptingChris
How I Setup My Powershell Development Environment
In this post I show how i setup my PowerShell development environment on a Windows Machine
👍2
CleanUserProfileFolders.ps1
By: My Random Thoughts
Clean up user profiles on a machine or terminal server
Link
By: My Random Thoughts
Clean up user profiles on a machine or terminal server
Link
GitHub
Various-Code/CleanUserProfileFolders.ps1 at master · My-Random-Thoughts/Various-Code
Various PowerShell code that I upload here - do with it what you want - My-Random-Thoughts/Various-Code
👍1
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
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
tommymaynard.com
It Begins - Azure with PowerShell I - tommymaynard.com
-1163
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
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
tommymaynard.com
Coding Novice, APIs, and PowerShell - tommymaynard.com
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. The author wanted to know if they need to know how…
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
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
Office 365 for IT Pros
How the Graph X-Ray Tool Helps PowerShell Developers
The Graph X-Ray extension helps PowerShell developers understand how Graph API commands work in the Azure AD admin center.