[-] pwshguy@programming.dev 1 points 7 months ago

Nice resource! I really like that layout. What did you use to generate the HTML?

3

The event starts at 16:00 Central Europe Time, 10:00 Eastern US Time

It's completely virtual and free. Tickets are available up until the start time.

https://synedgy.com/psconfeu-minicon/

1

Blogs, Articles, and Posts

  • Microsoft 365 Copilot Usage Report API General Availability
    The Copilot usage report Graph API is now generally available. Like the report APIs for the other workloads, the Copilot usage API helps to understand usage of some very expensive licenses. Even better, the usage data can be combined with data from other Microsoft 365 sources to produce interesting and valuable insights. All it takes is some PowerShell to knit everything together.
  • Understanding ErrorAction Parameter in PowerShell
    Error handling is an important part of scripting and automation, and PowerShell provides robust tools for managing errors efficiently. One of the key features for error management in PowerShell is the ErrorAction.
  • Enable NIC Teaming (LBFO) and Switch Embedded Teaming (SET) in Windows Server 2025
    In Windows Server 2025, LBFO NIC Teaming is blocked for Hyper-V virtual switches, and Switch Embedded Teaming (SET) is the only supported teaming method for Hyper-V. However, LBFO remains available for non-virtualization use cases. In this article, I’ll show you how to enable and configure both LBFO and SET in Windows Server 2025 using the GUI and PowerShell.
  • Using -OutVariable in PowerShell
    It's one of the Common Parameters, but not used that often :) In this brief blog post, I will outline its advantages and explain why you should consider using it.
  • Windows 11 25H2’s removal of WMIC and the PowerShell alternative
    You probably used it in the past, wmic.exe :) The Command-Line interface for querying WMI information has been removed from Windows 11 25H2 and will not be reintroduced in future versions of Windows. In this blog post, I will highlight what that means and how you can utilize PowerShell as an alternative.

Projects, Scripts, and Modules

  • Updated UEFIv2 module posted
    Since Microsoft has posted some documentation that makes use of my UEFIv2 module, I figured I should fix the module so that it’s compatible with PowerShell 7.
  • PSGetLocalMonitors 1.0.17
    Get information about locally installed monitors on computer including model, make, and serial number.
  • NerdFonts v 1.0.31
    A PowerShell module to download and install fonts from NerdFonts.
  • LinkedIn v 0.0.6
    A PowerShell module to programmatically interact with LinkedIn
  • PSCal v 1.1.1
    A PowerShell module to display a linux like calendar in the console.

Books, Media, and Learning Resources

  • What Is Regex and How to Use It in PowerShell with MVP Steven Judd
    Regex doesn’t have to be scary! In this PowerShell Wednesday, Steven Judd breaks down what regular expressions are, how they work, and how to use them effectively in PowerShell. From simple pattern matching to powerful text parsing, you’ll learn practical ways to clean data, extract info, and make your scripts smarter. Perfect for beginners and anyone who’s avoided regex... until now

Community

  • AutomatedLab, GUIs, and automation with Steviecoaster
    Newly minted Microsoft MVP Stephen Valdinger, known as Steviecoaster, joins The PowerShell Podcast to share his journey from IT admin to community mentor and automation advocate. He talks about discovering PowerShell through Exchange, the career-changing power of automation, and his work with AutomatedLab, PowerShell Universal, and WinUI Shell. Stevie also highlights the importance of mentoring, building community, and making PowerShell approachable for everyone.

Events

Check out psweekly.dowst.dev for all past editions as well as a searchable archive.

3

