PowerShell – Telegram
PowerShell
820 subscribers
214 photos
4 videos
1 file
802 links
Task automation and configuration management framework #PowerShell
Download Telegram
Retype
By: Adam Bacon

Retype is an ultra-high-performance generator that builds a website based on simple text files. Focus on your writing while Retype builds the rest
Link
🔥1
Today's cmdlet: Split-Path
Returns the specified part of a path.

Example's Remarks:
• This command displays the files that are referenced by the split path.
• Because this path is split to the last item, also known as the leaf, the command displays only the file names.

#tutorial
👍3
Learn Everything About PowerShell Start-Trannoscript
By: Nicholas Xuan Nguyen

Save your code, and your sessions, by learning everything you need to know about the PowerShell Start-Trannoscript command!
Link
👍1
Monitor Network Connectivity with PowerShell 7 (Successful Pings)
By: Patrick Gruenauer

Recently, I have created a noscript that returns a beep sound when the connection is re-established. I would like to share this noscript here on my website.
Link
Introduction to Microsoft Graph PowerShell
By: Microsoft Learning

Characterize the types of business processes that Microsoft Graph PowerShell can automate. Describe the commands and permissions needed to automate processes with Microsoft Graph PowerShell.
Link
Today's cmdlet: Get-Host
Gets an object that represents the current host program.

Example's Remarks:
• This command resizes the Windows PowerShell window to 10 lines by 10 characters.

#tutorial
👍3
PowerShell Solution: AGPM unable to take control of a GPO
By: Emil Larsson

If you enjoy the principle of least privileges, version control and doing big infrastructural changes in a safe manner, Advanced Group Policy Management or AGPM, is an amazing tool.
Link
👍1
AzurePipelinesPS
By: Michael Dejulia

A PowerShell module that makes interfacing with Azure Pipelines a little easier
Link
Today's cmdlet: Get-HotFix
Gets the hotfixes that are installed on local or remote computers.

Example's Remarks:
• `Get-Hotfix` filters the output with the Denoscription parameter and the string Security that includes the asterisk (` `) wildcard.
• The ComputerName * parameter includes a comma-separated string of remote computer names.
• The Credential parameter specifies a user account that has permission to access the remote computers and run commands.

#tutorial
Using winget with PowerShell to install Software remotely
By: Patrick Gruenauer

In this blog post I will carry out how to remotely install software on a domain-joined Windows 11 client. Winget is a command line tool that provides a lot of different options
Link
Run PowerShell Scripts with Azure Automation Hybrid Workers on-premises using Azure Arc
By: Thomas Maurer

If you want to automate your on-premises environment Azure Arc enabled Server is a great offering to onboard Azure management services such as Azure Monitor, Defender for Cloud, and many others. One of the integrations is with Azure Automation Hybrid Worker. This allows you to run Azure Automation PowerShell or Phyton runbooks on-premises directly on .
Link
Pushing PowerShell’s Perceived Purpose with James Brundage
By: The Powershell Podcast

In this episode, we explore different ways that the upper-bound limits of PowerShell have been pushed. We get to hear from one of the most advanced PowerShellers that we've met yet. He shares insight into what it was like working on the PowerShell team and how PowerShell has grown massively over time. James has been advocating for PowerShell for a long time, and he shares some details about leading the first internal PowerShell group at Microsoft and some things that came from it. We also learn about some of the awesome projects James has worked on, from RegeX, UIs, formatting, Git, and markdown. James shares details about his latest project, an extensible transpiler, PipeScript.
Link
Today's cmdlet: Restart-Computer
Restarts the operating system on local and remote computers.

Example's Remarks:
• `Restart-Computer` uses the ComputerName parameter to specify the remote computer, Server01 .
• The WsmanAuthentication parameter specifies the authentication method as Kerberos .

#tutorial
How to Restore a Deleted Power Automate Flow via PowerShell, Power Automate and Power Apps – YouTube
By: Damien Bird

If you've ever deleted a flow and required assistance from Microsoft to restore it, you're in luck. Non solution aware flows can now be restored via PowerShell but in this video I demonstrate how you can turn a PowerShell noscript into an Azure RunBook, which in turn can be called from Power Automate and Power Apps.
Link
Adding color to bracket pairs
By: Mads Kristensen

When dealing with deeply nested brackets in Visual Studio, it can be hard to figure out which brackets match and which do not. For people with color blindness or other optic maladies, the problem can be even worse. By color-coding bracket pairs,
Link
Using the Get-TeamAllChannel Cmdlet
By: Tony Redmond

Version 4.6 of the Microsoft Teams PowerShell module includes the Get-TeamAllChannel cmdlet. As the name implies, the cmdlet returns details of all channels in a team (regular, private, and shared). To see what it does, we wrote a noscript to report all the channels in teams in a tenant.
Link
How do I Un-Join, Reboot then Join my Domain via Powershell?
By: u/mudderfudden

My question is, how can I convert these steps to Powershell? Once I enter the correct code and press Enter, will I be prompted for MyAdmin password? I saw a few examples but they don't seem to be quite what I'm looking for. I would be performing this on an individual station, therefore I don't think I would need to specify a computer name.
Link
Using Exchange Online PowerShell with Azure Automation Managed Identities
By: Tony Redmond

Microsoft doesn't support using an Azure Automation managed identity and Exchange Online PowerShell. However, that doesn't mean the two can't work together. In this article we explore how to use Exchange Online PowerShell with Azure Automation while waiting for Microsoft to deliver a full solution.
Link
Find all .iso files in VMware datastores with PowerCLI
By: u/Ottetal

Hello /r/Powershell. I've been lurking for some time now, and have decided to share some of my noscripts with this wonderful community.
Link
👍1