PowerShell – Telegram
PowerShell
821 subscribers
214 photos
4 videos
1 file
802 links
Task automation and configuration management framework #PowerShell
Download Telegram
PSLog
By: AutomatedLab

Redirects stanard Write-* cmdlets to a log and offers some basic tracing functions
Link
Why is it “New-ADUser” not “Add-ADUser”?
By: u/d3lee3

I am trying to understand why this design decision was made. It seems a bit off from verb-object pattern.
Link
How to Craft a Modern PowerShell Message Box
By: Edem Afenyo

Discover all the modern ways to craft a PowerShell Message Box and get away from the VBScript methods of old in this updated how-to!
Link
Today's tip ‣ Basic concepts: Variables

”Variable objects are stored on drive Variable:.”

#tip
Today's cmdlet ‣ Get-Process
Gets the processes that are running on the local computer.

Example's Remarks:
• This command uses the Module parameter to get the modules that have been loaded by the process.
• This command gets the modules for the processes that have names that begin with `SQL`.

#tutorial
Added speed and time remaining to progress for PowerShell `copy-item`.
By: Steve Lee

WoooHoooo!
Link
👍1
PowerShell 7 Tutorials for Intermediates #7 : Working with JSON
By: JackedProgrammer

In this video I will go over how to work with JSON in PowerShell 7. I will show how to import a .json file, convert a .csv to .json, how to create PowerShell objects from json, etc.
Link
PSWinVitals v0.6.8
By: Samuel Leslie

Consolidate common system health checks, maintenance tasks & inventory retrieval
Link
👍1
Today's cmdlet ‣ Get-Counter
Gets performance counter data from local and remote computers.

Example's Remarks:
• `Get-Counter` uses the ListSet parameter to specify the PhysicalDisk counter set.
• The command is enclosed in parentheses so that the PathsWithInstances property returns each path instance as a string.

#tutorial
Top Ten PowerShell Tips for Microsoft 365 Management: Part Two
By: Damian Scoles

If you are stuck using your on-premises resources to manage a cloud infrastructure, it is an opportune time to change that with the availability of tools and functions that are now available. In this article, we focus on how to use PowerShell to manage Microsoft 365. In addition, we consider how to use cloud services to manage PowerShell code, testing, security controls, and more.
Link
Create and manage append blobs with PowerShell
By: Baki Onur Okutucu

Before diving into how to manage append blobs using PowerShell, let's have a quick look at the blob types (block blobs, page blobs, and append blobs) available on Azure storage accounts. Storage accounts on Azure support three types of blobs, each of which is used for a different purpose. Therefore, it's important to determine the type of blob you need when you create it, as it is not possible to change the type once the blob is created. The supported blob types are as follows.
Link
Terminal User Interface (TUI)
By: Adam Driscoll

The Terminal User Interface (TUI) designer is used for designing UIs that run within standard terminals. They output noscript that works with Terminal.Gui. This project allows for the creation of UIs that run on Windows, Linux and Mac. You can even run terminals in shells like Azure Cloud Shell.
Link
👍1
Today's cmdlet ‣ ConvertFrom-Markdown
Convert the contents of a string or a file to a MarkdownInfo object.

Example's Remarks:
• The MarkdownInfo object is returned.
• The specified string ` Bold text ` is converted to a VT100-encoded string and available in VT100EncodedString property.

#tutorial
The Many Ways to Send Email via the Microsoft Graph
By: Tony Redmond

For those wanting to eliminate the SMTP AUTH protocol, Microsoft has three ways to send email using Graph APIs. This article looks at how to use the Send-MgUserMail cmdlet and compares it to the Send-MgUserMessage cmdlet (covered in depth in a previous article). Our conclusion is that you'll probably end up using Send-MgUserMail because it's easier to use.
Link
Today's tip ‣ Basic concepts: Environment variables

”The PowerShell environment provider allows operating system environment variables to be retrieved, added, changed, cleared, and deleted.”

#tip
👍1
PowerShell App Deployment Toolkit – [Chapter 1 Fundamentals]
By: MEM - tips and tricks

When you have a centralized management platform like Microsoft Intune or Configuration Manager, it is very import that automate what you can. When it comes to application management, there are many ways to do it. Some are more complex than others.
Link
Today's cmdlet ‣ Get-WinEvent
Gets events from event logs and event tracing log files on local and remote computers.

Example's Remarks:
• The `Get-WinEvent` cmdlet gets log information from the computer.
• The ListProvider parameter uses the asterisk (` `) wildcard to find Policy * anywhere within the provider's name.

#tutorial
Building Communities with Chrissy LeMaire
By: The Powershell Podcast

In this episode, Chriss LeMaire chats with us and shares her perspective as a PowerSheller, DBA, Github star, community-builder, and more. We explore imposter syndrome and where Chrissy gets her confidence from. We talked about creating DBATools, becoming an author, how awesome Lee Holmes is, and even the fediverse. We also get to hear the legendary story of Big Perms. Last, Jordan derails the conversation to talk about food and has no regrets.
Link