Blogs, Articles, and Posts

  • Do While, While and Do Until in PowerShell
    I used this again in a few scripts while creating packages in Intune for a customer, where I had to wait for specific tasks to finish. In this brief blog post, I will outline how it works and discuss its use cases.
  • Set Up Automated Microsoft 365 User Sign-in Summary Email Using PowerShell
    Every organization’s ultimate goal is to keep its Microsoft 365 environment secure. Among the many security measures, monitoring user sign-ins keeps you stay one step ahead of potential attacks. For example, repeated occurrence of sign-in failures may indicate attempts to compromise user accounts or result from Conditional Access policies blocking sign-ins.
  • VSCode & Git on Everything during OSD!
    Yeah, I’ve made the switch over to VSCode. I pretty much live in GitHub now days. I find my current website annoying since I’ve been working in GitBook at 2Pint Software.
  • Practical Teams Phone: Reporting Missed Calls on Call Queues
    Microsoft Teams Phone has improved over the years, but missed call reporting in call queues remains a gap. In this blog, Martin Heusser shows how to use Microsoft Graph and PowerShell to build a custom report that captures missed and answered calls, complete with caller info and agent details. Until Microsoft adds shared call history natively, this DIY approach is a solid workaround.

Projects, Scripts, and Modules

  • MathML
    MathML is an XML stanard for representing mathematics, and a part of HTML5.
  • EntraFIDOFinder Update
    There haven’t been much changes the past couple months, but finally a biggish update happened where Microsoft has added 10 more keys that are Attestation capable. Added Attestation capable keys: Are you requiring attestation? How has your implementation of FIDO2 keys been?
  • GitlabCli v 1.138.0
    Interact with GitLab via PowerShell

Books, Media, and Learning Resources

  • PoshBytes: Arrays vs Lists [OC]
    On this edition of PohBytes, a showdown for the ages, Arrays vs. Lists!Two contenders, two minutes, no fluff, many .Add()s and +=s.
  • How to create, update, delete, and manage mailboxes
    Check this out on LinkedIn Learning! I have made it free for you with the link below.
  • PowerShell Text Manipulation Basics
    Join Andrew Pla and Greg Martin as they dive into the fundamentals of text manipulation in PowerShell. Whether you’re cleaning up messy logs, parsing configuration files, or just trying to get your output into the right shape, mastering text manipulation is an essential skill.

Community

  • From Sysadmin to Security at Microsoft with Thomas Rayner
    Thomas Rayner joins The PowerShell Podcast to share his journey from sysadmin and PowerShell MVP to securing Microsoft 365 as a security professional at Microsoft. He reflects on how PowerShell accelerated his career, the importance of blogging and community involvement, and why clear communication with managers is vital for growth. Thomas also offers advice for beginners, highlighting patience, persistence, and the value of mentorship in tech.

Fun

  • Image2Text v1.0.4
    Converts images to ASCII art with optional color output and file export. Built for creative automation and terminal flair.

Events

Check out psweekly.dowst.dev for all past editions as well as a searchable archive.

4

Blogs, Articles, and Posts

  • Practical Graph: Finding the Last App Accessed by a User
    A reader question asked if it was possible to find the last app accessed by a user. Of course, anything is possible with PowerShell, but how?
  • Deploy dynamic hostpools using PSNerdio
    New part of the PSNerdio series! This is the final part and it’s about how to deploy dynamic hostpools using PSNerdio!
  • Microsoft Graph: a Practical Guide
    If you’ve tried working with Microsoft Graph, I can probably guess that it maybe took a bit of time to appreciate all of its capabilities. I’ve heard MS Graph described as trying to build the car that you need to use to drive to work. For some, that might be up your alley, but for the rest of us, it can be a bit daunting.

Projects, Scripts, and Modules

  • EntraFIDOFinder Update
    There haven’t been much changes the past couple months, but finally a biggish update happened where Microsoft has added 10 more keys that are Attestation capable
  • New Autopilot Branding release
    It’s been a while since there was an actual release of the Autopilot Branding script, although there were a few “preview” releases as we worked out kinks in the processes. Things are looking reasonably good now (thanks to feedback from several people on the preview versions), so a new 3.3.0 release was published.
  • TeamViewerPS v 2.4.0
    TeamViewerPS allows to interact with the TeamViewer Web API as well as a locally installed TeamViewer client.
  • PendingReboot v 0.9.0.6
    Module to detect Windows OS pending reboots.
  • PSBlitz
    A PowerShell-based tool that outputs SQL Server health and performance diagnostics data

