🎬 PSCONFEU 2022 Playlist
94 Video Sessions delivered at the PSCONFEU 2022
...
9 Execute Remote Commands And Get Output Using Only WMI
13 Create GitHub Actions with PowerShell
15 How GitHub can make your PowerShell process easier
18 The DSC project blueprint or how to start a DSC project the right way
25 PowerShell for a Kubernetes admin
27 Ansible and Windows. How PowerShell enables a Linux config manager to work in a Windows world?
33 SecretManagement
35 PowerShell Predictors
38 Putting the Ops in DevOps
39 Getting started with Dev Containers in VS Code
40 TBD - PowerShell in a pipeline/Cross-Platform capability
43 Mirroring PowerShell Gallery with Cloudfare Worker
44 Chasing the seconds 2.0: Functions done right
48 Manage and automate Azure DevOps through PowerShell
50 Make your noscripts faster with Profiler
...
94 Video Sessions delivered at the PSCONFEU 2022
...
9 Execute Remote Commands And Get Output Using Only WMI
13 Create GitHub Actions with PowerShell
15 How GitHub can make your PowerShell process easier
18 The DSC project blueprint or how to start a DSC project the right way
25 PowerShell for a Kubernetes admin
27 Ansible and Windows. How PowerShell enables a Linux config manager to work in a Windows world?
33 SecretManagement
35 PowerShell Predictors
38 Putting the Ops in DevOps
39 Getting started with Dev Containers in VS Code
40 TBD - PowerShell in a pipeline/Cross-Platform capability
43 Mirroring PowerShell Gallery with Cloudfare Worker
44 Chasing the seconds 2.0: Functions done right
48 Manage and automate Azure DevOps through PowerShell
50 Make your noscripts faster with Profiler
...
YouTube
PSCONFEU 2022 - YouTube
👍3
PowerShell pinned «🎬 PSCONFEU 2022 Playlist 94 Video Sessions delivered at the PSCONFEU 2022 ... 9 Execute Remote Commands And Get Output Using Only WMI 13 Create GitHub Actions with PowerShell 15 How GitHub can make your PowerShell process easier 18 The DSC project blueprint…»
Check If An Email Was Read using Graph API PowerShell SDK
By: Paul Contreras
With the growing number of people migrating from the Azure AD module to Microsoft Graph API, it's great to see some features finally become available via the command line interface .aka. PowerShell. Today we'll cover step by step on how.
Link
By: Paul Contreras
With the growing number of people migrating from the Azure AD module to Microsoft Graph API, it's great to see some features finally become available via the command line interface .aka. PowerShell. Today we'll cover step by step on how.
Link
the Sysadmin Channel
How To Check If An Email Was Read using Graph API and PowerShell
Learn how to use PowerShell and Graph API to get message read status.
FYI you can use square brackets with wildcards in PowerShell Select-Object (alias select)
By: Guy Leech
to restrict the wildcard eg here I only want name properties beginning with C or D so I use [CD]*name where square brackets is same as in regex & means 1 of. Use ? to match single character
Link
By: Guy Leech
to restrict the wildcard eg here I only want name properties beginning with C or D so I use [CD]*name where square brackets is same as in regex & means 1 of. Use ? to match single character
Link
Small Tips and Tricks – PowerShell – Reading all onedrive urls, owners and storage quota
By: Prasham Sabadra
Small Tips and Tricks - PowerShell - Reading all onedrive urls, owners and storage quota
Link
By: Prasham Sabadra
Small Tips and Tricks - PowerShell - Reading all onedrive urls, owners and storage quota
Link
Knowledge Junction
Small Tips and Tricks – PowerShell – Reading all onedrive urls, owners and storage quota | Knowledge Junction
BinaryPasswordGenerator
By: Emil Larsson
A binary password generator rewritten from of the popular PasswordGenerator nuget package.
Link
By: Emil Larsson
A binary password generator rewritten from of the popular PasswordGenerator nuget package.
Link
Powershellgallery
BinaryPasswordGenerator 0.0.4
A binary password generator rewritten from of the popular PasswordGenerator nuget package.
Jupyter notebooks in VSCode with PowerShell support
By: Harm Veenstra
Saw a video about Jupyter in Visual Studio Code a while back, tried to get it up and running and... It seems that that things are changed now, it was there in VSCode preview versions together with the PowerShell preview extension. All the How-To's I found showed me that way of getting it installed/configured. So I played around a little bit with Jupyter and the PowerShell kernel installation and got it working in VSCode, in this blogpost I will show you how to install and configure everything 🙂
Link
By: Harm Veenstra
Saw a video about Jupyter in Visual Studio Code a while back, tried to get it up and running and... It seems that that things are changed now, it was there in VSCode preview versions together with the PowerShell preview extension. All the How-To's I found showed me that way of getting it installed/configured. So I played around a little bit with Jupyter and the PowerShell kernel installation and got it working in VSCode, in this blogpost I will show you how to install and configure everything 🙂
Link
PowerShell is fun :)
PowerShell is fun :)Jupyter notebooks in VSCode with PowerShell support
I saw a video about Jupyter in Visual Studio Code a while back and tried to get it up and running. It seems that things have changed now. It was there in VSCode preview versions and the PowerShell …
How to Quickly Display Files With PowerShell Cat
By: Edem Afenyo
Are you thinking of displaying the contents of files either for automation or troubleshooting purposes? How about editing and managing files based on the contents of another file? Don't worry; PowerShell cat is an excellent tool in your arsenal.
Link
By: Edem Afenyo
Are you thinking of displaying the contents of files either for automation or troubleshooting purposes? How about editing and managing files based on the contents of another file? Don't worry; PowerShell cat is an excellent tool in your arsenal.
Link
ATA Learning
How to Quickly Display Files With PowerShell Cat
Learn all the ways to emulate a PowerShell cat command just as Linux has. In this tutorial take control of your text files!
Using PowerShell for Incident Response with Fernando Tomlinson
By: The PowerShell Podcast
In this episode, we get to hear the perspective of someone who has been in the trenches of Incident Response. Fernando shared his experiences and methods for leveraging PowerShell during incidents. We talk about how the general perception of PowerShell Security has changed over the years and how PowerShell is now being publicly embraced by security organizations. Fernando told us about dealing with obfuscation and some of the most annoying techniques that he's encountered. All this and more is covered in this episode jam-packed with security goodness.
Link
By: The PowerShell Podcast
In this episode, we get to hear the perspective of someone who has been in the trenches of Incident Response. Fernando shared his experiences and methods for leveraging PowerShell during incidents. We talk about how the general perception of PowerShell Security has changed over the years and how PowerShell is now being publicly embraced by security organizations. Fernando told us about dealing with obfuscation and some of the most annoying techniques that he's encountered. All this and more is covered in this episode jam-packed with security goodness.
Link
Podbean
Using PowerShell for Incident Response with Fernando Tomlinson | The PowerShell Podcast
In this episode, we get to hear the perspective of someone who has been in the trenches of Incident Response. Fernando shared his experiences and methods for leveraging PowerShell during incidents. We talk about how the general perception of PowerShell Security…
Update on Status on PowerShell Community Textbook
By: u/PowerShellMichael
I'm writing an update post to advise on the status of the PowerShell Community Textbook:
Link
By: u/PowerShellMichael
I'm writing an update post to advise on the status of the PowerShell Community Textbook:
Link
reddit
Update on Status on PowerShell Community Textbook
Good Morning Everyone! I'm writing an update post to advise on the status of the PowerShell Community Textbook: * All chapters have been closed,...
TIL (accidentally) that PowerShell Copy-Item has -ToSession
By: Guy Leech
(and -FromSession) parameters so you can copy files/folders to/from remote machines without needing $ shares. Best to set $ProgressPreference to SilentlyContinue unless you want it slowed by progress messages
Link
By: Guy Leech
(and -FromSession) parameters so you can copy files/folders to/from remote machines without needing $ shares. Best to set $ProgressPreference to SilentlyContinue unless you want it slowed by progress messages
Link
Twitter
TIL (accidentally) that #PowerShell Copy-Item has -ToSession (and -FromSession) parameters so you can copy files/folders to/from remote machines without needing $ shares. Best to set $ProgressPreference to SilentlyContinue unless you want it slowed by progress…
❤2
ScriptRunner Portal Edition R4: A portal for PowerShell noscripts
By: Brandon Lee
ScriptRunner is a solution that centrally manages the running of PowerShell noscripts across the environment. The new ScriptRunner Portal Edition R4 release provides many new features and capabilities.
Link
By: Brandon Lee
ScriptRunner is a solution that centrally manages the running of PowerShell noscripts across the environment. The new ScriptRunner Portal Edition R4 release provides many new features and capabilities.
Link
4sysops
ScriptRunner Portal Edition R4: A portal for PowerShell noscripts
ScriptRunner is a solution that centrally manages the running of PowerShell noscripts across the environment. The new ScriptRunner Portal Edition R4 release provides many new features and capabilities.
🔥1
Troubleshooting PowerShell Scripts with Set-PSBreakPoint
By: Patrick Gruenauer
The Set-PSBreakPoint cmdlet sets a breakpoint in a noscript. When you are troubleshooting a noscript it could be helpful to know what's going on in a particualar step or workflow. In this blog bost I will give you an overview and the basics you can build on to troubleshoot and investigate your noscript. Let's jump in.
Link
By: Patrick Gruenauer
The Set-PSBreakPoint cmdlet sets a breakpoint in a noscript. When you are troubleshooting a noscript it could be helpful to know what's going on in a particualar step or workflow. In this blog bost I will give you an overview and the basics you can build on to troubleshoot and investigate your noscript. Let's jump in.
Link
SID-500.COM
Troubleshooting PowerShell Scripts with Set-PSBreakPoint
The Set-PSBreakPoint cmdlet sets a breakpoint in a noscript. When you are troubleshooting a noscript it could be helpful to know what’s going on in a particualar step or workflow. In this blog bo…
Oh the Places you will go… with PowerShell – Mike F. Robbins
By: The Powershell Podcast
In this episode, we get to hear the journey of someone who was a Microsoft MVP that ended up turning in their MVP and joining the mothership. Mike details his journey and shares some of the secrets to his success, including the importance of blogging, having a personal brand, and more.
Link
By: The Powershell Podcast
In this episode, we get to hear the journey of someone who was a Microsoft MVP that ended up turning in their MVP and joining the mothership. Mike details his journey and shares some of the secrets to his success, including the importance of blogging, having a personal brand, and more.
Link
Podbean
Oh the Places you will go... with PowerShell – Mike F. Robbins | The PowerShell Podcast
In this episode, we get to hear the journey of someone who was a Microsoft MVP that ended up turning in their MVP and joining the mothership. Mike details his journey and shares some of the secrets to his success, including the importance of blogging, having…
Using Powershell to Investigate Azure Ad User Risks
By: Christian Hojsager
In this post, I will explain how you can use the PowerShell SDK for Microsoft Graph to investigate Risky Users in your Azure Active Directory. I will also show you how to use PowerShell to connect directly to the Microsoft Graph and query the data from there. Being able to query for riskDetections, risky users, and sign-ins, allows you to automate alerts or actions whenever a user gets flagged in your risk policy.
Link
By: Christian Hojsager
In this post, I will explain how you can use the PowerShell SDK for Microsoft Graph to investigate Risky Users in your Azure Active Directory. I will also show you how to use PowerShell to connect directly to the Microsoft Graph and query the data from there. Being able to query for riskDetections, risky users, and sign-ins, allows you to automate alerts or actions whenever a user gets flagged in your risk policy.
Link
ScriptingChris
Using Powershell to Investigate Azure Ad User Risks
In this post i will walk through how to investigate and manage user risks, in azure ad, Using PowerShell
Cheat Sheet – Console Experience
By: Friedrich Weinmann
PowerShell can take some getting used to. Especially if you come at it from a different Shell and don't see any way to get your good old experience back. However, hidden behind that plain white on blue shell, there is actually a wide range of customization options that help make your life less painful. See below for the most commonly appreciated options.
Link
By: Friedrich Weinmann
PowerShell can take some getting used to. Especially if you come at it from a different Shell and don't see any way to get your good old experience back. However, hidden behind that plain white on blue shell, there is actually a wide range of customization options that help make your life less painful. See below for the most commonly appreciated options.
Link
Microsoft News
Cheat Sheet – Console Experience
How to have more control of preferences in functions and the role of modules on inheritance.
👍1
Why use PowerShell Core?
By: u/Plastic_Teacher_9914
For those who haven't made the switch yet, here are some great reasons.
Link
By: u/Plastic_Teacher_9914
For those who haven't made the switch yet, here are some great reasons.
Link
Reddit
From the PowerShell community on Reddit
Explore this post and more from the PowerShell community
Reporting SharePoint Online External Users with PowerShell
By: Tony Redmond
A SharePoint external user is someone who doesn't have an account in your tenant. Because of the influence of Teams, most SharePoint Online external users are guest accounts, created when external people join the membership of Microsoft 365 Groups (teams). If the organization uses the SharePoint Online integration with Azure AD B2B collaboration, SharePoint also creates guest accounts when people share files or folders with external people.
Link
By: Tony Redmond
A SharePoint external user is someone who doesn't have an account in your tenant. Because of the influence of Teams, most SharePoint Online external users are guest accounts, created when external people join the membership of Microsoft 365 Groups (teams). If the organization uses the SharePoint Online integration with Azure AD B2B collaboration, SharePoint also creates guest accounts when people share files or folders with external people.
Link
Office 365 for IT Pros
Create a SharePoint External Users Report with PowerShell
In this article, we discuss how to create a SharePoint external users report with PowerShell and introduce the PSWriteHTML module to make the output prettier.
PS_toolkit
By: ns319
PowerShell noscript to automate/facilitate some basic desktop support functions.
Link
By: ns319
PowerShell noscript to automate/facilitate some basic desktop support functions.
Link
GitHub
GitHub - ns319/PS_toolkit: PowerShell noscript to automate/facilitate some basic desktop support functions.
PowerShell noscript to automate/facilitate some basic desktop support functions. - GitHub - ns319/PS_toolkit: PowerShell noscript to automate/facilitate some basic desktop support functions.
Best Practices – PowerShell Universal
By: Adam Driscoll
Learn how to best configure PowerShell Universal.
Link
By: Adam Driscoll
Learn how to best configure PowerShell Universal.
Link
Powershelluniversal
Best Practices
Learn how to best configure PowerShell Universal.