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
Exchange Online PowerShell Book Updated!
By: damian
Last night (11/16/22) the Exchange Online PowerShell book had it's first of three planned updates! The new edition of the book is available HERE and is a Nov 2022 Edition! Go get your copy now, or if you are a subscriber (THANK YOU!) you can download an update to your subnoscription. The next update should...
Link
By: damian
Last night (11/16/22) the Exchange Online PowerShell book had it's first of three planned updates! The new edition of the book is available HERE and is a Nov 2022 Edition! Go get your copy now, or if you are a subscriber (THANK YOU!) you can download an update to your subnoscription. The next update should...
Link
PowerShell Geek
Exchange Online PowerShell Book Updated! - PowerShell Geek
Spread the love Last night (11/16/22) the Exchange Online PowerShell book had it’s first of three planned updates! The new edition of the book is available HERE and is a Nov 2022 Edition! Go get your copy now, or if you are a subscriber (THANK YOU!) you can…
👍1
Toot on Mastodon using API and PowerShell
By: Harm Veenstra
I wrote blog posts about how to use an API for Slack and Twitter messages, but... Mastodon is also there now, and I thought... Ok, can I Toot in Mastodon using PowerShell? This blog post will show you how 😉
Link
By: Harm Veenstra
I wrote blog posts about how to use an API for Slack and Twitter messages, but... Mastodon is also there now, and I thought... Ok, can I Toot in Mastodon using PowerShell? This blog post will show you how 😉
Link
PowerShell is fun :)
PowerShell is fun :) Toot on Mastodon using API and PowerShell
I wrote blog posts about how to use an API for Slack and Twitter messages, but… Mastodon is also there now, and I thought… Ok, can I Toot in Mastodon using PowerShell? This blog post wi…
Follow Friday nominee – @skatterbrainzz
By: PSFollowFriday
A ton of entertain musing with some great PowerShell content sprinkled in.
Link
By: PSFollowFriday
A ton of entertain musing with some great PowerShell content sprinkled in.
Link
👍1
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