Books, Media, and Learning Resources

  • Automating Microsoft 365 with PowerShell October 2025 Update
    The Office 365 for IT Pros team is happy to announce the availability of the October 2025 update for the Automating Microsoft 365 with PowerShell eBook. Subscribers can download the latest PDF and EPUB files from Gumroad.com. In other news, a new eBook about Exchange Server Subscription Edition (SE) is available. It’s always nice to see new sources of knowledge open up!

Community

  • From Sysadmin to PowerShell Team: The Story of SeeminglyScience
    Patrick Meinecke, known as SeeminglyScience, joins host Andrew Pla to share his journey from sysadmin to joining the PowerShell team at Microsoft. He discusses his early community contributions, the inner workings of the PowerShell engine, and powerful but underused features like ETS and type converters. Patrick also highlights helpful modules such as PowerShell Run, ctypes, and Useful Argument Completers, while reflecting on the importance of community engagement and open source collaboration.
  • PowerShell Community Call - September 18th, 2025
    Watch this month PowerShell Community Call if you missed it.

Fun

Events

Check out psweekly.dowst.dev for all past editions as well as a searchable archive.

7

Blogs, Articles, and Posts

  • Always On VPN RRAS and PowerShell 7
    PowerShell is an essential tool for administrators supporting Microsoft Always On VPN. It is critical for configuring supporting infrastructure services, such as Routing and Remote Access (RRAS) and Network Policy Server (NPS), as well as provisioning and managing Always On VPN client configuration settings on endpoints.
  • PowerShell MCP Azure Function Server
    Recently under the experimental Azure Functions build Microsoft Developer Advocates have shown enabling Azure Functions as MCP Servers. I wondered if it was possible to use this to MCP enable a number of my PowerShell Identity Tools Modules. Yes, yes it is possible.
  • Optimizing SharePoint Online Performance for Large Document Libraries
    In this blog, we explore practical ways to optimize SharePoint Online performance for large document libraries. From avoiding the 5,000-item list view threshold to using PnP PowerShell and Microsoft Graph API for bulk updates, you'll learn how to keep your libraries fast, responsive, and scalable.
  • Search and download Microsoft Updates using the MSCatalogLTS PowerShell module
    You can use the Microsoft Update Catalog site to search and download Microsoft Updates, but there's also MSCatalogLTS :-) In this blog post, I will demonstrate how it works and explain why it's superior to the traditional catalog site.
  • Dynamically Construct a PowerShell GUI
    Learn how to dynamically generate PowerShell GUI elements from a SQL data source and update values with user input.

Projects, Scripts, and Modules

Books, Media, and Learning Resources

  • PoshBytes: Tee-Object [OC]
    It logs. It pipes. It saves. It doesn't ask for thanks. It's Tee-Object!
  • PowerShell for Hackers
    Hey there! Thanks for checking out PowerShell for Hackers – my personal sandbox for all things Windows, automation, and hacker-style mischief. Think of it as a PowerShell playground with a healthy dose of red-team flavor.
  • PowerShell Select-Object 101
    and Beyond with Andrew Pla & Fred Weinmann

Community

Fun

  • Sixel v 0.6.1
    Display images in the terminal using various protocols
  • Test-Friday
    The PowerShell function Test-Friday told me it is finally Friday!

Events

Check out psweekly.dowst.dev for all past editions as well as a searchable archive.

3

Announcements!

