PowerShell
775 subscribers
214 photos
4 videos
1 file
802 links
Task automation and configuration management framework #PowerShell
Download Telegram
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 scripts 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 subscription. 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
FSWatcherEngineEvent 1.5.0
By: W.Gross

Provide file system change notifications as PowerShell engine events
Link
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
👍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