Today's cmdlet ‣ Get-PSProvider
Gets information about the specified PowerShell provider.
Example's Remarks:
• This command displays a list of all available PowerShell providers.
#tutorial
Gets information about the specified PowerShell provider.
Example's Remarks:
• This command displays a list of all available PowerShell providers.
#tutorial
Practical Automation With Matthew Dowst
By: The Powershell Podcast
Shameless self promotion time! But seriously it was great talking with these guys. I hope to do it again in the future.
Link
By: The Powershell Podcast
Shameless self promotion time! But seriously it was great talking with these guys. I hope to do it again in the future.
Link
Podbean
Practical Automation With Matthew Dowst | The PowerShell Podcast
Episode Summary:
In this episode, we learn about taking the next step from being able to run and write PowerShell to implementing automation solutions in your environment. Matthew shares advice on how to approach automating tasks and shares what he’s learned…
In this episode, we learn about taking the next step from being able to run and write PowerShell to implementing automation solutions in your environment. Matthew shares advice on how to approach automating tasks and shares what he’s learned…
👍1
One of the coolest new enhancements in tab completion with PowerShell 7.3.0
By: Patrick Meinecke
is splat hashtable keys. HUGE props to MartinGC94 for this one
Link
By: Patrick Meinecke
is splat hashtable keys. HUGE props to MartinGC94 for this one
Link
Today's cmdlet ‣ Remove-ItemProperty
Deletes the property and its value from an item.
Example's Remarks:
• The first command uses the `Set-Location` cmdlet to change the current location to the HKEY_CURRENT_USER drive (`HKCU:`) and the `Software\MyCompany\MyApp` subkey.
#tutorial
Deletes the property and its value from an item.
Example's Remarks:
• The first command uses the `Set-Location` cmdlet to change the current location to the HKEY_CURRENT_USER drive (`HKCU:`) and the `Software\MyCompany\MyApp` subkey.
#tutorial
Create Your Own ChatGPT in 5 Minutes with PowerShell!
By: Caroline Chiari
ChatGPT is all the rage right now, but I've had my own ChatGPT in PowerShell for quite a while now, even before ChatGPT existed. In this video, I will show you how you can get access to your own ChatGPT from the PowerShell command line in less than 5 minutes, WITHOUT having to write a single line of code!!!
Link
By: Caroline Chiari
ChatGPT is all the rage right now, but I've had my own ChatGPT in PowerShell for quite a while now, even before ChatGPT existed. In this video, I will show you how you can get access to your own ChatGPT from the PowerShell command line in less than 5 minutes, WITHOUT having to write a single line of code!!!
Link
YouTube
Create Your Own ChatGPT in 5 Minutes with PowerShell! #ChatGPT #powershell #openai
ChatGPT is all the rage right now, but I've had my own ChatGPT in PowerShell for quite a while now, even before ChatGPT existed. In this video, I will show you how you can get access to your own #ChatGPT from the #PowerShell command line in less than 5 minutes…
Adding a Help Parameter to a Function
By: Tommy Maynard
I started writing a PowerShell function to replicate the work of an old executable called ICSWEEP. ICSWEEP 'is a command-line utility to clear the Temporary Internet Files Cache and/or the TEMP files folder of ALL user profiles that are NOT in use when this command is executed.' ICSWEEP Information.
Link
By: Tommy Maynard
I started writing a PowerShell function to replicate the work of an old executable called ICSWEEP. ICSWEEP 'is a command-line utility to clear the Temporary Internet Files Cache and/or the TEMP files folder of ALL user profiles that are NOT in use when this command is executed.' ICSWEEP Information.
Link
tommymaynard.com
Adding a Help Parameter to a Function - tommymaynard.com
Edit: There’s a quick addition at the bottom of this post. I tried something else, it worked, and so I decided to include it. I started writing a PowerShell function to replicate the work of an old executable called ICSWEEP. ICSWEEP “is a command-line utility…
👍1
PowerShell Notes for Professionals book
By: goalkicker.com
A wonder and FREE PowerShell reference ebook. No sign-up required.
Link
By: goalkicker.com
A wonder and FREE PowerShell reference ebook. No sign-up required.
Link
Goalkicker
Free PowerShell Book
Getting started with PowerShell, Variables in PowerShell, Operators, Special Operators, Basic Set Operations, Conditional logic, Loops, Switch statement, Strings, HashTables, Working with Objects, PowerShell Functions, PowerShell Classes, PowerShell Modules…
👍1
Fossilize – Mastodon account backup tool
By: Chrissy LeMaire
This GitHub Action will help you backup Mastodon account items to CSV files
Link
By: Chrissy LeMaire
This GitHub Action will help you backup Mastodon account items to CSV files
Link
GitHub
Mastodon Fossilize - GitHub Marketplace
Mastodon account backup tool
Today's cmdlet ‣ New-WinEvent
Creates a new Windows event for the specified event provider.
Example's Remarks:
• This command uses the `New-WinEvent` cmdlet to create event 45090 for the Microsoft-Windows-PowerShell provider.
#tutorial
Creates a new Windows event for the specified event provider.
Example's Remarks:
• This command uses the `New-WinEvent` cmdlet to create event 45090 for the Microsoft-Windows-PowerShell provider.
#tutorial
Today's tip ‣ Arrays: Common
”A 1-dimensional array has type `type[]`, a 2-dimensional array has type `type[,]`, a 3-dimensional array has type `type[,,]`, and so on, where type is object for an unconstrained type array, or the constrained type for a constrained array.”
#tip
”A 1-dimensional array has type `type[]`, a 2-dimensional array has type `type[,]`, a 3-dimensional array has type `type[,,]`, and so on, where type is object for an unconstrained type array, or the constrained type for a constrained array.”
$a = [int[]](1,2,3,4) # constrained to int#tip
Loving the Community with Phil Bossman
By: The Powershell Podcast
In this episode, Phil shares his favorite thing about PowerShell: the community. As a leader of the RTPSUG, Phil encourages Andrew and Jordan to submit for Summit while not committing himself fully. Phil loves the PowerShell community and troubleshooting. He doesn't define Yak Shaving but says other stuff worth listening to.
Link
By: The Powershell Podcast
In this episode, Phil shares his favorite thing about PowerShell: the community. As a leader of the RTPSUG, Phil encourages Andrew and Jordan to submit for Summit while not committing himself fully. Phil loves the PowerShell community and troubleshooting. He doesn't define Yak Shaving but says other stuff worth listening to.
Link
Podbean
Loving the Community with Phil Bossman | The PowerShell Podcast
Episode Summary:
In this episode, Phil shares his favorite thing about PowerShell: the community. As a leader of the RTPSUG, Phil encourages Andrew and Jordan to submit for Summit while not committing himself fully. Phil loves the PowerShell community and…
In this episode, Phil shares his favorite thing about PowerShell: the community. As a leader of the RTPSUG, Phil encourages Andrew and Jordan to submit for Summit while not committing himself fully. Phil loves the PowerShell community and…
Today's cmdlet ‣ Restart-Service
Stops and then starts one or more services.
Example's Remarks:
• This command starts all of the stopped network services on the computer.
#tutorial
Stops and then starts one or more services.
Example's Remarks:
• This command starts all of the stopped network services on the computer.
#tutorial
PowerShell 7 Tutorials for Intermediates #8 : Working with XML
By: JackedProgrammer
In this video I will go over how to work with XML in PowerShell 7. I will show how to import a .xml that was written by someone or another application and then also take a look at PowerShell's ability to generate CliXml files and import-clixml / export-clixml
Link
By: JackedProgrammer
In this video I will go over how to work with XML in PowerShell 7. I will show how to import a .xml that was written by someone or another application and then also take a look at PowerShell's ability to generate CliXml files and import-clixml / export-clixml
Link
YouTube
PowerShell 7 Tutorials for Intermediates #8 : Working with XML
In this video I will go over how to work with XML in PowerShell 7. I will show how to import a .xml that was written by someone or another application and then also take a look at PowerShell's ability to generate CliXml files and import-clixml / export-clixml…
Change $PSNativeCommandArgumentPassing to default to Legacy on stable release and Windows on previews
By: Steve Lee
Given the impact to users with the 7.3.0 release, proposal is to change the default of $PSNativeCommandArgumentPassing to Legacy on Windows (still Standard on non-Windows). We would keep the default as Windows on Windows for preview releases. This would be backported to 7.3.x
Link
By: Steve Lee
Given the impact to users with the 7.3.0 release, proposal is to change the default of $PSNativeCommandArgumentPassing to Legacy on Windows (still Standard on non-Windows). We would keep the default as Windows on Windows for preview releases. This would be backported to 7.3.x
Link
GitHub
Change `$PSNativeCommandArgumentPassing` to default to `Legacy` on stable release and `Windows` on previews · Issue #18694 · P…
Summary of the new feature / enhancement Given the impact to users with the 7.3.0 release, proposal is to change the default of $PSNativeCommandArgumentPassing to Legacy on Windows (still Standard ...
Custom PowerShell Script for Release Retention in Azure DevOps
By: Eric Eissler
If you're using Azure Devops Classic, you can retain production releases forever using an extension it has. That said, what if you want to retain releases from another environment or you want to set your own retention policy? Learn more in this article.
Link
By: Eric Eissler
If you're using Azure Devops Classic, you can retain production releases forever using an extension it has. That said, what if you want to retain releases from another environment or you want to set your own retention policy? Learn more in this article.
Link
Today's cmdlet ‣ Get-WinEvent
Gets events from event logs and event tracing log files on local and remote computers.
Example's Remarks:
• The `Get-WinEvent` cmdlet uses the LogName parameter to specify the Windows PowerShell event log.
• The event objects are stored in the `$Event` variable.
• The Count property of `$Event`shows the total number of logged events.
#tutorial
Gets events from event logs and event tracing log files on local and remote computers.
Example's Remarks:
• The `Get-WinEvent` cmdlet uses the LogName parameter to specify the Windows PowerShell event log.
• The event objects are stored in the `$Event` variable.
• The Count property of `$Event`shows the total number of logged events.
#tutorial
Send MDM commands without an MDM service using PowerShell
By: Michael Niehaus
Sometimes you run into something completely by accident; other times, it's more of a building process based on work that you've done in the past.
Link
By: Michael Niehaus
Sometimes you run into something completely by accident; other times, it's more of a building process based on work that you've done in the past.
Link
Out of Office Hours
Send MDM commands without an MDM service using PowerShell
Sometimes you run into something completely by accident; other times, it’s more of a building process based on work that you’ve done in the past. In this case, it’s a combination …
Image Manipulation, Image Resize, Image Combine and more with PowerShell
By: Przemyslaw Klys
ImagePlayground is a PowerShell module that works in PowerShell 5.1 and PowerShell 7+. It works partially on Linux and should work on macOS, except for charts. That means it's partially cross-platform, but the end goal is to make it work fully on all platforms. So what can this module do?
Link
By: Przemyslaw Klys
ImagePlayground is a PowerShell module that works in PowerShell 5.1 and PowerShell 7+. It works partially on Linux and should work on macOS, except for charts. That means it's partially cross-platform, but the end goal is to make it work fully on all platforms. So what can this module do?
Link
Evotec
Image Manipulation, Image Resize, Image Combine and more with PowerShell
ImagePlayground is a PowerShell module that works in PowerShell 5.1 and PowerShell 7+. It works partially on Linux and should work on macOS, except for charts. That means it's partially cross-platform, but the end goal is to make it work fully on all platforms.…