Blogs, Articles, and Posts

  • Democratizing Performance: The Copilot Profiler Agent in Action on Real Code
    We’re excited to announce the Copilot Profiler Agent available in Visual Studio 2026 Insiders, it’s an AI-powered performance assistant built directly into Visual Studio. Forget staring at endless call trees or walls of mysterious numbers that leave you asking, “where do I even start?” The Copilot Profiler Agent changes that.
  • PowerShell: List all USB-Devices
    This blog post will be a short one. I will show you how to list all USB-Devices on your computer. We will use PowerShell for this task, what else?
  • Running Teams PowerShell Cmdlets in Azure Automation
    This article describes the prerequisites and how to run cmdlets from the Teams PowerShell module in Azure Automation runbooks. We also consider when you’d want to consider using Teams PowerShell cmdlets instead of Graph API requests or cmdlets from the Microsoft Graph PowerShell SDK. The bottom line is that it’s possible, but maybe not a frequently-used option.
  • No more PowerShell v2.0 in Windows 11 and Server 2025?
    While we sometimes discuss whether to use Windows PowerShell v5 or PowerShell 7, PowerShell v2.0 is being removed in the newer builds of Windows 11 and Windows Server 2025. In this brief blog post, I will share some information about this topic.
  • Practical Graph: Analyzing External Meeting Participants for Teams Meetings
    A reader asked if it's possible to analyze the external meeting participants for Teams online events. The information is available through the Events Graph API, and some PowerShell code written using the Graph PowerShell SDK quickly extracts events to analyze and determine the set of external domains meeting participants come from.

Projects, Scripts, and Modules

  • Get-CalendarEvents.ps1
    This PowerShell script retrieves the Outlook calendar events of a single user or a list of users.
  • LittleFileServer.ps1
    A small file server to help test with testing.
  • EntraAuth.Graph
    Client tools for interacting with the Graph API. This project has been based on the EntraAuth module, for lightweight convenient authentication and request handling.
  • OTP
    The module is primarily intended for demonstration purposes, showcasing key PowerShell concepts such as user-friendliness, pipelining, autocompletion, and array processing. However, it is also fully functional in terms of multi-factor authentication with OTP. Or at least it should be.

Books, Media, and Learning Resources

Community

  • PowerShell, OAuth, and Automation in the Cloud with Emanuel Palm
    Microsoft MVP Emanuel Palm joins The PowerShell Podcast to share his journey from managing printers in Sweden to being a Microsoft MVP who is automating the cloud with PowerShell and Azure. He talks about building the AZAuth module for OAuth authentication, using GitHub Actions for CI/CD, and the importance of blogging and community involvement. Plus, Emanuel reveals his unique side hobby... roasting coffee!

Events

Check out psweekly.dowst.dev for all past editions as well as a searchable archive.

8

Announcements!

Blogs, Articles, and Posts

  • Boost Your Copilot Collaboration with Reusable Prompt Files
    Writing effective prompts for AI tools can be time-consuming and challenging. Cement those efforts by leveraging reusable prompt files. These custom prompts allow for quick access at the prompt box, and they’re automatically stored and shared with your teammates to make it easy to multiply your Copilot successes.
  • How to Update Entra ID Apps to Run Teams Cmdlets
    MC1134747 describes a new permissions requirement for Entra apps that run Teams PowerShell cmdlets. Fixing apps to meet the new requirement is easily done with PowerShell. First, find the apps that use Teams PowerShell (we show two ways), and then assign the two required permissions to the apps. All done with a few lines of Microsoft Graph PowerShell SDK code.
  • Microsoft Retires Graph CLI and Toolkit in Push Toward PowerShell SDK
    Microsoft has announced the retirement of its Microsoft Graph CLI and the Graph Toolkit. The move is part of the company’s broader effort to simplify and streamline its developer toolset. The Microsoft Graph CLI is a command-line tool designed to help developers and IT professionals interact with Microsoft Graph APIs directly from the terminal.
  • Fix: Slow Startup of PowerShell Console and Scripts
    I have noticed that the PowerShell console sometimes takes a long time to open. This issue occurs on different computers.
  • Analyze SPF records using the PowerShell module SpfAnalyzer
    I regularly check SPF records for syntax and entries during Exchange migrations or when troubleshooting mail flow. The SpfAnalyzer module from Jiri Formacek can help with that. In this blog post, I will show you how it works.

Projects, Scripts, and Modules

Books, Media, and Learning Resources

Community

  • Turtles All the Way Down: PowerShell and Graphics with James Brundage
    James Brundage returns to The PowerShell Podcast to talk about his new project, Turtle, which brings the classic concept of Turtle graphics into PowerShell. From simple shapes to fractals, animations, and more, James shows how PowerShell can be a powerful and fun tool for exploring programming concepts. Tune in for insights on the history of Turtle, its modern applications, and how it can inspire both new learners and seasoned pros.

