PowerShell – Telegram
PowerShell
822 subscribers
214 photos
4 videos
1 file
802 links
Task automation and configuration management framework #PowerShell
Download Telegram
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
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
Today's cmdlet ‣ Add-Type
Adds a Microsoft .NET class to a PowerShell session.

Example's Remarks:
• The `$Source` variable stores the source code for the class.
• The type has a static method called `Add` and a non-static method called `Multiply`.

#tutorial
👍2
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
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
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
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
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
What is (PowerShell) Toolmaking?
By: Manning Publications

This excerpt describes toolmaking in PowerShell and why you should learn it.
Link
👍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
👍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
Follow Friday nominee – @skatterbrainzz
By: PSFollowFriday

A ton of entertain musing with some great PowerShell content sprinkled in.
Link
👍1
Today's cmdlet ‣ Get-Date
Gets the current date and time.

Example's Remarks:
• `Get-Date` uses three parameters to specify the date: Year , Month , and Day .
• The command is wrapped with parentheses so that the result is evaluated by the DayofYear property.

#tutorial
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
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
👍21
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
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
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
👍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
👌1