PowerShell – Telegram
PowerShell
822 subscribers
214 photos
4 videos
1 file
802 links
Task automation and configuration management framework #PowerShell
Download Telegram
NSA shares tips on securing Windows devices with PowerShell
By: Ionut Ilascu

The National Security Agency (NSA) and cybersecurity partner agencies issued an advisory today recommending system administrators to use PowerShell to prevent and detect malicious activity on Windows machines.
Link
👍2
PowerShell Profiler 4.0.0 just landed in PSGallery
By: Jakub Jares

No more using of | Format-Table, new function summary, and export to http://speedscope.app visualizer.
Link
👍1
Install Windows Terminal without the Store (on Windows Server)
By: Wolfgang Sommergut

Microsoft has made its new terminal for multiple shells and command line programs available as a Store app. However, if you want to install the package with PowerShell because, for example, there is no Store app on Windows Server or Windows 10 LTSC, you'll get an error message due to a missing library.
Link
Securing and Setting up Microsoft Sentinel with Sabrina Kay
By: The PowerShell Podcast

This episode taught us about Microsoft Sentinel, a SIEM (Security Information and Event Management) and SOAR (Security, Orchestration, Automation, and Response) product. Security is a constantly changing landscape, and Sabrina gives some tips on a successful test/deployment of Microsoft Sentinel to that you can get robots (AI) to help you think!
Link
👍1
Intro to Azure DevOps for sysadmins
By: Research Triangle PowerShell Users Group

Azure DevOps is a set of services offered by Microsoft to create and maintain automation in the Azure cloud.
Link
🔥1
The Value of Objects
By: Jeffery Hicks

I expect I will write several articles about PowerShell and its relationship with objects. I know that this is the biggest hurdle for PowerShell beginners to overcome. But once they grasp that PowerShell is about working with objects in the pipeline, they recognize the value and begin finding it easier to write PowerShell code and use it interactively at a console prompt.
Link
🔥1
Set customized server settings on Azure Windows VMs
By: Wim Matthyssen

In this blog post I will show you how you can set customized server settings on Azure Windows VMs running Windows Server 2016, Windows Server 2019 or Windows Server 2022.
Link
Looking Busy – Powershell
By: u/Bartoosk

(Use caution before running anything in here) Does anyone have some Powershell commands that look super impressive? I'm talking Hollywood movie, code flying everywhere kind of stuff. Ideally on a loop.
Link
👍2
The Ins-and-Outs of PSReadline in PowerShell
By: Nicholas Xuan Nguyen

PowerShell is a phenomenal cross-platform task automation solution. But be honest, does it feel like something's missing in your PowerShell command-line experience? Why not turn to the PSReadline PowerShell module?
Link
Automating with PowerShell: Getting device warranty information
By: Kelvin Tegelaar

This morning I woke up with a mission; I wanted to fix HP warranty reporting for my PSWarranty PowerShell Module. If you're not familiar yet I've blogged about the module and warranty reporting before here. Most of the module has been left the same so you can reference that blog for more information.
Link
👏1
Reading Configuration Manager Status Messages With PowerShell
By: Francisco Nabas

I can read Configuration Manager status messages using the Monitoring tab. Can I do it using PowerShell?
Link
PSReadLine 2.2.6 enables Predictive Intellisense by default
By: Jason Helmick

PSReadLine first introduced Predictive IntelliSense using History based suggestions as a customer enabled feature in November 2020. Since its introduction, two new predictors have become available:
Link
Use the Debug Parameter for Microsoft Graph PowerShell SDK Cmdlets to Expose Graph API Requests
By: Tony Redmond

Debug Microsoft Graph PowerShell SDK Cmdlets to Gain Insights into What They Do
Link
Using PowerShell Your Way
By: Jeff Hicks

I’ve often told people that I spend my day in a PowerShell prompt. I run almost my entire day with PowerShell. I’ve shared many of the tools I use daily on Github. Today, I want to share another way I have PowerShell work the way I need it, with minimal effort. This specific task centers on files and folders.
Link
👍1
Creating sudo for PowerShell (Part 2)
By: Idera

In our effort to create a sudo command for PowerShell – to elevate individual commands – in part 1 we created the sudo function body:
Link
PSHTML
By: Stephane Van Gulick

PSHTML is a cross platform Powershell module to generate HTML markup language within a DSL on Windows and Linux.
Link
Using the conditional ternary operator for simplified if/else syntax in PowerShell 7
By: Mike F. Robbins

The conditional ternary operator is a feature added to PowerShell in version 7. You can use it as a simplified version of if/else.
Link
What’s New with Select-String in PowerShell7?
By: Mike Kanakos

Select-String is one of those commands that either you use it often or not much at all. There doesn't seem to be a middle of the road for Select-String. I don't get called upon to use it that often, but when I do, it usually saves my bacon at work. The most typical use case for me is for searching flat log files for patterns of text or for all entries of a particular phrase across a bunch of files.
Link
Free SquaredUp Community Dashboard Server for PowerShell
By: Brandon Lee

SquaredUp Community Dashboard Server is a free solution for creating dashboards based on PowerShell and Web APIs. Learn about recent updates that add even more features.
Link