Events

Check out psweekly.dowst.dev for all past editions as well as a searchable archive.

3

Announcements!

  • Windows Terminal Preview 1.24 Release
    We’re back with another Terminal release for you! This development cycle, we focused on overall quality of life improvements and bug fixes. We are also updating Windows Terminal stable to version 1.23, which will include all of the features from this previous blog post. Some notable features to call out are: 🌟 A completely new […]

Blogs, Articles, and Posts

  • September 2025 Update for Automating Microsoft 365 with PowerShell
    The Office 365 for IT Pros eBook team is proud to announce the availability of update 15 for the Automating Microsoft 365 with PowerShell eBook. The book includes extensive coverage of how to work with Microsoft 365 workloads through standard modules, Graph APIs, and the Microsoft Graph PowerShell SDK, including hundreds of practical examples over 350-plus pages. No fluff, just real-world code.
  • Creating and Using an Azure Automation Custom Runtime Environment
    A custom runtime environment is a way of defining a specific job execution environment for Azure Automation runbooks, including Microsoft Graph PowerShell SDK runbooks. In this article, we create a new environment for PowerShell V7.4, load in some SDK modules, switch a runbook from a system-generated environment, and run some code.
  • Windows Terminal v1.23 and v1.24: new features and installation
    Microsoft has released Windows Terminal version 1.23 as a stable update, and version 1.24 as the latest preview, both bringing major improvements to the popular command-line tool. These versions introduce a completely new windowing architecture, expanded settings in the user interface, and other powerful enhancements for productivity and customization. In this article, we’ll explore what’s new in these updates and to how to install the latest stable and preview builds through Microsoft Store, winget, choco, and scoop.
  • Update your Lenovo using the LSUClient PowerShell module
    I like my Lenovo hardware, and I want to keep it up to date with the latest drivers, firmware, and other software updates. In this small blog post, I will show you how you can do that using the LSUClient module from Jantari.
  • Enrich your image using PSNerdio
    New part of the PSNerdio series! This part is about how to enrich your image using PSNerdio. So, we are adding scripted actions, applications and schedules to the image. This allows you to create a complete image via PSNerdio.
  • How to Monitor Windows Events in Real-Time Using PowerShell
    For the trusted readers of my blog yes, this is another event driven architecture topic! And this time we’ll be diving into WMI Events with PowerShell!
  • Unleashing Parallelism in PowerShell
    If you’ve been around PowerShell for a while, you know it’s great at looping through stuff. Need to process a list of files? Easy. Query a set of servers? Piece of cake. But sometimes… you hit a wall. The problem? Sequential execution.

Projects, Scripts, and Modules

Books, Media, and Learning Resources

  • Find-TotalJobs Function
    I ended up writing a function to complete this task of searching and applying for jobs for me. I have included a synopsis, but I just want to clarify I was using PowerShell 7 to run this function

Community

Fun

  • WoW
    A PowerShell module containing utilities for World of Warcraft.

Events

2
submitted 1 year ago* (last edited 1 year ago) by pwshguy@programming.dev to c/powershell@programming.dev

The PSWeekly module brings the full PowerShell Weekly newsletter experience right into your terminal.

With it, you can:

  • Read the latest issue directly in the terminal
  • Browse all past editions (5+ years of archives!)
  • Search the entire link collection by keyword

Coming soon:

  • Search by author
  • Filter by tags

PowerShell Weekly has been and will continue to be:

  • Hand-curated - not just an RSS dump
  • 100% free
  • No ads
  • No sponsorships
  • No email collection, tracking, or paywalls

Install it now and run Get-PSWeekly to read this week's edition

Install-Module PSWeekly

Built for terminal lovers, automation enthusiasts, and anyone who wants high-quality PowerShell content at their fingertips.

I'd love to hear your feedback and ideas for new features!

Link to PowerShell Gallery: https://www.powershellgallery.com/packages/PSWeekly
As with all my modules it is FOSS: https://github.com/mdowst/PSWeekly

