CleanUserProfileFolders.ps1
By: My Random Thoughts
Clean up user profiles on a machine or terminal server
Link
By: My Random Thoughts
Clean up user profiles on a machine or terminal server
Link
GitHub
Various-Code/CleanUserProfileFolders.ps1 at master · My-Random-Thoughts/Various-Code
Various PowerShell code that I upload here - do with it what you want - My-Random-Thoughts/Various-Code
👍1
It Begins – Azure with PowerShell I
By: Tommy Maynard
So, I am beginning my journey into Azure, alongside PowerShell. Or just maybe, I have that backwards: My journey into PowerShell, alongside Azure.
Link
By: Tommy Maynard
So, I am beginning my journey into Azure, alongside PowerShell. Or just maybe, I have that backwards: My journey into PowerShell, alongside Azure.
Link
tommymaynard.com
It Begins - Azure with PowerShell I - tommymaynard.com
-1163
Coding Novice, APIs, and PowerShell
By: Tommy Maynard
I read a recent post on the technical writing subreddit, “How proficient in coding do you have to be to write API Documentation?” I jumped in and posted, as technology is my jam, and writing is my passion. Maybe it’ll be my jam too, someday.
Link
By: Tommy Maynard
I read a recent post on the technical writing subreddit, “How proficient in coding do you have to be to write API Documentation?” I jumped in and posted, as technology is my jam, and writing is my passion. Maybe it’ll be my jam too, someday.
Link
tommymaynard.com
Coding Novice, APIs, and PowerShell - tommymaynard.com
I read a recent post on the technical writing subreddit, “How proficient in coding do you have to be to write API Documentation?” I jumped in and posted, as technology is my jam, and writing is my passion. The author wanted to know if they need to know how…
How the Graph X-Ray Tool Helps PowerShell Developers
By: Tony Redmond
When Microsoft decided to build the administrative tools for Exchange Server 2007 around PowerShell, they realized that it would take time for administrators to become accustomed to PowerShell. Sensibly, Microsoft included a cmdlet logging facility in the Exchange Management Console (EMC) to allow administrators to see the PowerShell code used to execute different actions, such as creating a new mailbox.
Link
By: Tony Redmond
When Microsoft decided to build the administrative tools for Exchange Server 2007 around PowerShell, they realized that it would take time for administrators to become accustomed to PowerShell. Sensibly, Microsoft included a cmdlet logging facility in the Exchange Management Console (EMC) to allow administrators to see the PowerShell code used to execute different actions, such as creating a new mailbox.
Link
Office 365 for IT Pros
How the Graph X-Ray Tool Helps PowerShell Developers
The Graph X-Ray extension helps PowerShell developers understand how Graph API commands work in the Azure AD admin center.
PowerShell tool that uses the OpenAI Codex turning natural language into executable noscripts – YouTube
By: Doug Finke
Aims to grow the understanding of using OpenAI in PoweShell by providing an example of an implementation and references
Link
By: Doug Finke
Aims to grow the understanding of using OpenAI in PoweShell by providing an example of an implementation and references
Link
👍1
PowerShell Performance: .NET Collections – YouTube
By: Adam Driscoll
In this video, I go over how to use specialized .NET collections in PowerShell to improve performance.
Link
By: Adam Driscoll
In this video, I go over how to use specialized .NET collections in PowerShell to improve performance.
Link
YouTube
PowerShell Performance: .NET Collections
In this video, I go over how to use specialized .NET collections in PowerShell to improve performance.
You can find the sample code for this video here: https://github.com/adamdriscoll/youtube/tree/main/PowerShell/PowerShell%20Performance%20-%20.NET%20Collections
You can find the sample code for this video here: https://github.com/adamdriscoll/youtube/tree/main/PowerShell/PowerShell%20Performance%20-%20.NET%20Collections
Creating a Powershell Automation Scheduling App With Azure and Microsoft Powerapps
By: Christian Højsager
This led me to think about how I could use an Azure Automation Account, a PowerApp, and PowerShell to create an automation framework for easy scheduling of these types of automation.
Link
By: Christian Højsager
This led me to think about how I could use an Azure Automation Account, a PowerApp, and PowerShell to create an automation framework for easy scheduling of these types of automation.
Link
ScriptingChris
Creating a Powershell Automation Scheduling App With Azure and Microsoft Powerapps
In this post i will walk through how you can create a PowerShell API, which can be used together with a Microsoft PowerApp, for scheduling you automations
Drinking From The Firehose Of Knowledge With Justin Grote
By: The PowerShell Podcast
In this episode, we got to become familiar with a couple of Justin's favorite things: deep dives into subjects and axioms.
Link
By: The PowerShell Podcast
In this episode, we got to become familiar with a couple of Justin's favorite things: deep dives into subjects and axioms.
Link
Podbean
Drinking From The Firehose Of Knowledge With Justin Grote | The PowerShell Podcast
Episode Summary:
In this episode, we got to become familiar with a couple of Justin's favorite things: deep dives into subjects and axioms. Justin has a lot of experience and insight into the "why" behind things, and he doesn't hold back from sharing his…
In this episode, we got to become familiar with a couple of Justin's favorite things: deep dives into subjects and axioms. Justin has a lot of experience and insight into the "why" behind things, and he doesn't hold back from sharing his…
👍1
Comparing Invoke-RestMethod to the PowerShell SDK
By: Sean Bulger
Welcome back! A lot has happened since my last post. This post is a companion to one of my sessions at MMSMOA. It is also the latest post in my series on automating endpoint management tasks with Microsoft Graph and the MEMCM AdminService.
Link
By: Sean Bulger
Welcome back! A lot has happened since my last post. This post is a companion to one of my sessions at MMSMOA. It is also the latest post in my series on automating endpoint management tasks with Microsoft Graph and the MEMCM AdminService.
Link
Modernendpoint
Comparing Invoke-RestMethod to the PowerShell SDK
For those of you who have worked with Microsoft Graph in PowerShell, you may have noticed one glaring omission in all those blog posts.
Get Per-User MFA Status using PowerShell
By: Paul Contreras
There are a ton of noscripts out there that show you if the user has MFA enabled by checking their authentication methods, something very similar to this Get MFA Methods using Graph API noscript I wrote a while back. However, I haven’t really seen a noscript to show me what their per-user MFA status is.
Link
By: Paul Contreras
There are a ton of noscripts out there that show you if the user has MFA enabled by checking their authentication methods, something very similar to this Get MFA Methods using Graph API noscript I wrote a while back. However, I haven’t really seen a noscript to show me what their per-user MFA status is.
Link
the Sysadmin Channel
Get Per-User MFA Status using PowerShell
Learn how to find which users in your Azure AD tenant are still using per-user MFA.
Reading IIS logs with PowerShell
By: Przemyslaw Klys
Today I was reading Twitter, as I am pretty addicted to technology news when Adam Bacon mentioned that he's surprised that no one has rebuilt IIS Parser as pure PowerShell. While this is not entirely true, and some modules can do some parsing, I decided to try my luck. While doing it from scratch in PowerShell is possible, I opted to use an external C# library that does all the heavy lifting and is optimized for speed.
Link
By: Przemyslaw Klys
Today I was reading Twitter, as I am pretty addicted to technology news when Adam Bacon mentioned that he's surprised that no one has rebuilt IIS Parser as pure PowerShell. While this is not entirely true, and some modules can do some parsing, I decided to try my luck. While doing it from scratch in PowerShell is possible, I opted to use an external C# library that does all the heavy lifting and is optimized for speed.
Link
Evotec
Reading IIS logs with PowerShell
Today I was reading Twitter, as I am pretty addicted to technology news when Adam Bacon mentioned that he's surprised that no one has rebuilt IIS Parser as pure PowerShell. While this is not entirely true, and some modules can do some parsing, I decided to…
Creating PowerShell Notebooks with .NET Interactive Notebooks in Visual Studio Code – YouTube
By: Adam Driscoll
In this video, we'll look at how to install and use .NET Interactive Notebooks in Visual Studio code with PowerShell.
Link
By: Adam Driscoll
In this video, we'll look at how to install and use .NET Interactive Notebooks in Visual Studio code with PowerShell.
Link
YouTube
Creating PowerShell Notebooks with .NET Interactive Notebooks in Visual Studio Code
In this video, we'll look at how to install and use .NET Interactive Notebooks in Visual Studio code with PowerShell.
You can find my notebook from this video here: https://github.com/adamdriscoll/youtube/blob/main/PowerShell/Creating%20PowerShell%20No…
You can find my notebook from this video here: https://github.com/adamdriscoll/youtube/blob/main/PowerShell/Creating%20PowerShell%20No…
❤2
Remove or block Chrome extensions with PowerShell
By: Robert Pearman
A comment on the previous post about deploying Chrome extensions posed the question of whether PowerShell could be used to remove Chrome extensions.
Link
By: Robert Pearman
A comment on the previous post about deploying Chrome extensions posed the question of whether PowerShell could be used to remove Chrome extensions.
Link
Just The Two of Us
By: The PowerShell Podcast
After 5,000 downloads, Andrew and Jordan stop to say thank you for all of the support from the community. We also cover some of the very nice messages we have received and have a special community highlight for Drew McClellan. Then we cover some file system management information and discover that one of us is a little too attached to default settings. Finally, Jordan gets downright giddy to learn something new about PowerShell providers.
Link
By: The PowerShell Podcast
After 5,000 downloads, Andrew and Jordan stop to say thank you for all of the support from the community. We also cover some of the very nice messages we have received and have a special community highlight for Drew McClellan. Then we cover some file system management information and discover that one of us is a little too attached to default settings. Finally, Jordan gets downright giddy to learn something new about PowerShell providers.
Link
Podbean
Just The Two of Us | The PowerShell Podcast
After 5,000 downloads, Andrew and Jordan stop to say thank you for all of the support from the community. We also cover some of the very nice messages we have received and have a special community highlight for Drew McClellan. Then we cover some file system…
👍1
Adding printer drivers with Endpoint Manager and PowerShell
By: Harm Veenstra
Printers and their drivers, not always the most fun part of IT. Since PrintNightMare it has become more difficult for users to add printers to their workstation, this blogpost describes how you can add printers using Endpoint Manager and PowerShell in a easy way.
Link
By: Harm Veenstra
Printers and their drivers, not always the most fun part of IT. Since PrintNightMare it has become more difficult for users to add printers to their workstation, this blogpost describes how you can add printers using Endpoint Manager and PowerShell in a easy way.
Link
PowerShell is fun :)
Adding printer drivers with Endpoint Manager and PowerShell
Printers and their drivers, not always the most fun part of IT ;) Since PrintNightMare it has become more difficult for users to add printers to their workstation, this blogpost describes how you c…
👍1
Use PowerShell to determine the Windows version on DVD, ISO, or USB installation media
By: Mike F. Robbins
You're preparing to load an operating system. You find installation media for an unknown version of Windows. It's not labeled. How do you determine the version of Windows on the installation media?
Link
By: Mike F. Robbins
You're preparing to load an operating system. You find installation media for an unknown version of Windows. It's not labeled. How do you determine the version of Windows on the installation media?
Link
Microsoft Office 2016 to O365 noscript
By: u/green-avocado
Hello PowerShell users I would like to share my noscript today. At work I was tasked with uninstalling O2016 and upgrading to O365 and created an interactive .ps1 noscript to auto uninstall O2016. Here she is:
Link
By: u/green-avocado
Hello PowerShell users I would like to share my noscript today. At work I was tasked with uninstalling O2016 and upgrading to O365 and created an interactive .ps1 noscript to auto uninstall O2016. Here she is:
Link
reddit
Created a Microsoft Office noscript
Hello PowerShell users I would like to share my noscript today. At work I was tasked with uninstalling O2016 and upgrading to O365 and created an...
Codex
By: Steve Lee
Experimental module using Codex to generate PowerShell noscript based off a comment using natural language processing
Link
By: Steve Lee
Experimental module using Codex to generate PowerShell noscript based off a comment using natural language processing
Link
Powershellgallery
Codex 0.1.0-Beta
Experimental module using Codex to generate PowerShell noscript based off a comment using natural language processing