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
PowerShell being 15 years old… Just made me realise how old I am..
By: Thomas Maurer
Me too, Thomas, me too
Link
By: Thomas Maurer
Me too, Thomas, me too
Link
Hosting PowerShell in a Python noscript
By: Jim Truher
Yes Virginia, languages other than PowerShell do exist.
Link
By: Jim Truher
Yes Virginia, languages other than PowerShell do exist.
Link
Microsoft News
Hosting PowerShell in a Python noscript
How to use Python to call the PowerShell engine without running the PowerShell executable
Curl2PS
By: Anthony Howell
This module is a utility module to help convert curl commands to Invoke-RestMethod syntax.
Link
By: Anthony Howell
This module is a utility module to help convert curl commands to Invoke-RestMethod syntax.
Link
GitHub
GitHub - ThePoShWolf/Curl2PS: PowerShell module for converting Curl commands to PowerShell
PowerShell module for converting Curl commands to PowerShell - ThePoShWolf/Curl2PS
👍1
Step by step: Start using GIT for PowerShell noscripts
By: Barbara 4bes
So you have been working with PowerShell. You hear a lot of people around you talking about GIT and you want to get into the game. But there are so many possibilities, you have no clue where to start. Your not a Dev, you just write small noscripts every now and then. Read further, as this is a step by step guide about how to start using GIT, focused on PowerShell.
Link
By: Barbara 4bes
So you have been working with PowerShell. You hear a lot of people around you talking about GIT and you want to get into the game. But there are so many possibilities, you have no clue where to start. Your not a Dev, you just write small noscripts every now and then. Read further, as this is a step by step guide about how to start using GIT, focused on PowerShell.
Link
4bes.nl
Step by step: Start using GIT for PowerShell noscripts
So you have been working with PowerShell. You hear a lot of people around you talking about GIT and you want to get into the game. But there are so many possibilities, you have no clue where to start.
👍2
PowerShell Extension for Visual Studio Code June 2022 Update
By: Sydney Smith
We are excited to announce that an update to the PowerShell Extension for Visual Studio Code is now available on the extension marketplace.
Link
By: Sydney Smith
We are excited to announce that an update to the PowerShell Extension for Visual Studio Code is now available on the extension marketplace.
Link
PowerShell Team
PowerShell Extension for Visual Studio Code June 2022 Update
We are excited to announce that an update to the PowerShell Extension for Visual Studio Code is now available on the extension marketplace. This release fixes a number of issues related to IntelliSense and enables updates to PowerShell Editor Services (the…
👍1