1

Announcements!

  • ANNOUNCING PSWeekly the Module!!!
    You can now read and search PowerShell Weekly without leaving the comfort of your shell. Because why should your terminal miss out on the good stuff? Simply Install-Module PSWeekly, then run Get-PSWeekly to get the most recent addition.

Blogs, Articles, and Posts

  • Better Control over Your Copilot Code Suggestions
    Copilot code completions and suggestions in the editor speed you up in your daily programming and coding activities, at every keystroke. They help you finish the line you’re typing or anticipate your next edit, making your workflow smoother and faster.
  • Remote HTTP access to self-hosted Ollama AI models
    In my previous post in the Ollama series with OpenAI OSS models, I explained how to install Ollama on an Ubuntu EC2 instance. If you followed my guide, you now have everything set up to remotely access gpt-oss-20b on your self-hosted Ollama installation via HTTP. I will also showcase how to connect to remote AI models in VS Code using popular coding assistants like Cline and Roo Code, as well as through AI apps such as the local Ollama client, BoltAI, and Anything LLM.
  • Auto Deploy Progressive Web Applications (PWA) using Intune or PowerShell
    In this article I will walk you through installing progressive web app’s, or PWA’s to endpoint machines using either PowerShell or Microsoft Intune. You may want to do this for users with frontline licenses that grant them web apps but not full desktop application’s.
  • Removing Obsolete Mobile Device Partnerships from Exchange Online
    This article discusses how to use PowerShell to find obsolete mobile device partnerships in Exchange Online (or Exchange Server) and remove the obsolete devices. Users won’t be able to remove obsolete mobile devices after the settings to manage mobile devices are removed from OWA and the New Outlook, so cleaning up the mess is the responsibility of administrators (like it usually always is).
  • PowerShell: Stop Outlook from Junking Legit Messages
    Outlook often struggles with erroneous junk mail classifications. It seems that some messages can pass through the SMTP perimeter scanning and email authentication, but still end up in Outlook’s junk folder. The internal workings of Outlook’s built-in message filters aren’t fully documented anywhere that I know of. This can lead to some perplexing situations.
  • Why is Microsoft Removing PowerShell 2.0 from Windows 11? Critical Steps You Must Take Now
    Will PowerShell 2.0 Removal Break Your Windows System?
  • How to Free Up and Automatically Manage Disk Space for WSL on Windows 10/11
    Windows Subsystem for Linux (WSL) lets you run a Linux environment directly on Windows. This is particularly useful for web development where you can develop and test applications in a Linux environment without leaving Windows.

Projects, Scripts, and Modules

  • Using the Indented.Net.IP PowerShell module for IPv4 Subnet math
    I still do some networking, although not as much as I did during my CCNP certification, and I eventually memorized subnet calculations. That, and using IP Calculators ;-) In this blog post, I will show you how you can use Chris Dent's PowerShell module for that.
  • PSTimers
    A PowerShell module with a variety of timer and countdown functions. A perfect compliment to the PSDates module.
  • Borg v 0.2.23
    BORG Backup Orchestrator for Reliable Groundwork. A modular PowerShell toolkit for automating SQL Server Docker container workflows, backup and restore operations, and local dev environment setup.

Books, Media, and Learning Resources

  • Behind the PowerShell Pipeline
    Discover parts of PowerShell that lie under the surface that can make you a better PowerShell user and scripter. From one of the original PowerShell experts.
  • Turtles in PowerShell: Drawing Shapes with Code by James Brundage
    Join us for PowerShell Wednesday with James Brundage as he shows off Turtles in a PowerShell -- a fun way to create art with just a few simple commands. From drawing squares and hexagons to building fractals and animations, you’ll see how Forward() and Rotate() can unlock endless creativity right inside PowerShell.

Community

Events

Check out psweekly.dowst.dev for all past editions as well as a searchable archive.

3

Announcements!

Blogs, Articles, and Posts

