Can we do this while exhausted with Andrew, Jordan, and JJ
By: The Powershell Podcast
In this episode, JJ joins Jordan and Andrew as they attempt an episode while being rundown and exhausted. We cover many subjects but veer off course several times. Not to worry, Jordan finds a way to talk food again. We also find time to talk about some PowerShell, including making music with system beeps, ChatGPT, and what we think the best way to dive into making modules the first time is. Join us to see how weird it gets when we are only semi-coherent.
Link
By: The Powershell Podcast
In this episode, JJ joins Jordan and Andrew as they attempt an episode while being rundown and exhausted. We cover many subjects but veer off course several times. Not to worry, Jordan finds a way to talk food again. We also find time to talk about some PowerShell, including making music with system beeps, ChatGPT, and what we think the best way to dive into making modules the first time is. Join us to see how weird it gets when we are only semi-coherent.
Link
Podbean
Can we do this while exhausted with Andrew, Jordan, and JJ | The PowerShell Podcast
In this episode, JJ joins Jordan and Andrew as they attempt an episode while being rundown and exhausted. We cover many subjects but veer off course several times. Not to worry, Jordan finds a way to talk food again. We also find time to talk about some PowerShell…
Install or update your SysInternals Suite using PowerShell
By: Harm Veenstra
I think a lot of you use the SysInternals tools on your machine. They are great tools at your disposal and have helped me a lot! You can install it using the Microsoft Store method, it will be updated like that too, but for your management server, it's nice to have an installer that works without the Microsoft Store 🙂 In this blog post, I will show you a way to install or update your SysInternals Suite.
Link
By: Harm Veenstra
I think a lot of you use the SysInternals tools on your machine. They are great tools at your disposal and have helped me a lot! You can install it using the Microsoft Store method, it will be updated like that too, but for your management server, it's nice to have an installer that works without the Microsoft Store 🙂 In this blog post, I will show you a way to install or update your SysInternals Suite.
Link
PowerShell is fun :)
PowerShell is fun :)Install or update your SysInternals Suite using PowerShell
I think a lot of you use the SysInternals tools on your machine. They are great tools at your disposal and have helped me a lot! You can install it using the Microsoft Store method, it will be upda…
👍2❤1
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
By: MrPowerShell
I made my Twitch debut this week, thanks to James Brundage (aka Mr. PowerShell)
Link
Twitch
MrPowershell - Twitch
PowerShell Enthusiast and former PowerShell team member.Here to do some occasional live noscripting.
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
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
the Sysadmin Channel
Install Microsoft Graph Module for Azure Automation using PowerShell
Learn how to install the Microsoft Graph Module for Azure Automation using PowerShell
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
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
The Lonely Administrator
Best Practices Make Perfect • The Lonely Administrator
A set of recommended PowerShell noscripting best practices reprinted from the Behind the PowerShell Pipeline newsletter published on Substack.
👍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
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
By: W.Gross
Provide file system change notifications as PowerShell engine events
Link
Powershellgallery
FSWatcherEngineEvent 1.5.0
Provide file system change notifications as PowerShell engine events
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
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
Jeff Brown Tech
PowerShell Begin Process End Blocks Demystified | Jeff Brown Tech
Take your PowerShell writing skills to the next level with Begin Process and End blocks to process pipeline input and parameter values.
👍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
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
PowerShell is fun :)
PowerShell is fun :)Export registry information using PowerShell
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 blocke…
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
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
ATA Learning
How to Import PowerShell Modules Like a Boss
Learn how to import PowerShell modules. Understand the cmdlets, parameters and modules available to make your noscripts more efficient and powerful.
👍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
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
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
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
CloudAppie
Quickly create a new profile for Edge with PowerShell
Setting up a new machine is an awesome experience. And with Endpoint Manager and Winget a smooth experience. There is however one thing left that when doing con
PowerShell/OpenSSH Team Investments for 2023
By: Steve Lee
Team investments for 2023 across PowerShell, PowerShellGallery, OpenSSH, and supporting tools
Link
By: Steve Lee
Team investments for 2023 across PowerShell, PowerShellGallery, OpenSSH, and supporting tools
Link
Microsoft News
PowerShell/OpenSSH Team Investments for 2023
Team investments for 2023 across PowerShell, PowerShellGallery, OpenSSH, and supporting tools
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
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
Powershellgallery
ChangelogManagement 3.0.0
ChangelogManagement is a PowerShell module for reading and manipulating changelog files in [Keep a Changelog 1.0.0](https://keepachangelog.com/en/1.0.0/) format.
The primary feature is automatic updating of changelogs at release time in a CI/CD workflow…
The primary feature is automatic updating of changelogs at release time in a CI/CD workflow…
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
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
Powershellgallery
psAsciiArt 0.0.1
Makes amazing Ascii Art images from any given picture has the option to also output the Ascii Art generated in colour.
Active Directory Delegation done the PowerShell way!
By: Emil Larsson
Your best bet is to use the Delegation wizard, but wheres the fun (PowerShell fun..) in that. And how well does it scale? Not very well.
Link
By: Emil Larsson
Your best bet is to use the Delegation wizard, but wheres the fun (PowerShell fun..) in that. And how well does it scale? Not very well.
Link
ehmiiz.tech
Active Directory Delegation done the PowerShell way! |
Active Directory Access Granting The following module is very important for a Active Directory operations or engineering type person. Most who have tried granting permissions outside of adding users to groups in Active Directory would probably agree that…
👍1
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
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
The Lonely Administrator
Exposing the Mystery of PowerShell Objects • The Lonely Administrator
Understanding objects in PowerShell is important and Get-Member is a valuable tool. But I wanted more so I wrote an alternative function.
👍3