PowerShell – Telegram
PowerShell
821 subscribers
214 photos
4 videos
1 file
802 links
Task automation and configuration management framework #PowerShell
Download Telegram
Performing a Conditional Access Assessment with PowerShell
By: Sean McAvinue

Conditional Access is a powerful tool granting an easy way to bolster the security of an Office 365 tenant. The flexibility of Conditional Access means it can fit most organizational and security requirements easily. However, as with most things in technology, with flexibility there often comes complexity.
Link
PSGitUtils v1.13.3
By: Cpadiem Chao

Providers emoji supports for Git commit and Git log.
Link
Start Windows Sandbox with parameters
By: Harm Veenstra

Personally I use Windows Sandbox a lot for testing Endpoint Manager packages or software, sometimes you want to start it with certain options (Connect a folder on your harddrive or start without a network connection) and you have to create a custom configuration file (.wsb) with those options. This blogpost shows you how to start Windows Sandbox using PowerShell with parameters without the need of creating multiple configuration files.
Link
👍1
Exchange Online : Major Update – Retirement of Exchange Online PowerShell with MFA module
By: Prasham Sabadra

Prasham provides a great rundown of what to expect and how to prepare for the upcoming changes.
Link
Developing PowerShell Tools with Adam Driscoll
By: The Powershell Podcast

We talked about Adam's journey into PowerShell, how he started creating tools for PowerShell, and how his experience as a developer. He shared insights into the challenges of growing a business while developing new features and how he manages all the tasks on his plate. We also learn more about his personal life, including his numerous travel mishaps, Iron Man competitions, and even building your own cryptocurrency. We covered all that and much, much more.
Link
👍1
PowerShell: Split-Path Examples
By: Patrick Gruenauer

The cmdlet Split-Path can be useful to split volumes, folder and file path names. In this blog posts I will give you some examples you can build on. Have fun reading the code samples to learn more about the power of Split-Path.
Link
Get a Message Of The Day in your PowerShell session
By: Harm Veenstra

Sometimes you just need a nice inspirational quote to get some motivation ?? In this blogpost I will show you how to get one each time you start a new PowerShell session.
Link
Using Windows Terminal for PowerShell
By: Harm Veenstra

The Windows Terminal application has been out for a while now and it's one of the things (Next to my Edge Browser, Teams and Outlook of course ?? ) that I start after logging into my laptop. It's a Terminal application which allows you to have multiple PowerShell (Or cmd, ssh or even WSL linux sessions) open. In this blogpost I will show you some configuration settings to make it your go-to app for command-line stuff ??
Link
Intune + PowerShell + MS Graph – YouTube
By: Modern Endpoint Management (Official Group)

In this session we will have a look at how we as IT-admins can utilize MS Graph in our daily work. MS Graph is key when it comes to automation of our tasks and activities, work smarter not harder!
Link
🎬 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
...
👍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
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
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
BinaryPasswordGenerator
By: Emil Larsson

A binary password generator rewritten from of the popular PasswordGenerator nuget package.
Link
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
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
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
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
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
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
🔥1