Projects, Scripts, and Modules

  • Servy
    Servy lets you run any app as a Windows service with full control over working directory, startup type, process priority, logging, health checks, environment variables, dependencies, pre-launch scripts and parameters. A fully managed alternative to NSSM.
  • PixelPoSH
    PixelPoSH is a PowerShell module that generates customizable, random SVG backgrounds using the PSSVG DSL (no System.Drawing).
  • PowerShell Localization
    A Visual Studio Code extension that displays PowerShell localization variable values as decorations in your editor, making it easier to develop and debug internationalized PowerShell modules.

Books, Media, and Learning Resources

  • PowerShell in the Pipeline: Open Source CI/CD with GitHub Actions
    Learn how to build reliable CI/CD pipelines in GitHub with a focus on PowerShell. Microsoft MVP Emanuel Palm will show us the basics of GitHub Actions from VS Code, discuss community collaboration in open source projects, and show how to start automating your own modules or other projects.

Community

Fun

Events

Check out psweekly.dowst.dev for all past editions as well as a searchable archive.

2

Announcements!

Blogs, Articles, and Posts

  • How Microsoft Graph PowerShell SDK Access Tokens Work
    If you use the Microsoft Graph PowerShell SDK, you don’t need to worry about obtaining an access token because SDK cmdlets include automatic token management. Although you don’t need to know the details of the access token used in an SDK session, it’s possible to find and examine its contents, and even use the token with a Graph request. It's a nice to know thing that you’ll never need in practice.
  • PowerShell Find All Files With Extension
    Ever found yourself needing to quickly list every .pdf or .xlsx file scattered across hundreds of folders on your Windows laptop? PowerShell helps find every file with a particular extension—no matter where it’s hiding. In this tutorial, I will explain how to find all files with extensions using PowerShell with examples.
  • Investigating Document Exfiltration with the Graph Activity Log
    In this installment of our Graph Activity Log series, we’ll provide a practical playbook for using the Graph Activity Log and Kusto Query Language (KQL) to hunt for indicators of document exfiltration.
  • Linking all required resources to Nerdio via PSNerdio
    Second part of the series! This part is about linking all required resources to nerdio via PSNerdio. So, in the previous part of this series I mentioned that the PowerShell module created by Nerdio needs some love. I wanted to link my resourcegroups to Nerdio and that CMDlet was not working.
  • Exploring the PowerShell Gallery using PSGalleryExplorer
    The PowerShell Gallery is the primary source for downloading most of your modules. You can search and find information about them using the website or... By using the PSGalleryExplorer module from Jake Morison :) In this blog post, I will show you how to use it.
  • Timing Scripts
    How to manage time effectively in scripts

Projects, Scripts, and Modules

Books, Media, and Learning Resources

Community

  • From EntraAuth to PSConfEU with Fred Weinmann
    In this episode of the PowerShell Podcast, host Andrew Pla reunites with PowerShell legend Fred, diving deep into productivity with hotkeys and key bindings, EntraAuth, C# integration, and community reflections from PowerShell Conference EU. Fred shares practical advice for improving your daily workflow, how to extend PowerShell with C#, and why participation in the community—whether through conferences or contributing modules—can be a game-changer for your career.

Events

  • Watch Live: Visual Studio Toolbox at VS LIVE! Redmond 2025
    On Tuesday, August 5, join us for a special edition of Visual Studio Toolbox Live—broadcast from VS LIVE!
  • PowerShell + DevOps Global Summit 2026 Call for Proposals (CFP)
    We are thrilled to invite you to submit your session proposals for the 2026 PowerShell + DevOps Global Summit, taking place in Bellevue, WA, from April 13-16, 2026. This Summit is the premier event for PowerShell and DevOps professionals, offering a unique opportunity to share knowledge, solve problems, socialize, and network with peers. Whether you're an Automater, Integrator, Problem-Solver, Tinkerer, Scripter, or Tech Wizard, this event is for you! 

Check out psweekly.dowst.dev for all past editions as well as a searchable archive.

view more: ‹ prev next ›

pwshguy

0 post score
0 comment score
joined 3 years ago
MODERATOR OF