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
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
Microsoft News
PSReadLine 2.2.6 enables Predictive Intellisense by default
Announcing Predictive Intellisense has been proven to be a productivity booster and so we are enabling it by default starting with PSReadLine 2.2.6!
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
By: Tony Redmond
Debug Microsoft Graph PowerShell SDK Cmdlets to Gain Insights into What They Do
Link
Office 365 for IT Pros
How to Debug Microsoft Graph PowerShell SDK Cmdlets
If you need to understand what's happening behind the scenes, here's how to debug Microsoft Graph PowerShell SDK cmdlets to gain insights like the Graph request
A look at using Regular Expressions (RegEx)
By: John Savill
In this video I wanted to explore RegEx as it's so powerful and can really change a lot of the different things we need to do.
Link
By: John Savill
In this video I wanted to explore RegEx as it's so powerful and can really change a lot of the different things we need to do.
Link
YouTube
A look at using Regular Expressions (RegEx)
In this video I wanted to explore RegEx as it's so powerful and can really change a lot of the different things we need to do.
🔎 Looking for content on a particular topic? Search the channel. If I have something it will be there!
▬▬▬▬▬▬ C H A P T E R…
🔎 Looking for content on a particular topic? Search the channel. If I have something it will be there!
▬▬▬▬▬▬ C H A P T E R…
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
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
The Lonely Administrator
Using PowerShell Your Way • The Lonely Administrator
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.…
👍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
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
Idera
Creating sudo for PowerShell (Part 2)
In our effort to create a sudo command for PowerShell – to elevate individual commands – in part 1 we created the sudo function body:
function sudo
{
param
function sudo
{
param
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
By: Stephane Van Gulick
PSHTML is a cross platform Powershell module to generate HTML markup language within a DSL on Windows and Linux.
Link
GitHub
GitHub - Stephanevg/PSHTML: Cross platform Powershell module to generate HTML markup language
Cross platform Powershell module to generate HTML markup language - Stephanevg/PSHTML
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
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
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
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
Programmatically Return S-1-5-18’s Username
By: u/AlaricBloomberg
I'm trying to get LocalPaths of each user via Get-WmiObject win32_userprofile.
Link
By: u/AlaricBloomberg
I'm trying to get LocalPaths of each user via Get-WmiObject win32_userprofile.
Link
Reddit
From the PowerShell community on Reddit
Explore this post and more from the PowerShell community
👍1
Changing the Look of the Prompt
By: Patrick Gruenauer
PowerShell comes with a standard prompt whose configuration is stored in the prompt function. The good news is that we are able to change this prompt function to suit our needs. In this blog post, I will show you how you can change this prompt and I will give you some examples.
Link
By: Patrick Gruenauer
PowerShell comes with a standard prompt whose configuration is stored in the prompt function. The good news is that we are able to change this prompt function to suit our needs. In this blog post, I will show you how you can change this prompt and I will give you some examples.
Link
SID-500.COM
PowerShell: Changing the Look of the Prompt
PowerShell comes with a standard prompt whose configuration is stored in the prompt function. The good news is that we are able to change this prompt function to suit our needs. In this blog post, …
Automating with PowerShell: Setting Sharepoint Sharing Settings
By: Kelvin Tegelaar
For a long time SharePoint Admin Settings wasn't something available inside the Graph API. We always had to jump through many hoops and had an issue with running changes headless because the PowerShell modules didn't support it. Recently I've been in contact with the SharePoint team and we now have a functional API for most of the important admin settings.
Link
By: Kelvin Tegelaar
For a long time SharePoint Admin Settings wasn't something available inside the Graph API. We always had to jump through many hoops and had an issue with running changes headless because the PowerShell modules didn't support it. Recently I've been in contact with the SharePoint team and we now have a functional API for most of the important admin settings.
Link
CyberDrain - Kelvin Tegelaar
Automating with PowerShell: Setting Sharepoint Sharing Settings
CIPP Components About 8 months ago I’ve started a larger open source project called CIPP. CIPP is a M365 Management tool aimed at Managed Services Providers based on Azure Static Web Apps and a PowerShell backend. This blog shares some of the PowerShell code…
Template Podcast Title with Gilbert Sanchez
By: The PowerShell Podcast
In this episode, we cover the value of templating and how Stucco can be used to improve our module development, both inside an organization and for personal projects.
Link
By: The PowerShell Podcast
In this episode, we cover the value of templating and how Stucco can be used to improve our module development, both inside an organization and for personal projects.
Link
Podbean
Template Podcast Title with Gilbert Sanchez | The PowerShell Podcast
Episode Summary:
In this episode, we cover the value of templating and how Stucco can be used to improve our module development, both inside an organization and for personal projects. Gilbert shares his experience using Stucco on a personal project, a di…
In this episode, we cover the value of templating and how Stucco can be used to improve our module development, both inside an organization and for personal projects. Gilbert shares his experience using Stucco on a personal project, a di…
👍1
Episode 044 – PowerShell Tips & Tricks
By: The PowerShell News Podcast
In this episode, we talk about tips and tricks.
Link
By: The PowerShell News Podcast
In this episode, we talk about tips and tricks.
Link
Podbean
Episode 044 - PowerShell Tips & Tricks | The PowerShell News Podcast
In this episode, we talk about tips and tricks.
Azure Functions support for PowerShell 7.2
By: Microsoft Azure
Azure Functions support for PowerShell 7.2 enables developing and deploying Azure Function Apps for production scenarios using the latest version of PowerShell.
Link
By: Microsoft Azure
Azure Functions support for PowerShell 7.2 enables developing and deploying Azure Function Apps for production scenarios using the latest version of PowerShell.
Link
Microsoft
Azure updates | Microsoft Azure
Subscribe to Microsoft Azure today for service updates, all in one place. Check out the new Cloud Platform roadmap to see our latest product plans.
Get information about connected monitor
By: Robin Stolpe
At work Helpdesk did receive multiple complaints regarding a specific manufacture and model of monitors. And many of our user can't look at the back of the monitor to see the brand or model and even harder to see the serial number of the monitor. Also we wanted to know if the monitor was inside the warranty period or not.
Link
By: Robin Stolpe
At work Helpdesk did receive multiple complaints regarding a specific manufacture and model of monitors. And many of our user can't look at the back of the monitor to see the brand or model and even harder to see the serial number of the monitor. Also we wanted to know if the monitor was inside the warranty period or not.
Link
Stolpe.io
[page_noscript] - Stolpe.io
At work Helpdesk did receive multiple complaints regarding a specific manufacture and model of monitors. And many of our user can’t look at the back of the monitor to see the brand or model a…
👍1
In honor of Independence Day I made an alien invasion game in PowerShell (two versions in fact!)
By: u/Ecrofirt
In short, I made a Space Invaders-esque game in PowerShell.
Link
By: u/Ecrofirt
In short, I made a Space Invaders-esque game in PowerShell.
Link
reddit
In honor of Independence Day I made an alien invasion game in...
\#edit: I implemented a suggestion from /u/RodneyRabbit which increases keyboard responsiveness tremendously in Windows. Thanks! \--- I've been...
Repositories with Adil Leghari: Do not take orally
By: The PowerShell Podcast
In this episode, we learned all about repositories and how to use them in a PowerShell context. We briefly discussed the challenges of working from Home. We learned how Adil got started in the PowerShell community including getting involved in the PowerShell Slack/Discord, attending PowerShell Summit, and even stepping up and helping put on an event: BridgeConf. Adil convinces Jordan to submit to speak at Summit 2023, and Jordan agrees. The crowd goes wild! We tried to capture the code that we ran on this episode in a trannoscript file, which can be found below.
Link
By: The PowerShell Podcast
In this episode, we learned all about repositories and how to use them in a PowerShell context. We briefly discussed the challenges of working from Home. We learned how Adil got started in the PowerShell community including getting involved in the PowerShell Slack/Discord, attending PowerShell Summit, and even stepping up and helping put on an event: BridgeConf. Adil convinces Jordan to submit to speak at Summit 2023, and Jordan agrees. The crowd goes wild! We tried to capture the code that we ran on this episode in a trannoscript file, which can be found below.
Link
Podbean
Repositories with Adil Leghari: Do not take orally | The PowerShell Podcast
Episode Summary:
In this episode, we learned all about repositories and how to use them in a PowerShell context. We briefly discussed the challenges of working from Home. We learned how Adil got started in the PowerShell community including getting involved…
In this episode, we learned all about repositories and how to use them in a PowerShell context. We briefly discussed the challenges of working from Home. We learned how Adil got started in the PowerShell community including getting involved…
Learn PowerShell Scripting in a Month of Lunches, Second Edition
By: James Petty, Don Jones and Jeffery Hicks
Don't miss the latest installment of this great series.
Link
By: James Petty, Don Jones and Jeffery Hicks
Don't miss the latest installment of this great series.
Link
Manning Publications
Learn PowerShell Scripting in a Month of Lunches, Second Edition - James Petty, Don Jones and Jeffery Hicks
Automate complex tasks and processes with PowerShell noscripts. This amazing book teaches you how to write, test, and organize high-quality, reusable noscripts for Windows, Linux, and cloud-based systems.
Learn PowerShell Scripting in a Month of Lunches, Second…
Learn PowerShell Scripting in a Month of Lunches, Second…
👍2