PowerShell – Telegram
PowerShell
822 subscribers
214 photos
4 videos
1 file
802 links
Task automation and configuration management framework #PowerShell
Download Telegram
ForestManagement v1.5.54
By: Friedrich Weinmann

Infrastructure module to build and maintain forest configuration
Link
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
Today's cmdlet ‣ Get-Date
Gets the current date and time.

Example's Remarks:
• A variable, `$DST` stores the result of `Get-Date`.
• `$DST` uses the IsDaylightSavingTime method to test if the date is adjusted for daylight savings time.

#tutorial
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
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
👍4
Deploy Windows 365 via Powershell
By: Niels Kok

Stefan Dingemanse and I built a Powershell Module to deploy Windows 365 more easily.
Link
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