PowerShell Tab Completion: The Ultimate Guide
By: Jeff Brown
Adding tab completion to your PowerShell parameters (or arguments) is a great way to enhance the user experience. You provide the user with possible values or build a dynamic list of values so the user knows what they can use. This article will teach you five ways to add tab completion to PowerShell functions. Using [...]
Link
By: Jeff Brown
Adding tab completion to your PowerShell parameters (or arguments) is a great way to enhance the user experience. You provide the user with possible values or build a dynamic list of values so the user knows what they can use. This article will teach you five ways to add tab completion to PowerShell functions. Using [...]
Link
Jeff Brown Tech
PowerShell Tab Completion: The Ultimate Guide | Jeff Brown Tech
PowerShell parameters tab completion enhances the user experience. This article shows you how to add tab completion to parameters.
The PowerShell While Loop : A Back to Basic Guide
By: Nicholas Xuan Nguyen
Discover the many ways to utilize the PowerShell while loop and take control of your applications flow with this ATA Learning tutorial!
Link
By: Nicholas Xuan Nguyen
Discover the many ways to utilize the PowerShell while loop and take control of your applications flow with this ATA Learning tutorial!
Link
ATA Learning
The PowerShell While Loop : A Back to Basic Guide
Discover the many ways to utilize the PowerShell while loop and take control of your applications flow with this ATA Learning tutorial!
ForestManagement v1.5.54
By: Friedrich Weinmann
Infrastructure module to build and maintain forest configuration
Link
By: Friedrich Weinmann
Infrastructure module to build and maintain forest configuration
Link
Powershellgallery
ForestManagement 1.5.54
Infrastructure module to build and maintain forest configuration
Move Azure Arc-enabled Server to a different resource group or subnoscription
By: Thomas Maurer
This is just a quick post on how you can change and move your Azure Arc-enabled server to a different resource group or subnoscription. To do this, you can use the Azure PowerShell module and the Move-AzResource cmdlet. You can find more about the Move-AzResource cmdlet on Microsoft Learn. The Move-AzResource cmdlet moves existing resources to a ...
Link
By: Thomas Maurer
This is just a quick post on how you can change and move your Azure Arc-enabled server to a different resource group or subnoscription. To do this, you can use the Azure PowerShell module and the Move-AzResource cmdlet. You can find more about the Move-AzResource cmdlet on Microsoft Learn. The Move-AzResource cmdlet moves existing resources to a ...
Link
Thomas Maurer
Move Azure Arc-enabled Server to a different resource group or subnoscription
This is just a quick post on how you can change and move your Azure Arc-enabled server to a different resource group or subnoscription. To do this, you can use the Azure PowerShell module and the Move-AzResource cmdlet. You can find more about the Move-AzResource…
PowerShellGet 3.0 Preview 18
By: Sydney Smith
We are excited to announce that an update to our preview of PowerShellGet 3.0 is now available on the PowerShell Gallery!
Link
By: Sydney Smith
We are excited to announce that an update to our preview of PowerShellGet 3.0 is now available on the PowerShell Gallery!
Link
Microsoft News
PowerShellGet 3.0 Preview 18
We are excited to announce that an update to our preview of PowerShellGet 3.0 is now available on the PowerShell Gallery! This release includes a number of bug fixes as well as Get-PSScriptFileInfo cmdlet. How to Install PowerShellGet 3.0 Preview 18 Prerequisites…
Scripting With VMware SRM REST API And PowerShell
By: Mark Ukotic
In a previous blog I wrote about Getting Started With Site Recovery Manager REST API. The post focused on using...
Link
By: Mark Ukotic
In a previous blog I wrote about Getting Started With Site Recovery Manager REST API. The post focused on using...
Link
blog.ukotic.net
Scripting With VMware SRM REST API And PowerShell
In a previous blog I wrote about Getting Started With Site Recovery Manager REST API. The post focused on using the VMware SRM Rest API Explorer. This is a great way to get started with testing the…
Today's cmdlet ‣ Debug-Process
Debugs one or more processes running on the local computer.
Example's Remarks:
• This command attaches a debugger to all processes that have names that begin with SQL.
#tutorial
Debugs one or more processes running on the local computer.
Example's Remarks:
• This command attaches a debugger to all processes that have names that begin with SQL.
#tutorial
Windows Terminal is now the Default in Windows 11
By: Kayla Cinnamon
The day has finally come! Windows Terminal is now the default command line experience on Windows 11 22H2! ?? This means that all command line applications will now automatically open in Windows Terminal. This blog post will go into how this setting is enabled,
Link
By: Kayla Cinnamon
The day has finally come! Windows Terminal is now the default command line experience on Windows 11 22H2! ?? This means that all command line applications will now automatically open in Windows Terminal. This blog post will go into how this setting is enabled,
Link
Microsoft News
Windows Terminal is now the Default in Windows 11
The day has finally come! Windows Terminal is now the default command line experience on Windows 11 22H2! 🎉 This means that all command line applications will now automatically open in Windows Terminal. This blog post will go into how this setting is enabled…
👍4
M365 Changelog: (Updated) Retirement of Exchange Online PowerShell with MFA
By: Rabia Noureen
You only have a few days left.
Link
By: Rabia Noureen
You only have a few days left.
Link
Petri
M365 Changelog: (Updated) Retirement of Exchange Online PowerShell with MFA | Petri IT Knowledgebase
MC407050 - Updated January 24, 2023: Microsoft has updated the timing of this change below. Microsoft will be retiring "the Exchange Online PowerShell ...
Deploy Windows 365 via Powershell
By: Niels Kok
Stefan Dingemanse and I built a Powershell Module to deploy Windows 365 more easily.
Link
By: Niels Kok
Stefan Dingemanse and I built a Powershell Module to deploy Windows 365 more easily.
Link
NielsKok.Tech
Deploy Windows 365 via Powershell - NielsKok.Tech
Stefan Dingemanse and I built a Powershell Module to deploy Windows 365 more easily. Deploy Windows 365 via Powershell
Visual Studio Spell Checker Preview Now Available
By: Dante Gagne
We know developers like you take pride in your code! Many of the features in Visual Studio are designed to help you write the code you want. Visual Studio helps you ensure your code compiles and can even help with code styling.
Link
By: Dante Gagne
We know developers like you take pride in your code! Many of the features in Visual Studio are designed to help you write the code you want. Visual Studio helps you ensure your code compiles and can even help with code styling.
Link
Microsoft News
Visual Studio Spell Checker Preview Now Available
Visual Studio17.5 preview 3 now has a preview for the spell checker for C#, C++ and Markdown. Come check out how it works.
PowerShell App Deployment Toolkit 3.9
By: PSAppDeployToolkit
Tons of new features in this release!
Link
By: PSAppDeployToolkit
Tons of new features in this release!
Link
GitHub
Release 3.9 Updates · PSAppDeployToolkit/PSAppDeployToolkit
AddedRefreshed UI components with updated PSAppDeployToolkit branding
Added support for Windows Toast Notifications, instead of using a BalloonTip (only for Windows 10 and above)
Changes to dialogs...
Added support for Windows Toast Notifications, instead of using a BalloonTip (only for Windows 10 and above)
Changes to dialogs...
How to Deal with Common Errors when Running Graph Commands with PowerShell
By: Tony Redmond
It's great to be able to run Graph API requests in PowerShell noscripts if everything goes right. This article describes why some common Graph API errors occur in noscripts and what to do when the errors happen. Most errors are due to permissions assigned to the Azure AD apps used to run noscripts and getting the basics will resolve those problems.
Link
By: Tony Redmond
It's great to be able to run Graph API requests in PowerShell noscripts if everything goes right. This article describes why some common Graph API errors occur in noscripts and what to do when the errors happen. Most errors are due to permissions assigned to the Azure AD apps used to run noscripts and getting the basics will resolve those problems.
Link
Practical 365
How to Deal with Common Errors when Running Graph Commands with PowerShell
It's great to be able to run Graph API requests in PowerShell noscripts if everything goes right. This article describes why some common Graph API errors occur in noscripts and what to do when the errors happen.
Today's cmdlet ‣ Remove-ItemProperty
Deletes the property and its value from an item.
Example's Remarks:
• The command uses the `Get-Item` cmdlet to get an item that represents the registry key.
• It uses a pipeline operator (`|`) to send the object to `Remove-ItemProperty`.
• Then, it uses the Name parameter of `Remove-ItemProperty` to specify the name of the registry value.
#tutorial
Deletes the property and its value from an item.
Example's Remarks:
• The command uses the `Get-Item` cmdlet to get an item that represents the registry key.
• It uses a pipeline operator (`|`) to send the object to `Remove-ItemProperty`.
• Then, it uses the Name parameter of `Remove-ItemProperty` to specify the name of the registry value.
#tutorial
Migrating PowerShell Scripts from AzureAD to Microsoft.Graph
By: Dustin Schutzeichel
Best practices how to migrate PowerShell noscripts to the Microsoft.Graph module since the AzureAD, AzureADPreview and MSOnline predecessors retire soon.
Link
By: Dustin Schutzeichel
Best practices how to migrate PowerShell noscripts to the Microsoft.Graph module since the AzureAD, AzureADPreview and MSOnline predecessors retire soon.
Link
Cloud Protect Ninja
Migrating PowerShell Scripts from AzureAD to Microsoft.Graph
Best practices how to migrate PowerShell noscripts to the Microsoft.Graph module since the AzureAD, AzureADPreview and MSOnline predecessors retire soon.
Follow Friday nominee – dfinke
By: Doug Finke
Most of you probably know Doug from his ImportExcel module, but did you know he is also a wizard when it comes to running PowerShell in Jupyter Notebooks and many other things. He has over 200 GitHub repos for you to explore and learn from.
Link
By: Doug Finke
Most of you probably know Doug from his ImportExcel module, but did you know he is also a wizard when it comes to running PowerShell in Jupyter Notebooks and many other things. He has over 200 GitHub repos for you to explore and learn from.
Link
GitHub
dfinke - Repositories
Microsoft MVP since 2009. Creator of the popular PowerShell Excel module. Author "PowerShell for Developers", organizer of the New York City PowerShell Meetup. - dfinke
PowerShell Mastodon Report
By: Matthew Dowst
A report of PowerShell activity across the Mastodon landscape. It searches across multiple public Mastodon servers for people talking about PowerShell. If you are looking for who to follow or which server to join, this is the place for you.
Link
By: Matthew Dowst
A report of PowerShell activity across the Mastodon landscape. It searches across multiple public Mastodon servers for people talking about PowerShell. If you are looking for who to follow or which server to join, this is the place for you.
Link
GitHub
GitHub - mdowst/PowerShell-Mastodon-Report: A report of PowerShell activity across the Mastodon landscape
A report of PowerShell activity across the Mastodon landscape - GitHub - mdowst/PowerShell-Mastodon-Report: A report of PowerShell activity across the Mastodon landscape
PowerShell Microsoft Teams PowerShell Cheat Sheet
By: Script Runner
**Requires you to fill out a form** This is not a paid advertisment. This newsletter has been and always will be ad free. It's just a cheat sheet that I thought was worth sharing.
Link
By: Script Runner
**Requires you to fill out a form** This is not a paid advertisment. This newsletter has been and always will be ad free. It's just a cheat sheet that I thought was worth sharing.
Link
Scriptrunner
PowerShell Microsoft Teams PowerShell Cheat Sheet
An ideal support for all who manage their Microsoft Teams by using PowerShell. With ScriptRunner's free Microsoft PowerShell Teams Cheat Sheet you'll see the most important commands at a glance.
What is (PowerShell) Toolmaking?
By: Manning Publications
This excerpt describes toolmaking in PowerShell and why you should learn it.
Link
By: Manning Publications
This excerpt describes toolmaking in PowerShell and why you should learn it.
Link
Manning
What is (PowerShell) Toolmaking? - Manning
Learn PowerShell Scripting in a Month of Lunches, Forth Edition: Automate complex tasks and processes with PowerShell noscripts.
👍1