?????? ?????
Announcements!
PowerShell Core v7.0.0-preview.1
(github.com)
Public preview of PowerShell v7 is now live!
By: submitted:Jun 15 2022
Public preview of PowerShell v7 is now live!
By: submitted:Jun 15 2022
PowerShell Support in Azure Functions is now Generally Available
(azure.microsoft.com)
Azure Functions now supports PowerShell for serverless automation tasks in production. Organizations
By: submitted:Jun 15 2022
Azure Functions now supports PowerShell for serverless automation tasks in production. Organizations
can now take advantage of the event-driven programming model for infrastructure management and scripting tasks across Azure and hybrid environments.
By: submitted:Jun 15 2022
PowerShell Support in Azure Functions is now Generally Available
(azure.microsoft.com)
Azure Functions now supports PowerShell for serverless automation tasks in production. Organizations
By: submitted:Jun 15 2022
Azure Functions now supports PowerShell for serverless automation tasks in production. Organizations
can now take advantage of the event-driven programming model for infrastructure management and scripting tasks across Azure and hybrid environments.
By: submitted:Jun 15 2022
Welcome to the PowerShell-Docs wiki!
(github.com)
We are using the wiki to capture raw information that may end up in documentation. There is a lot of
By: submitted:Jun 15 2022
We are using the wiki to capture raw information that may end up in documentation. There is a lot of
arcane knowledge about PowerShell locked in peoples brains, hidden in blog posts, or buried in long issue or RFC discussions. With this wiki, I want to begin to capture that raw information, curate it, polish it, and eventually create published documentation.
By: submitted:Jun 15 2022
Blogs, Articles, and Posts
4 Ways to Create PowerShell Objects
(ridicurious.com)
PowerShell is object based scripting language and it is good practice to create objects to return,
By: submitted:Jun 15 2022
PowerShell is object based scripting language and it is good practice to create objects to return,
store and manipulate information instead of text. But are you aware that there are 4 ways to create objects in PowerShell
By: submitted:Jun 15 2022
Active Directory Health Checklist
(mczerniawski.pl)
Mateusz created a repository with simple lists in different topics with RAW Active Directory checks.
By: submitted:Jun 15 2022
Mateusz created a repository with simple lists in different topics with RAW Active Directory checks.
By: submitted:Jun 15 2022
Active Directory Scripts Galore
(adamtheautomator.com)
A huge and useful list of Active Directory scripts put together by Adam.
By: submitted:Jun 15 2022
A huge and useful list of Active Directory scripts put together by Adam.
By: submitted:Jun 15 2022
Add telemetry to your PowerShell module
(janhendrikpeters.de)
Ah, telemetry. Very ubiquitous today, telemetry is collected from many software companies, device
By: submitted:Jun 15 2022
Ah, telemetry. Very ubiquitous today, telemetry is collected from many software companies, device
vendors and so on. Often telemetry includes PII, personally identifiable information, which of course is a no-go. This post aims to explain how you can responsibly collect telemetry for your PowerShell module to track its usage, version distribution and much more. I will show you the steps you need to take to use Azure ApplicationInsights to collect and Power BI to visualize your telemetry.
By: submitted:Jun 15 2022
Always On VPN Windows 10 Device Tunnel Step-by-Step Configuration using PowerShell
(directaccess.richardhicks.com)
Windows 10 Always On VPN and DirectAccess both provide seamless, transparent, always on
By: submitted:Jun 15 2022
Windows 10 Always On VPN and DirectAccess both provide seamless, transparent, always on
remote network access for Windows clients. However, Always On VPN is provisioned to the user, not the machine as it is with DirectAccess. This presents a challenge for deployment scenarios that require the VPN connection to be established before the user logs on.
By: submitted:Jun 15 2022
An Example Azure DevOps Build Pipeline for PowerShell modules
(adamrushuk.github.io)
A few months ago did a demo at the Bristol WinOps Meetup showing an example Azure DevOps Build
By: submitted:Jun 15 2022
A few months ago did a demo at the Bristol WinOps Meetup showing an example Azure DevOps Build
Pipeline for PowerShell modules. I told everyone I?d get a blog post up ?soon? with more information, so here it is; better late than never! I?ll go over the goals for the example PowerShell Module, then break down the Build Pipeline tasks for Azure DevOps.
By: submitted:Jun 15 2022
Announcing docs.microsoft.com/samples
(docs.microsoft.com)
Microsoft just announce a new experience on docs.microsoft.com – a unified, company-wide code
By: submitted:Jun 15 2022
Microsoft just announce a new experience on docs.microsoft.com – a unified, company-wide code
samples browser. You can check it out on docs.microsoft.com/samples. With this release, they aim to make it easier for you to discover relevant code examples to get started, no matter what Microsoft product or service you’re using.
By: submitted:Jun 15 2022
Automate migration to SQL Managed Instance using Azure PowerShell and DbaTool
(techcommunity.microsoft.com)
From: JovanPop MicrosoftIn Microsoft Azure, you can easily migrate your databases from SQL Server
By: submitted:Jun 15 2022
From: JovanPop MicrosoftIn Microsoft Azure, you can easily migrate your databases from SQL Server
on-premises or Azure VMs to the fully-managed PaaS database service Azure SQL Database Managed Instance. In this post you will see how to create PowerShell scripts that automate migration to Managed Instance using Azure PowerShell and DbaTools.
By: submitted:Jun 15 2022
Automate the Installation of SCCM 1902
(windows-noob.com)
Niall provides everything you need to know to completely script your installation of Configuration
By: submitted:Jun 15 2022
Niall provides everything you need to know to completely script your installation of Configuration
Manager 1902, complete with the actual scripts.
By: submitted:Jun 15 2022
Automatic environment cleanup with Intune Connector for AD Extender
(blog.basevision.ch)
Thomas Kurth provides great examples on how to keep your environment clean, using automatic cleanup
By: submitted:Jun 15 2022
Thomas Kurth provides great examples on how to keep your environment clean, using automatic cleanup
of Intune Devices and ActiveDirectory Computer Accounts with PowerShell.
By: submitted:Jun 15 2022
Automating Active Directory Jobs with PowerShell Scripts
(mcpmag.com)
PowerShell seems to have the ability to automate just about anything. Active Directory (AD) is no
By: submitted:Jun 15 2022
PowerShell seems to have the ability to automate just about anything. Active Directory (AD) is no
different. By downloading a freely available PowerShell module, an IT admin can manage every facet of AD and build powerful scripts to save time on all kinds of tasks. The best part is that knowledge of LDAP, ADSI and other typically developer-focused terms is not necessary. The PowerShell cmdlets take care of that stuff for you.
By: submitted:Jun 15 2022
Automating the Citrix Federated Authentication Service with PowerShell
(citrix.com)
This blog post will provide a baseline understanding of how FAS automation works and includes
By: submitted:Jun 15 2022
This blog post will provide a baseline understanding of how FAS automation works and includes
PowerShell code required to build a scalable solution.
By: submitted:Jun 15 2022
Azure Garbage Collection (auto-delete your unused resources)
(feval.ca)
Delete expired Azure resources automatically with this Azure Garbage Collector, using Powershell
By: submitted:Jun 15 2022
Delete expired Azure resources automatically with this Azure Garbage Collector, using Powershell
Azure Functions
By: submitted:Jun 15 2022
Azure Quickstart – Back up a VM with PowerShell
(docs.microsoft.com)
This step-by-step guide shows you how to easily back up a VM on Azure using PowerShell.
By: submitted:Jun 15 2022
This step-by-step guide shows you how to easily back up a VM on Azure using PowerShell.
By: submitted:Jun 15 2022
AzureADAssessment
(github.com)
Hey AzureAD admins! Do you already know MSCloudIdUtils.psm1? It’s a PowerShell module with
By: submitted:Jun 15 2022
Hey AzureAD admins! Do you already know MSCloudIdUtils.psm1? It’s a PowerShell module with
helper functions to gather configuration information of your tenant e.g. logs and reports of licenses, apps (incl. expired secrets).
By: submitted:Jun 15 2022
Build Docker Container for PowerShell on Raspberry Pi
(trevorsullivan.net)
Let Trevor show how you can run PowerShell easily using the RaspberryPi, thanks to Docker.
By: submitted:Jun 15 2022
Let Trevor show how you can run PowerShell easily using the RaspberryPi, thanks to Docker.
By: submitted:Jun 15 2022
Cleanup duplicated devices in Intune
(wpninjas.ch)
From: Thomas KurthCleanup duplicated Windows10 devices in Intune!
By: submitted:Jun 15 2022
From: Thomas KurthCleanup duplicated Windows10 devices in Intune!
By: submitted:Jun 15 2022
Commenting Out PowerShell Scripts in Visual Studio and Visual Studio Code
(ironmansoftware.com)
I was giving a presentation to the Austin PowerShell User Group last week and the group took notice
By: submitted:Jun 15 2022
I was giving a presentation to the Austin PowerShell User Group last week and the group took notice
when I quickly commented and uncommented lines in my PowerShell script in VS Code. This is very easy to do with the built in keyboard shortcuts.
By: submitted:Jun 15 2022
Configure Windows 10 Accent Color with Intune and PowerShell
(thelazyadministrator.com)
In his last two articles Brad showed you how you can set a computers desktop wallpaper and lock
By: submitted:Jun 15 2022
In his last two articles Brad showed you how you can set a computers desktop wallpaper and lock
screen wallpaper without having Enterprise or Education by using a PowerShell script and Intune. Now learn how to configure the Windows accent color to also match your corporate branding.
By: submitted:Jun 15 2022
Convert JSON array object to String in PowerShell
(stackoverflow.com)
The following question was asked and answered on StackOverflow: I need to convert the Tags array
By: submitted:Jun 15 2022
The following question was asked and answered on StackOverflow: I need to convert the Tags array
into a comma-separated string [and replace the array with the converted string in the JSON file]. I have tried converting from JSON, but I am struggling to convert the array into string in a clean way.
By: submitted:Jun 15 2022
Convert OneDrive to per-machine installation
(deploywindows.com)
Learn how to convert OneDrive to per-machine installation with MS Intune and PowerShell and Win32
By: submitted:Jun 15 2022
Learn how to convert OneDrive to per-machine installation with MS Intune and PowerShell and Win32
app
By: submitted:Jun 15 2022
Create a Powershell Function App and trigger from Kudu and Logic Apps
(cirriustech.co.uk)
In his latest post on working with Logic Apps and Kudu Graham Gold shows you how to create a
By: submitted:Jun 15 2022
In his latest post on working with Logic Apps and Kudu Graham Gold shows you how to create a
PowerShell Function App and trigger from Kudu and Logic Apps. The things he shows here are a great primer for multiple different scenarios, even if you aren?t using Kudu.
By: submitted:Jun 15 2022
Create folders in OneDrive For Business using PowerShell PnP
(veronicageek.com)
If you ever need to pre-provision OneDrive For Business for a better user experience or create
By: submitted:Jun 15 2022
If you ever need to pre-provision OneDrive For Business for a better user experience or create
folders/files in advance, Veronique lays out the entire process using PowerShell PnP in this blog post.
By: submitted:Jun 15 2022
Creating a Modern Home Page for the Root Site in a Tenant
(sympmarc.com)
Want your SharePointOnline root site to have a modern home page? This PowerShell approach from is
By: submitted:Jun 15 2022
Want your SharePointOnline root site to have a modern home page? This PowerShell approach from is
easy to follow and will get you results while we wait for the ability to enable a communication site experience at the root.
By: submitted:Jun 15 2022
Creating Code-Signing Certificates
(community.idera.com)
Windows 10 and Server 2016 (and better) ship with an enhanced New-SelfSignedCert cmdlet that finally
By: submitted:Jun 15 2022
Windows 10 and Server 2016 (and better) ship with an enhanced New-SelfSignedCert cmdlet that finally
can create code-signing certificates. With code-signing certificates, you can digitally sign PowerShell scripts and use the signature to detect when people tamper with your script content.
By: submitted:Jun 15 2022
Creating Containers with PowerShell For Azure Cosmos DB
(sqlshack.com)
Creating Containers with PowerShell For Azure CosmosDB with PowerShell?s Az module
By: submitted:Jun 15 2022
Creating Containers with PowerShell For Azure CosmosDB with PowerShell?s Az module
By: submitted:Jun 15 2022
Creating Extensive PowerShell GUI Applications
(domruggeri.com)
A great tutorial on creating Powershell applications using Visual Studio
By: submitted:Jun 15 2022
A great tutorial on creating Powershell applications using Visual Studio
By: submitted:Jun 15 2022
Diagnosing Common Windows Problems with PowerShell
(techgenix.com)
Although Windows 10 is the most stable and reliable version of Windows that Microsoft has created in
By: submitted:Jun 15 2022
Although Windows 10 is the most stable and reliable version of Windows that Microsoft has created in
quite some time, things can, and occasionally do go wrong. Thankfully, there are a number of different diagnostic and troubleshooting tools built into the operating system. In fact, you can diagnose a wide variety of Windows problems through PowerShell by leveraging the built-in troubleshooting packs.
By: submitted:Jun 15 2022
Display Execution Time In PowerShell Prompt
(blog.ukotic.net)
Let Mark show you a pretty cool way to easily see the efficiency of your code.
By: submitted:Jun 15 2022
Let Mark show you a pretty cool way to easily see the efficiency of your code.
By: submitted:Jun 15 2022
Documenting with PowerShell
(cyberdrain.com)
Chapter 1 – Server overview page
By: submitted:Jun 15 2022
Chapter 1 – Server overview page
By: submitted:Jun 15 2022
Donovan Quick and Easy Tip to Run PowerShell in MS Docs
(twitter.com)
The “Try it” buttons in Microsoft Docs are really cool but always run Bash. If you are
By: submitted:Jun 15 2022
The “Try it” buttons in Microsoft Docs are really cool but always run Bash. If you are
like me and prefer PowerShell just type pwsh. Now you are in PowerShell!
By: submitted:Jun 15 2022
Download the Microsoft Azure, Cloud and Enterprise Symbol / Icon set with PowerShell
(wmatthyssen.com)
The Microsoft Azure, Cloud and Enterprise Symbol / Icon Set package is available as
By: submitted:Jun 15 2022
The Microsoft Azure, Cloud and Enterprise Symbol / Icon Set package is available as
a free download from Microsoft (version 5.6.2019) and includes icons for almost all Azure services and Microsoft cloud related technologies currently available.
By: submitted:Jun 15 2022
Enable Wake-on-LAN (WOL) with PowerShell
(itinsights.org)
With every recent Windows 10 update, and they happen a lot, Windows unfortunately also resets the
By: submitted:Jun 15 2022
With every recent Windows 10 update, and they happen a lot, Windows unfortunately also resets the
power settings of the network adapters. Since I like to start both my PC and notebook from a remote location or from within the same network, I wrote a little PowerShell function to enable Wake-on-LAN (WoL) again.
By: submitted:Jun 15 2022
Event-Driven Serverless Containers with PowerShell Azure Functions and Azure Container Instances
(dev.to)
Create your first serverless container using PowerShell and Azure Functions
By: submitted:Jun 15 2022
Create your first serverless container using PowerShell and Azure Functions
By: submitted:Jun 15 2022
Everything you wanted to know about the IF statement
(powershellexplained.com)
Like many other languages, PowerShell has statements for conditionally executing code in your
By: submitted:Jun 15 2022
Like many other languages, PowerShell has statements for conditionally executing code in your
scripts. One of those statements is the?if?statement. Today we will take a deep dive into one of the most fundamental commands in PowerShell.
By: submitted:Jun 15 2022
Exit, Throw, Return, Break and Continue. A Round up
(jamesone111.wordpress.com)
A great write-up on when and how to use Exit, Throw, Return, Break and Continue in your PowerShell
By: submitted:Jun 15 2022
A great write-up on when and how to use Exit, Throw, Return, Break and Continue in your PowerShell
scripts.
By: submitted:Jun 15 2022
Extended Intune Documentation Script
(wpninjas.ch)
Thomas has updated his already awesome Intune Documentation script. It will now include AutoPilot
By: submitted:Jun 15 2022
Thomas has updated his already awesome Intune Documentation script. It will now include AutoPilot
configurations, Compliance Policies, Exchange Connector, and may more areas. Check out his blog and Github for the complete list.
By: submitted:Jun 15 2022
Fast, Dirty DNS Enumeration BONUS: Fast, Dirtyport scan
(reddit.com)
It's a native powershell/.net zone transfer... without the zone transfer. It's on GitHub
By: submitted:Jun 15 2022
It's a native powershell/.net zone transfer... without the zone transfer. It's on GitHub
By: submitted:Jun 15 2022
Find an MSI by the ProductName and Uninstall It
(alexandrumarin.com)
Want to uninstall an MSI but don’t know the ProductCode? You can do this with Powershell,
By: submitted:Jun 15 2022
Want to uninstall an MSI but don’t know the ProductCode? You can do this with Powershell,
thanks to Alex.
By: submitted:Jun 15 2022
Find Microsoft Teams teams without an Owner, Teams Admin Center and PowerShell
(tomtalks.blog)
Let Tom help you keep your Teams deployment clean by identify any Teams without an owner.
By: submitted:Jun 15 2022
Let Tom help you keep your Teams deployment clean by identify any Teams without an owner.
By: submitted:Jun 15 2022
Finding Azure AD Users with Admin Roles Not Protected with MFA
(office365itpros.com)
Some great developments in Azure AD recently and strong evidence to use MFA everywhere. Here’s
By: submitted:Jun 15 2022
Some great developments in Azure AD recently and strong evidence to use MFA everywhere. Here’s
how to use PowerShell find accounts that have an Office365 Admin role that don’t use MFA.
By: submitted:Jun 15 2022
Finding Installed Updates
(community.idera.com)
A pretty cool method to find installed updates.
By: submitted:Jun 15 2022
A pretty cool method to find installed updates.
By: submitted:Jun 15 2022
Finding Performance Bottlenecks
(github.com)
Check out the code and slides from Mike’s Finding Performance Bottlenecks with PowerShell
By: submitted:Jun 15 2022
Check out the code and slides from Mike’s Finding Performance Bottlenecks with PowerShell
session at this year’s PowerShell Summit.
By: submitted:Jun 15 2022
ForEach-Object and its scriptblocks
(sergeyvasin.com)
A great refresher on ForEach-Object.
By: ?????? ????? submitted:Jun 16 2022
A great refresher on ForEach-Object.
By: ?????? ????? submitted:Jun 16 2022
Friends of Azure PowerShell survey 2019
(aka.ms)
Microsoft wants your feedback to help shape the future of Azure PowerShell.
By: submitted:Jun 15 2022
Microsoft wants your feedback to help shape the future of Azure PowerShell.
By: submitted:Jun 15 2022
Get a list of security patches installed in the last 90 days
(blogs.technet.microsoft.com)
Cloud and Datacenter Management MVP, Thomas Rayner, shows how to get a list of all the security
By: submitted:Jun 15 2022
Cloud and Datacenter Management MVP, Thomas Rayner, shows how to get a list of all the security
patches installed in the last three months.
By: submitted:Jun 15 2022
Get all your local certificates by using PowerShell
(blogs.technet.microsoft.com)
Learn how you can use Windows PowerShell to enumerate all certificates on a Windows computer.
By: submitted:Jun 15 2022
Learn how you can use Windows PowerShell to enumerate all certificates on a Windows computer.
By: submitted:Jun 15 2022
Get MFA Status For Azure/Office365 Users Using PowerShell
(thesysadminchannel.com)
Paul Contreras provides a great function you can use to quickly and easily see which users have MFA
By: submitted:Jun 15 2022
Paul Contreras provides a great function you can use to quickly and easily see which users have MFA
enabled or not.
By: submitted:Jun 15 2022
Get-Help Episode 021
(powershellnews.podbean.com)
This episode was recorded at the PowerShell on the River event. It is a sitdown interview with David
By: submitted:Jun 15 2022
This episode was recorded at the PowerShell on the River event. It is a sitdown interview with David
Littlejohn and James Petty. We discuss the speakers and topics at the event, while also talking about future PowerShell events across the country. We also discuss the OnRamp program and its value to both the industry and the students.
By: submitted:Jun 15 2022
How to add MDT applications with Chocolatey package manager
(searchenterprisedesktop.techtarget.com)
The Microsoft Deployment Toolkit allows administrators to install applications during deployment.
By: submitted:Jun 15 2022
The Microsoft Deployment Toolkit allows administrators to install applications during deployment.
Here’s how IT can simplify the process with Chocolatey’s command-line input.
By: submitted:Jun 15 2022
How to Build a PowerShell GUI for your Scripts
(adamtheautomator.com)
PowerShell is a command-line tool but did you know it can also be used as a base for graphical
By: submitted:Jun 15 2022
PowerShell is a command-line tool but did you know it can also be used as a base for graphical
interfaces? Sometimes command-line isn’t the best kind of interface for a particular instance. Building a PowerShell GUI for for your service desk is a great example. This is one of those times when it is more appropriate to build graphical tools instead.
By: submitted:Jun 15 2022
How To Build PowerShell ChatOps Integrations with PoshBot
(rubrik.com)
Jaap Brasser walks through PowerShell ChatOps integrations with PoshBot
By: submitted:Jun 15 2022
Jaap Brasser walks through PowerShell ChatOps integrations with PoshBot
By: submitted:Jun 15 2022
How to change registry permissions with PowerShell
(adamtheautomator.com)
Just about every object in Windows can set who and what can access it. The registry is no different.
By: submitted:Jun 15 2022
Just about every object in Windows can set who and what can access it. The registry is no different.
Since PowerShell ties into the .NET Framework, you can change these restrictions with a script. In this post, you’re going to learn how to change registry permissions with PowerShell using the?Get-Acl?and?Set-Acl?cmdlets.
By: submitted:Jun 15 2022
How to Check File Size Using PowerShell
(sharepointsky.com)
This PowerShell tutorial, we will see a very simple way to check file size using PowerShell
By: submitted:Jun 15 2022
This PowerShell tutorial, we will see a very simple way to check file size using PowerShell
script.
By: submitted:Jun 15 2022
How to Check Who Reset the Password of a User in Active Directory
(woshub.com)
Every wondered who reset that service account password, or any other user password in Active
By: submitted:Jun 15 2022
Every wondered who reset that service account password, or any other user password in Active
Directory. Well wonder no longer with this tutorial from Windows OS Hub showing you every step of the process, from enabling logging, to how to search the logs with PowerShell.
By: submitted:Jun 15 2022
How to Create an Azure AD App Registration
(techcommunity.microsoft.com)
Azure Active Directory (Azure AD) is Microsoft’s fully managed multi-tenant identity and
By: submitted:Jun 15 2022
Azure Active Directory (Azure AD) is Microsoft’s fully managed multi-tenant identity and
access capabilities for app service. More organizations are now harnessing the security capabilities of Azure AD into the apps they create for an additional layer of authentication. This post will cover how to register an app to Azure AD via PowerShell to take advantage of this.
By: submitted:Jun 15 2022
How to Download and Install PowerCLI
(adamtheautomator.com)
The PowerCLI by VMWare is the de-facto way to manage vCenter with PowerShell. In this tutorial,
By: submitted:Jun 15 2022
The PowerCLI by VMWare is the de-facto way to manage vCenter with PowerShell. In this tutorial,
you?re going to learn how to start from scratch; downloading, installing and understanding how PowerCLI can help you get more done.
By: submitted:Jun 15 2022
How to Find License Status of Windows Servers with Powershell
(askme4tech.com)
A new version of the powershell script which identify windows licenses status and created in GUI
By: submitted:Jun 15 2022
A new version of the powershell script which identify windows licenses status and created in GUI
using WPF.
By: submitted:Jun 15 2022
How To Find The Recovery Services Vault For an Azure VM With PowerShell
(charbelnemnom.com)
in this article Charbel will show you how to quickly find the Recovery Services Vault a VM is a
By: submitted:Jun 15 2022
in this article Charbel will show you how to quickly find the Recovery Services Vault a VM is a
member of with PowerShell.
By: submitted:Jun 15 2022
How to Install and Update PowerShell 6
(thomasmaurer.ch)
This blog post covers how to install and update PowerShell 6 with a single command line.
By: submitted:Jun 15 2022
This blog post covers how to install and update PowerShell 6 with a single command line.
By: submitted:Jun 15 2022
How to Install Docker on Windows Server
(jorgebernhardt.com)
Let Jorge show you how to quickly and easily install docker on a Windows Server using PowerShell.
By: submitted:Jun 15 2022
Let Jorge show you how to quickly and easily install docker on a Windows Server using PowerShell.
By: submitted:Jun 15 2022
How to Manage DHCP using PowerShell
(techcommunity.microsoft.com)
From: Anthony BartoloMost organizations are already going to have DHCP deployed on their servers. If
By: submitted:Jun 15 2022
From: Anthony BartoloMost organizations are already going to have DHCP deployed on their servers. If
you have a new server on which you want to deploy DHCP, just run the PowerShell command:
By: submitted:Jun 15 2022
How to Prevent and Detect Malicious PowerShell Attacks
(blog.rapid7.com)
Hello! My name is Rohit Chettiar, and I am a Solutions Engineer at Rapid7. In this series, we will
By: submitted:Jun 15 2022
Hello! My name is Rohit Chettiar, and I am a Solutions Engineer at Rapid7. In this series, we will
discuss why organizations should care about malicious PowerShell activity, how attackers use PowerShell to steal credentials (e.g., Mimikatz), and how to prevent and detect malicious PowerShell activity.
By: submitted:Jun 15 2022
How to replicate the ISE experience in Visual Studio Code
(docs.microsoft.com)
Tyler Leonhardt has created a doc to help bridge the gap between the ISE and the PowerShell
By: submitted:Jun 15 2022
Tyler Leonhardt has created a doc to help bridge the gap between the ISE and the PowerShell
extension for VScode.
By: submitted:Jun 15 2022
How to run PowerShell scripts to automate manual processes in Office 365
(practical365.com)
From: Daler SayfiddinovAutomation is centric to our role as IT professionals in order to make manual
By: submitted:Jun 15 2022
From: Daler SayfiddinovAutomation is centric to our role as IT professionals in order to make manual
tasks such as managing servers, endpoints or processes, more streamlined and efficient. However, since the proliferation of cloud technology, we’re now facing a new challenge, managing and automating the cloud environment.
By: submitted:Jun 15 2022
How to Transfer File Permissions with PowerShell
(adamtheautomator.com)
Maintaining file share permissions across servers can be a major challenge but by using PowerShell,
By: submitted:Jun 15 2022
Maintaining file share permissions across servers can be a major challenge but by using PowerShell,
we can automate this process allowing you to go home early.
By: submitted:Jun 15 2022
How to Transfer Millions of Files Using PowerShell
(blog.devolutions.net)
I was tasked with moving and archiving approximately 16.5 million files from one location, while
By: submitted:Jun 15 2022
I was tasked with moving and archiving approximately 16.5 million files from one location, while
ingesting around 4,000 new files per hour. This job was for a single client, and my company has multiple customers with similar needs. Keeping the data organized and available has been a challenge for over a year, and we have been working toward a solution for some time now.
By: submitted:Jun 15 2022
How to write Powershell modules with classes
(stephanevg.github.io)
In this article St?phane demonstrates ways to organize your code for PowerShell modules that contain
By: submitted:Jun 15 2022
In this article St?phane demonstrates ways to organize your code for PowerShell modules that contain
classes, functions and enums.
By: submitted:Jun 15 2022
HP Driver Packs Download & #ConfigMgr Import
(garytown.com)
This script will Allow you to Check and Update your HP Drive Packs that you have CM Legacy Packages
By: submitted:Jun 15 2022
This script will Allow you to Check and Update your HP Drive Packs that you have CM Legacy Packages
By: submitted:Jun 15 2022
Hyper-V PowerShell Direct
(thomasmaurer.ch)
One of the new features of Hyper-V in Windows Server 2016 and Windows 10 is called
By: submitted:Jun 15 2022
One of the new features of Hyper-V in Windows Server 2016 and Windows 10 is called
PowerShell Direct. PowerShell Direct lets you remotely connect to a Virtual Machine running on a Hyper-V host, without any network connection inside the Virtual Machine. PowerShell Direct uses the Hyper-V VMBus to connect inside the Virtual Machine. This feature is convenient if you need it for automation and configuration for Virtual Machines or if you for example messed up network configuration inside the virtual machine and you don?t have console access.
By: submitted:Jun 15 2022
I run PowerShell on Android and so can you !!
(dev.to)
Welcome PowerShell Enthusiasts, Android tinkerers and fellow Geeks! This is a step by step guide on
By: submitted:Jun 15 2022
Welcome PowerShell Enthusiasts, Android tinkerers and fellow Geeks! This is a step by step guide on
how I managed to run PowerShell on my Android device.
By: submitted:Jun 15 2022
Import Windows Autopilot device identity using PowerShell
(scconfigmgr.com)
New blog post: “Import Windows Autopilot device identity using PowerShell” –
By: submitted:Jun 15 2022
New blog post: “Import Windows Autopilot device identity using PowerShell” –
MSIntune PowerShell Autopilot
By: submitted:Jun 15 2022
Invoke sync to all devices in Intune with PowerShell
(timmyit.com)
In this post Timmy Andersson shows how you can invoke sync to multiple devices in Intune with
By: submitted:Jun 15 2022
In this post Timmy Andersson shows how you can invoke sync to multiple devices in Intune with
PowerShell and the Intune GraphAPI
By: submitted:Jun 15 2022
Justin Grote on Twitter: Serverless is the future.
(twitter.com)
My Azure Functions Powershell, which processed 496,000 tickets last month, including a peak of
By: submitted:Jun 15 2022
My Azure Functions Powershell, which processed 496,000 tickets last month, including a peak of
14,000 tickets a second, georedundant across 8 azure regions, cost $8 to run last month
By: submitted:Jun 15 2022
Learn to Automate Excel like a Pro with PowerShell
(dfinke.github.io)
Everyone wants to produce slick looking reports. Want to impress management? Use PowerShell
By: submitted:Jun 15 2022
Everyone wants to produce slick looking reports. Want to impress management? Use PowerShell
and Install-Module -Name ImportExcel.
By: submitted:Jun 15 2022
Lessons learned from PowerShell Summit 2019
(searchwindowsserver.techtarget.com)
From: Dan FranciscusMost Windows administrators have at least dabbled with PowerShell to get started
By: submitted:Jun 15 2022
From: Dan FranciscusMost Windows administrators have at least dabbled with PowerShell to get started
on their automation journey, but for more advanced practices, it helps to attend a conference, such as the PowerShell Summit.
By: submitted:Jun 15 2022
Logon scripts in?Intune
(larsstaal.com)
Lars shows a quick and simple tip on how to get a Logon script like experience with Intune.
By: submitted:Jun 15 2022
Lars shows a quick and simple tip on how to get a Logon script like experience with Intune.
By: submitted:Jun 15 2022
Manage Groups using Azure Active Directory PowerShell for Graph
(rebeladmin.com)
A step-by-step guide to managing groups using Azure Active Directory PowerShell for Graph module
By: submitted:Jun 15 2022
A step-by-step guide to managing groups using Azure Active Directory PowerShell for Graph module
By: submitted:Jun 15 2022
Manage remote on-premises resources using PowerShell Azure Functions
(docs.microsoft.com)
The Azure App Service Hybrid Connections enables access to resources in other networks. You can
By: submitted:Jun 15 2022
The Azure App Service Hybrid Connections enables access to resources in other networks. You can
learn more about this capability on the Hybrid Connections documentation. The following information describes how to use this capability to run PowerShell functions targeting an on-premises server. This server can then be used to manage all resources within the on-premises environment from an Azure PowerShell function.
By: submitted:Jun 15 2022
Measuring Reboot Time With PowerShell
(winsysblog.com)
From: Dan FranciscusIn enterprise environments, you will usually find an array of different Windows
By: submitted:Jun 15 2022
From: Dan FranciscusIn enterprise environments, you will usually find an array of different Windows
operating systems, hardware and of course software. Typically, machines are managed and configured with group policy and SCCM, or perhaps other more modern methods like Chef or Puppet. One of the symptoms of an unhealthy Windows computer is the amount of time it takes to boot up.
By: submitted:Jun 15 2022
Monitor Web Server Uptime with PowerShell
(4sysops.com)
There are many different tools to monitor whether a web server is running or not. However, if you
By: submitted:Jun 15 2022
There are many different tools to monitor whether a web server is running or not. However, if you
and/or your team know PowerShell and, perhaps, already have some PowerShell scripts to manage web services, using PowerShell to monitor uptime may be a good option.
By: submitted:Jun 15 2022
My Essential PowerShell Discovery Cmdlets
(mattbobke.com)
No matter how experience or inexperienced you are, going back and reviewing the basics is never a
By: submitted:Jun 15 2022
No matter how experience or inexperienced you are, going back and reviewing the basics is never a
bad idea.
By: submitted:Jun 15 2022
Network Performance Monitoring with iPerf and PowerShell
(4sysops.com)
Learn how to extend the functionality of the popular network performance measurement and tuning tool
By: submitted:Jun 15 2022
Learn how to extend the functionality of the popular network performance measurement and tuning tool
iPerf with the help of PowerShell.
By: submitted:Jun 15 2022
Normalizing Phone Numbers, Easier with Regex
(toastit.dev)
Need help normalizing the phone numbers in you Active Directory, or cleaning input data. Let Josh
By: submitted:Jun 15 2022
Need help normalizing the phone numbers in you Active Directory, or cleaning input data. Let Josh
show you how with a little PowerShell and RegEx.
By: submitted:Jun 15 2022
On Windows, PowerShell vs. Bash comparison gets interesting
(searchitoperations.techtarget.com)
A breaks down of the differences between Bash and PowerShell for Windows.
By: submitted:Jun 15 2022
A breaks down of the differences between Bash and PowerShell for Windows.
By: submitted:Jun 15 2022
OpenSSH Resources for Windows and PowerShell
(centinosystems.com)
A great list of resources for everything you need and want to know about using OpenSSH based
By: submitted:Jun 15 2022
A great list of resources for everything you need and want to know about using OpenSSH based
PowerShell Remoting
By: submitted:Jun 15 2022
Posting Notifications About Inactive Mailboxes to Teams
(office365itpros.com)
From: Tony RedmondRecently, I posted?a Petri.com article?to report the availability of some new
By: submitted:Jun 15 2022
From: Tony RedmondRecently, I posted?a Petri.com article?to report the availability of some new
properties in the?Export-MailboxDiagnosticLogs?cmdlet. The properties record different kinds of mailbox activity and I included a script to generate a report based on the properties. The output is a CSV file that can be opened in Excel or imported in Power BI. All is well.
By: submitted:Jun 15 2022
PowerShell 7 Preview 3
(devblogs.microsoft.com)
Cool read from the PowerShell team on the latest preview release
By: submitted:Jun 15 2022
Cool read from the PowerShell team on the latest preview release
By: submitted:Jun 15 2022
PowerShell 7 Road Map
(devblogs.microsoft.com)
Steve Lee the Principal Software Engineering Manager for the PowerShell Team at Microsoft, provides
By: submitted:Jun 15 2022
Steve Lee the Principal Software Engineering Manager for the PowerShell Team at Microsoft, provides
a road map of what to expect with PowerShell 7.0.
By: submitted:Jun 15 2022
PowerShell backup scripts: What are 3 essential best practices?
(searchdatabackup.techtarget.com)
There are some strong PowerShell scripts that can provide backup capabilities. It’s important,
By: submitted:Jun 15 2022
There are some strong PowerShell scripts that can provide backup capabilities. It’s important,
though, to be mindful of PowerShell’s quirks so you get the best data protection.
By: submitted:Jun 15 2022
PowerShell Basics: Are you using Get-ComputerInfo?
(techcommunity.microsoft.com)
Michael Bender from Microsoft shows how to use Get-ComputerInfo to obtain system and operating
By: submitted:Jun 15 2022
Michael Bender from Microsoft shows how to use Get-ComputerInfo to obtain system and operating
system properties.
By: submitted:Jun 15 2022
PowerShell Cheat Sheet
(ramblingcookiemonster.github.io)
A great little cheat sheet for some pretty common PowerShell commands.
By: submitted:Jun 15 2022
A great little cheat sheet for some pretty common PowerShell commands.
By: submitted:Jun 15 2022
PowerShell Data Types Cheat Sheet
(sid-500.com)
String, Char, DateTime, Bool, Array, Hashtable, PSObject, Void, Math, TimeSpan. This blog posts is
By: submitted:Jun 15 2022
String, Char, DateTime, Bool, Array, Hashtable, PSObject, Void, Math, TimeSpan. This blog posts is
all about PowerShell data types. What is a PowerShell data type? Data Types define what you can do with a PowerShell object. For example, a datetime object supports adding years, with a bool object you can figure out whether something is true or false.
By: submitted:Jun 15 2022
PowerShell ForEach-Object Parallel Feature
(devblogs.microsoft.com)
PowerShell 7.0 Preview 3 is now available with a new ForEach-Object
By: submitted:Jun 15 2022
PowerShell 7.0 Preview 3 is now available with a new ForEach-Object
Parallel Experimental feature. This feature is a great new tool for parallelizing work, but like any tool, it has its uses and drawbacks.
By: submitted:Jun 15 2022
PowerShell Module Authoring Considerations
(docs.microsoft.com)
A module manifest that does not use the following guidelines can have a noticeable impact on general
By: submitted:Jun 15 2022
A module manifest that does not use the following guidelines can have a noticeable impact on general
PowerShell performance even if the module is not used in a session.
By: submitted:Jun 15 2022
PowerShell Remoting from Linux to Windows
(blog.quickbreach.io)
A quick how to on Remoting from Linux to Windows using PowerShell core.
By: submitted:Jun 15 2022
A quick how to on Remoting from Linux to Windows using PowerShell core.
By: submitted:Jun 15 2022
PowerShell tricks: Splatting
(blog.destruktive.one)
Do you hate crazy long parameters? One of the number one tips I always give is use splatting. Never
By: submitted:Jun 15 2022
Do you hate crazy long parameters? One of the number one tips I always give is use splatting. Never
use back ticks. Roberth Strand has quick and easy to follow example on how you can start splatting too.
By: submitted:Jun 15 2022
PowerShell, Let's Get Started!
(yehudakatz.com)
Welcome first time PowerShell blogger Yehuda Katz, with a cold write up on interacting with the Open
By: submitted:Jun 15 2022
Welcome first time PowerShell blogger Yehuda Katz, with a cold write up on interacting with the Open
Movie Database API.
By: submitted:Jun 15 2022
Powershell: Building Micro Modules
(powershellexplained.com)
Kevin Marquette provides a quick and easy to follow guide on building your own little micro modules
By: submitted:Jun 15 2022
Kevin Marquette provides a quick and easy to follow guide on building your own little micro modules
that you can use over and over.How to Write Serverless PowerShell Code for AWS LambdaChris Wahl gives you everything you need to know to start moving to a serverless world with AWS Lambda.PowerShell Universal Dashboard – Getting Started with Universal DashboardLee Berg gives a great presentation on getting started with Universal Dashboard. Be sure to follow him on Twitch for more great content and livestreams.
By: submitted:Jun 15 2022
Powershell: Everything you wanted to know about $null
(powershellexplained.com)
The PowerShell?$null?often appears to be simple but it has a lot of nuances. Let?s take a close look
By: submitted:Jun 15 2022
The PowerShell?$null?often appears to be simple but it has a lot of nuances. Let?s take a close look
at?$null?so you know what happens when you unexpectedly run into a?$nullvalue.
By: submitted:Jun 15 2022
Provisioning Linux Virtual Machines Through PowerShell Commands
(c-sharpcorner.com)
This article helps you to learn the Azure Module PowerShell commands to provisioning the Linux
By: submitted:Jun 15 2022
This article helps you to learn the Azure Module PowerShell commands to provisioning the Linux
Virtual Machines.
By: submitted:Jun 15 2022
Puppet Bolt Examples – Run a PowerShell Script
(puppet.com)
Do you have a few PowerShell PS1 scripts lying around for repetitive work? Learn how you can quickly
By: submitted:Jun 15 2022
Do you have a few PowerShell PS1 scripts lying around for repetitive work? Learn how you can quickly
power up those scripts into PuppetBolt Tasks so you can easily automate and share to any Windows environment at scale.
By: submitted:Jun 15 2022
Quick Search Tips
(twitter.com)
Brandon Olin with a simple trick for quicker online searches from within PowerShell
By: submitted:Jun 15 2022
Brandon Olin with a simple trick for quicker online searches from within PowerShell
By: submitted:Jun 15 2022
Recursion in PowerShell
(dev.to)
Dealing with complex datasets may seem difficult in PowerShell. These datasets have unpredictable
By: submitted:Jun 15 2022
Dealing with complex datasets may seem difficult in PowerShell. These datasets have unpredictable
structures and can’t be parsed easily. This the case when you need to extract all the member of an Active Directory group where member can be users and also groups that contains user and groups ?. It’s also the case with data coming from web services and API.
By: submitted:Jun 15 2022
Restore Group Policy with PowerShell
(4sysops.com)
Check out Mike’s scripts he created for a restoring Group Policy from backups. It is a
By: submitted:Jun 15 2022
Check out Mike’s scripts he created for a restoring Group Policy from backups. It is a
companion tool to the Group Policy backup tool he shared earlier this year.
By: submitted:Jun 15 2022
Returning Data from PowerShell Scripts to be Consumed by Ansible Playbooks
(jonathanmedd.net)
Consider the scenario where you have an Ansible playbook which executes some PowerShell code via
By: submitted:Jun 15 2022
Consider the scenario where you have an Ansible playbook which executes some PowerShell code via
win_shell and you wish to consume the PowerShell output later on in the playbook. Well, you’re in luck because Jonathan can show you the quick and easy to way how.
By: submitted:Jun 15 2022
Say hello to the new Visual Studio terminal!
(devblogs.microsoft.com)
From: Dee WalshBuilding on the momentum from the recently announced?Developer PowerShell, we are
By: submitted:Jun 15 2022
From: Dee WalshBuilding on the momentum from the recently announced?Developer PowerShell, we are
excited to share the first preview of the new Visual Studio terminal. This new preview experience is part of Visual Studio version 16.3 Preview 3.
By: submitted:Jun 15 2022
SCCM Application Packager Script
(sccmf12twice.com)
Package Software While You Sleep Using the SCCM Application Packager Script
By: submitted:Jun 15 2022
Package Software While You Sleep Using the SCCM Application Packager Script
By: submitted:Jun 15 2022
SCCM Client Health Monitor Script – imab.dk
(imab.dk)
The SCCM Client Health Monitor Script is a Powershell script which fixes common issues related to
By: submitted:Jun 15 2022
The SCCM Client Health Monitor Script is a Powershell script which fixes common issues related to
SCCM client health.
By: submitted:Jun 15 2022
Scripting SQL Server objects with PsDbaTools ??? Beyond default options
(claudioessilva.eu)
Let Cl?udio show you some good tips and tricks to get the most out of PsDbaTools.
By: submitted:Jun 15 2022
Let Cl?udio show you some good tips and tricks to get the most out of PsDbaTools.
By: submitted:Jun 15 2022
Send Custom Notifications with Intune PowerShell SDK
(timmyit.com)
Last week Microsoft released a new feature in Intune where admins now can send custom notifications
By: submitted:Jun 15 2022
Last week Microsoft released a new feature in Intune where admins now can send custom notifications
to the Company Portal app to Android and iOS devices. If you?re like Timmy (and me) and don?t want to use the Intune Portal more than absoloutly necessary, there is also the option to send notifications using the Intune PowerShell SDK.
By: submitted:Jun 15 2022
Set Corporate Lock Screen Wallpaper with Intune for Non Windows 10 Enterprise or Windows 10 Education Machines
(thelazyadministrator.com)
Do you love corporate synergy, or just like things to look nice? Then check out Brad’s awesome
By: submitted:Jun 15 2022
Do you love corporate synergy, or just like things to look nice? Then check out Brad’s awesome
series on doing so with Intune.
By: submitted:Jun 15 2022
Setting up PoshBot for Microsoft Teams
(thelazyadministrator.com)
PoshBot is a chat bot written in PowerShell and created by DevBlackOps. ?It makes
By: submitted:Jun 15 2022
PoshBot is a chat bot written in PowerShell and created by DevBlackOps. ?It makes
extensive use of classes introduced in PowerShell 5.0. PowerShell modules are loaded into PoshBot and instantly become available as bot commands.
By: submitted:Jun 15 2022
Setup PowerShell SSH Remoting in PowerShell 6
(thomasmaurer.ch)
A great post from Thomas Maurer on using the built-in PowerShell Remoting over SSH for all your
By: submitted:Jun 15 2022
A great post from Thomas Maurer on using the built-in PowerShell Remoting over SSH for all your
remote management needs between Windows, Linux, and macOS.
By: submitted:Jun 15 2022
Simple method for adding notifications to scripted installations
(petervanderwoude.nl)
End user experience is everything, and Peter has a great write up on how you can add notifications
By: submitted:Jun 15 2022
End user experience is everything, and Peter has a great write up on how you can add notifications
to your end users during scripted installs. A must read for those using Intune or Chocolatey.
By: submitted:Jun 15 2022
Simple PowerShell Wrapper for the Intune Win32 Content Prep Tool
(jrudlin.github.io)
Super simple PowerShell script/wrapper for the IntuneWinAppUtil.exe content prep tool to speed up
By: submitted:Jun 15 2022
Super simple PowerShell script/wrapper for the IntuneWinAppUtil.exe content prep tool to speed up
your Intune packaging pipeline
By: submitted:Jun 15 2022
Step-by-Step Guide to Encrypt Azure Windows VM using BitLocker
(rebeladmin.com)
From: Dishan FrancisDisk encryption is a basic data protection method for physical & virtual
By: submitted:Jun 15 2022
From: Dishan FrancisDisk encryption is a basic data protection method for physical & virtual
hard disks. It falls under physical data security and it prevents data breaches from stolen hard disks (physical & virtual). If it is a Windows machine, we can simply use BitLocker for disk encryption. Also, there are other third-party vendors such as Thales e-Security which provides disk encryption solutions for organizations.
By: submitted:Jun 15 2022
Step-by-Step Guide: Manage Users using Azure Active Directory PowerShell for Graph module
(rebeladmin.com)
Check out Eugen’s great step-by-step guide for manage users using Azure Active Directory
By: submitted:Jun 15 2022
Check out Eugen’s great step-by-step guide for manage users using Azure Active Directory
PowerShell for Graph module. It provides you everything you need to know to get started, quickly and easily.
By: submitted:Jun 15 2022
Steps To Create Content Type Using Visual Studio And Powershell Programmatically
(c-sharpcorner.com)
In this article, you will learn about the steps to create Content Type using Visual Studio and
By: submitted:Jun 15 2022
In this article, you will learn about the steps to create Content Type using Visual Studio and
PowerShell programmatically for Online and On-Prem 2019.
By: submitted:Jun 15 2022
Stop and Start Azure VMs using an Office 365?Calendar
(msfreaks.wordpress.com)
Check out this awesome solution for Arjan to help you save time and money by using an Office 365
By: submitted:Jun 15 2022
Check out this awesome solution for Arjan to help you save time and money by using an Office 365
Calendar to control when your VMs should power on and off.
By: submitted:Jun 15 2022
Test Web Site Availability
(community.idera.com)
When a web site is unavailable, often the question is whether it?s you, or whether the web site is
By: submitted:Jun 15 2022
When a web site is unavailable, often the question is whether it?s you, or whether the web site is
generally down for everyone else, too. PowerShell can ask a web service to check web site availability for you. Here is a simple wrapper function.
By: submitted:Jun 15 2022
Testing ARM Templates
(4bes.nl)
In previous blog posts, I showed how you can test and deploy your ARM templates through Azure DevOps
By: submitted:Jun 16 2022
In previous blog posts, I showed how you can test and deploy your ARM templates through Azure DevOps
and GitHub Actions. I mentioned one way to test ARM templates in a pipeline there (the WhatIf module). But there are other options available. And how about testing locally? In this post we will look at different tools that can help you with testing ARM templates.
By: submitted:Jun 16 2022
Testing Self-contained Scripts With Pester
(jakubjares.com)
Check out Jakub Jares’s blogpost about testing self-contained scripts with Pester.
By: submitted:Jun 15 2022
Check out Jakub Jares’s blogpost about testing self-contained scripts with Pester.
By: submitted:Jun 15 2022
The Next Release of PowerShell ??? PowerShell 7
(devblogs.microsoft.com)
Steve Lee from Microsoft provides a great breakdown of what you can expect in the next version of
By: submitted:Jun 15 2022
Steve Lee from Microsoft provides a great breakdown of what you can expect in the next version of
PowerShell (PowerShell version 7).
By: submitted:Jun 15 2022
The PowerShell you know and love now with a side of Visual Studio
(devblogs.microsoft.com)
While we know that many of you enjoy, and rely on the Visual Studio Command Prompt, some of you told
By: submitted:Jun 15 2022
While we know that many of you enjoy, and rely on the Visual Studio Command Prompt, some of you told
us that you would prefer to have a PowerShell version of the tool. We are happy to share that in Visual Studio 2019 version 16.2, we added a new Developer PowerShell!
By: submitted:Jun 15 2022
TheShow Episode?1
(youtube.com)
PowerShell Program Manager Jason Helmick has new PowerShell video series, “TheShow”.
By: submitted:Jun 15 2022
PowerShell Program Manager Jason Helmick has new PowerShell video series, “TheShow”.
This is not your typical Getting Started with PowerShell type video series. This series is going to focus on the happenings and goings on around PowerShell and beyond.
By: submitted:Jun 15 2022
Tracking down bad password attempts with PowerShell
(theposhwolf.com)
Want to know where bad password attempts are coming from before they lock out an account in Active
By: submitted:Jun 15 2022
Want to know where bad password attempts are coming from before they lock out an account in Active
Directory? Check out Anthony Howell’s walkthrough of a PowerShell function to easily do just that.
By: submitted:Jun 15 2022
Troubleshooting Powershell and GraphAPI
(uc.lawedo.net)
Learn some additional troubleshooting skills for Powershell and GraphAPI with a little help of
By: submitted:Jun 15 2022
Learn some additional troubleshooting skills for Powershell and GraphAPI with a little help of
Fiddler .
By: submitted:Jun 15 2022
Understanding file encoding in VSCode and PowerShell
(docs.microsoft.com)
Interesting documentation about file encoding: PowerShell Microsoft
By: submitted:Jun 15 2022
Interesting documentation about file encoding: PowerShell Microsoft
By: submitted:Jun 15 2022
Understanding NewtonSoft in PowerShell
(stackoverflow.com)
A great primer on using JSON and NewtonSoft in PowerShell
By: submitted:Jun 15 2022
A great primer on using JSON and NewtonSoft in PowerShell
By: submitted:Jun 15 2022
Unit testing in PowerShell, introduction to Pester
(dev.to)
Great article by Olivier Miossec about getting started with unit testing in PowerShell with an
By: submitted:Jun 15 2022
Great article by Olivier Miossec about getting started with unit testing in PowerShell with an
introduction to Pester.
By: submitted:Jun 15 2022
Use Docker to run PowerShell in Azure Stack
(docs.microsoft.com)
Handy AzureStack tip: use Docker containers to install & run your PowerShell administration
By: submitted:Jun 15 2022
Handy AzureStack tip: use Docker containers to install & run your PowerShell administration
cmdlets.
By: submitted:Jun 15 2022
Use Hash Tables to Make Code Readable
(community.idera.com)
I will continue to advocate for this until my last breath.
By: submitted:Jun 15 2022
I will continue to advocate for this until my last breath.
By: submitted:Jun 15 2022
Use Intune Graph API export and import Intune ADMX templates
(scconfigmgr.com)
With the Intune ADMX template is now in public preview, let Zeng show you how to import and export
By: submitted:Jun 15 2022
With the Intune ADMX template is now in public preview, let Zeng show you how to import and export
them with PowerShell.
By: submitted:Jun 15 2022
Use PowerShell to change your Office ProPlus theme
(cloudappie.nl)
Switching back for Windows was made easy by Lumos, but I also use Office. So it made sense to try
By: submitted:Jun 15 2022
Switching back for Windows was made easy by Lumos, but I also use Office. So it made sense to try
and set the Office theme using PowerShell as well.
By: submitted:Jun 15 2022
Use PowerShell to Find the History of USB Flash Drive Usage
(blogs.technet.microsoft.com)
From: Jason WalkerMicrosoft premier field engineer, Jason Walker, shows how to use Windows
By: submitted:Jun 15 2022
From: Jason WalkerMicrosoft premier field engineer, Jason Walker, shows how to use Windows
PowerShell to get a history of USB drive usage.
By: submitted:Jun 15 2022
Using PowerShellGet with Azure Artifacts
(devblogs.microsoft.com)
Azure Artifacts is an Azure Dev Ops service which introduces the concept of multiple feeds that you
By: submitted:Jun 15 2022
Azure Artifacts is an Azure Dev Ops service which introduces the concept of multiple feeds that you
can use to organize and control access to your packages. In other words it is a place for storing and sharing packages with controlled access through Azure Dev Ops.
By: submitted:Jun 15 2022
VMworld Hackathon 2019
(invoke-automation.blog)
The team would focus on creating an automated process around the PowerCLI Examples repository in
By: submitted:Jun 15 2022
The team would focus on creating an automated process around the PowerCLI Examples repository in
GitHub. Some tasks would include:
By: submitted:Jun 15 2022
VS Code Automatic Dynamic PowerShell Help
(sqldbawithabeard.com)
In VS Code, simply type ## to autogenerate a PowerShell comment based help, even including params.
By: submitted:Jun 15 2022
In VS Code, simply type ## to autogenerate a PowerShell comment based help, even including params.
By: submitted:Jun 15 2022
VsCode-PowerShell Prompt to update PowerShell Version
(github.com)
Coming in the next version of the PowerShell extension for VSCode…a friendly dialog that helps
By: submitted:Jun 15 2022
Coming in the next version of the PowerShell extension for VSCode…a friendly dialog that helps
you stay up-to-date with PowerShell releases
By: submitted:Jun 15 2022
Want to Use Exchange Online in Azure Cloud PowerShell?
(techcommunity.microsoft.com)
Let Michael Bender show you how to access the Exchange Online module easily, and begin working with
By: submitted:Jun 15 2022
Let Michael Bender show you how to access the Exchange Online module easily, and begin working with
your Exchange Online resources in Azure Cloud Shell.
By: submitted:Jun 15 2022
What GPO changed in the last few days?
(twitter.com)
If you want to see if any GPOs have changed in the last few days (e.g. diagnosing new logon issues)
By: submitted:Jun 15 2022
If you want to see if any GPOs have changed in the last few days (e.g. diagnosing new logon issues)
check out the following command.
By: submitted:Jun 15 2022
Windows 10 VDI Optimization Script Primer
(techcommunity.microsoft.com)
Very useful PowerShell script that can be used to optimize Windows10 Enterprise, 1803, for use in a
By: submitted:Jun 15 2022
Very useful PowerShell script that can be used to optimize Windows10 Enterprise, 1803, for use in a
VDI environment.
By: submitted:Jun 15 2022
Windows Forms – working in PowerShell 7 Preview2
(tfl09.blogspot.com)
One long-anticipated feature of what is soon to be PowerShell 7 is the use of Windows Forms.
By: submitted:Jun 15 2022
One long-anticipated feature of what is soon to be PowerShell 7 is the use of Windows Forms.
Technically, it is the .NET Framework that provides for form handling, but with the latest Preview.2 of PowerShell 7, this is now possible!
By: submitted:Jun 15 2022
Windows Sandbox Editor Update
(systanddeploy.com)
Windows Sandbox Editor has been update to allow you to generate and edit Windows Sandboxes even
By: submitted:Jun 15 2022
Windows Sandbox Editor has been update to allow you to generate and edit Windows Sandboxes even
easier and quicker than before.
By: submitted:Jun 15 2022
Windows Terminal Preview v0.4 Release
(devblogs.microsoft.com)
The time has come for another update to the Windows Terminal! Windows Terminal Preview v0.4 is now
By: submitted:Jun 15 2022
The time has come for another update to the Windows Terminal! Windows Terminal Preview v0.4 is now
available in the Microsoft Store and on GitHub!
By: submitted:Jun 15 2022
Windows Version Report from Active Directory
(itlumberjack.com)
Brad created this awesome script that will search your AD and give you a break down of every version
By: submitted:Jun 15 2022
Brad created this awesome script that will search your AD and give you a break down of every version
of Windows in your domain. It will also break down the versions of Windows 10.
By: submitted:Jun 15 2022
Working with Passwords in PowerShell
(blog.it-koehler.com)
Alexander has released a great new article series about simple password encryption in powershell
By: submitted:Jun 15 2022
Alexander has released a great new article series about simple password encryption in powershell
scripts.
By: submitted:Jun 15 2022
Your Guide to Updating to PowerShell 7
(adamtheautomator.com)
From: Bryce McDonaldWhen PowerShell 6 was released, it was to bring a basic version of PowerShell to
By: submitted:Jun 15 2022
From: Bryce McDonaldWhen PowerShell 6 was released, it was to bring a basic version of PowerShell to
all platforms (PowerShell Core). With PowerShell 7 (which is the latest PowerShell version as of this writing), we’re now looking for all platforms to be equal in the PowerShell they can deliver (both Windows PowerShell and PowerShell Core).
By: submitted:Jun 15 2022
Projects, Scripts, and Modules
Active-Directory-CheckList
(github.com)
A repo for documents containing curated list of health and (in the future security) checks to be run
By: submitted:Jun 15 2022
A repo for documents containing curated list of health and (in the future security) checks to be run
against a Windows Active-Directory domain.
By: submitted:Jun 15 2022
AWS Tools for PowerShell
(github.com)
The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the
By: submitted:Jun 15 2022
The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the
PowerShell scripting environment. This repository is meant to be used as a way to collect feedback from users of the AWS Tools for PowerShell modules. You are invited to create GitHub issues to report bugs or make feature requests.
By: submitted:Jun 15 2022
AzFuncTFRegistry
(github.com)
An Azure Function App written in PowerShell to host a Terraform Registry
By: submitted:Jun 15 2022
An Azure Function App written in PowerShell to host a Terraform Registry
By: submitted:Jun 15 2022
Azure PowerShell module v2.3.2
(github.com)
The Azure PowerShell module v2.3.2 is now available on the PowerShell gallery. Quite a lot of
By: submitted:Jun 15 2022
The Azure PowerShell module v2.3.2 is now available on the PowerShell gallery. Quite a lot of
updates in the Network and EventGrid modules, read more: s://t.co/Jxv01aCglT
By: submitted:Jun 15 2022
Azure Subscription Chooser PowerShell Script
(developerschallenges.com)
For those of us that switch between multiple Azure subscriptions all day, this is a life saver.
By: submitted:Jun 15 2022
For those of us that switch between multiple Azure subscriptions all day, this is a life saver.
By: submitted:Jun 15 2022
AzureAutomationFormGenerator
(github.com)
Azure Automation Form Generator is already helping tons of people to quickly publish and expose
By: submitted:Jun 15 2022
Azure Automation Form Generator is already helping tons of people to quickly publish and expose
their powershell automation to their teams. And it’s free!
By: submitted:Jun 15 2022
Build a PowerShell systray tool with sub menus
(systanddeploy.com)
From: Damien Van RobaeysIn this post I will demonstrate how to build a tool that displays context
By: submitted:Jun 15 2022
From: Damien Van RobaeysIn this post I will demonstrate how to build a tool that displays context
menu and sub menus in the systray bar.
By: submitted:Jun 15 2022
Centreon-Powershell-Module
(github.com)
Manage Centreon easily from PowerShell
By: submitted:Jun 15 2022
Manage Centreon easily from PowerShell
By: submitted:Jun 15 2022
Demo the Scope Pyramid for Functions in Modules
(gist.github.com)
Friedrich put together a great little POC to show how the scopes in PowerShell work. Specifically
By: submitted:Jun 15 2022
Friedrich put together a great little POC to show how the scopes in PowerShell work. Specifically
around how modules see things.
By: submitted:Jun 15 2022
Exchange v15 Unattended Setup
(eightwone.com)
From: Michel de Rooij?m pleased to announce the availability of Install-Exchange15.ps1, a PowerShell
By: submitted:Jun 15 2022
From: Michel de Rooij?m pleased to announce the availability of Install-Exchange15.ps1, a PowerShell
script to perform a fully automated unattended setup of Exchange Server 2013, Exchange Server 2016 or Exchange Server 2019 (Desktop and Core) is supported).
By: submitted:Jun 15 2022
forgetMeMethod_Intune
(github.com)
Michael created a new “integrated” method of getting Intune to re-run PowerShell scripts
By: submitted:Jun 15 2022
Michael created a new “integrated” method of getting Intune to re-run PowerShell scripts
repeatedly.
By: submitted:Jun 15 2022
Get-ApplicationRegistryKey
(powershellgallery.com)
Returns strings from well known Registry keys that define a Windows application. Used to assist in
By: submitted:Jun 15 2022
Returns strings from well known Registry keys that define a Windows application. Used to assist in
defining an FSLogix App Masking rule set.
By: submitted:Jun 15 2022
Get-AzServiceStatus
(gist.github.com)
Tim Warner wrote a great little script to quickly retrieve global Azure service messages with no
By: submitted:Jun 15 2022
Tim Warner wrote a great little script to quickly retrieve global Azure service messages with no
authentication necessary.
By: submitted:Jun 15 2022
GPOTools – Group Policy Migration tool just released
(github.com)
The GPOTools module is designed to handle all things GPO. As a special focus, it tries to manage
By: submitted:Jun 15 2022
The GPOTools module is designed to handle all things GPO. As a special focus, it tries to manage
migrations, backup & restore.
By: submitted:Jun 15 2022
Hello, AzSentinel!
(twitter.com)
Here is the AzSentinel PowerShell module for managing Azure Sentinel
By: submitted:Jun 15 2022
Here is the AzSentinel PowerShell module for managing Azure Sentinel
By: submitted:Jun 15 2022
Installing Send-RDMessage permanently on RDServers
(blog.it-koehler.com)
From: Alexander KoehlerYou may read my article handeling remote desktop messaging for all connected
By: submitted:Jun 15 2022
From: Alexander KoehlerYou may read my article handeling remote desktop messaging for all connected
users. So here is my first module for Remotedesktop Messaging. If you liked it you may also want to have this cmdlet permanently on your rdserver for notifying your users every time there is a problem or maintenance. I?ve converted the PS Script into a module so that it is much easier to import and use it. In this article I ?ll describe how to install it.
By: submitted:Jun 15 2022
Introducing the Azure File Sync DSC resource module
(powershell.no)
The Azure File Sync DSC resource module contains a couple of DSC resources, which can provide
By: submitted:Jun 15 2022
The Azure File Sync DSC resource module contains a couple of DSC resources, which can provide
declarative automation of some of the tasks required to install and configure the Azure File Sync agent on Windows Server.
By: submitted:Jun 15 2022
Invoke-CommandAs v3.1.5 Released
(powershellgallery.com)
Invoke Command As System/Interactive/GMSA/User on remote machine and returns PSObjects! Tons of bugs
By: submitted:Jun 15 2022
Invoke Command As System/Interactive/GMSA/User on remote machine and returns PSObjects! Tons of bugs
fixed!
By: submitted:Jun 15 2022
Invoke-Perfmon : Performance Metrics Monitoring in PowerShell Console Graphs
(github.com)
You can use this function to Generate ASCII Graphs in PowerShell using ‘Graphical’
By: submitted:Jun 15 2022
You can use this function to Generate ASCII Graphs in PowerShell using ‘Graphical’
Module to display performance metrics.
By: submitted:Jun 15 2022
kbupdate
(github.com)
Download and view updates from the Microsoft Catalog from PowerShell
By: submitted:Jun 15 2022
Download and view updates from the Microsoft Catalog from PowerShell
By: submitted:Jun 15 2022
Kill Elevated Processes.ps1
(github.com)
Inspired by a tweet Guy has written a PowerShell script which will check existing & newly
By: submitted:Jun 15 2022
Inspired by a tweet Guy has written a PowerShell script which will check existing & newly
launched processes & if a browser (configurable) & is elevated then it will be terminated & written to the event log. Script itself must be run elevated, obviously.
By: submitted:Jun 15 2022
MicrosoftTeams 1.0.0
(powershellgallery.com)
A PowerShell module for MicrosoftTeams is now available!
By: submitted:Jun 15 2022
A PowerShell module for MicrosoftTeams is now available!
By: submitted:Jun 15 2022
Migrate Azure PowerShell from AzureRM to Az
(docs.microsoft.com)
The Az module has feature parity with AzureRM, but uses shorter and more consistent cmdlet names.
By: submitted:Jun 15 2022
The Az module has feature parity with AzureRM, but uses shorter and more consistent cmdlet names.
Scripts written for the AzureRM cmdlets won’t automatically work with the new module. To make the transition easier, Az offers tools to allow you to run your existing scripts using AzureRM. No migration to a new command set is ever convenient, but this article will help you get started on transitioning to the new module.
By: submitted:Jun 15 2022
MSI Template Powershell
(alexandrumarin.com)
From: Alex Radu MarinDo you need to add over and over again the same properties or summary
By: submitted:Jun 15 2022
From: Alex Radu MarinDo you need to add over and over again the same properties or summary
information in your MSI/MSTs? I?ve developed a Powershell script in which you can configure a template (properties and summary information) and apply it to MSIs, already done MSTs or you can create an MST with this script.
By: submitted:Jun 15 2022
New Release: PowerCLI 11.4.0
(blogs.vmware.com)
A special pre-VMworld release: PowerCLI 11.4.0 is out and available on the PowerShell Gallery! Get
By: submitted:Jun 15 2022
A special pre-VMworld release: PowerCLI 11.4.0 is out and available on the PowerShell Gallery! Get
the latest updates to the modules for Horizon, vSAN, and HCX.
By: submitted:Jun 15 2022
New SharePoint CSOM version released for SharePoint Online
(developer.microsoft.com)
A new version of the SharePoint Online Management Shell (16.0.8924.1200) now available from
By: submitted:Jun 15 2022
A new version of the SharePoint Online Management Shell (16.0.8924.1200) now available from
PowerShell Gallery. List of new cmdlets included in the CSOM update.
By: submitted:Jun 15 2022
Now available: PowerShell cmdlets for Azure Monitor metric and log alerts
(azure.microsoft.com)
Now available: PowerShell cmdlets for AzureMonitor metric and log alerts from the Azure updates team
By: submitted:Jun 15 2022
Now available: PowerShell cmdlets for AzureMonitor metric and log alerts from the Azure updates team
By: submitted:Jun 15 2022
Out-GridView Returns
(devblogs.microsoft.com)
It?s been almost 3 years since PowerShell Core debuted for Linux and Mac, and as we?ve increased our
By: submitted:Jun 15 2022
It?s been almost 3 years since PowerShell Core debuted for Linux and Mac, and as we?ve increased our
cmdlet coverage more and more, one cmdlet has always stood out as a top, cross-platform request. Today, we are excited to announce that?Out-GridView?is debuting on all Core-supported platforms through the?GraphicalTools Module.
By: submitted:Jun 15 2022
POSHGUI
(poshgui.com)
Need to create a form with PowerShell ? Here’s a great FREE solution!
By: submitted:Jun 15 2022
Need to create a form with PowerShell ? Here’s a great FREE solution!
By: submitted:Jun 15 2022
PowerShell Import-Excel
(github.com)
This PowerShell Module allows you to read and write Excel files without installing Microsoft Excel
By: submitted:Jun 15 2022
This PowerShell Module allows you to read and write Excel files without installing Microsoft Excel
on your system. No need to bother with the cumbersome Excel COM-object. Creating Tables, Pivot Tables, Charts and much more has just become a lot easier. It has recently been updated to run much faster.
By: submitted:Jun 15 2022
PowerShell Module For JSON Schema Validation
(blog.tyang.org)
Check out Tao?s new module to perform Pester tests for JSON schema validation. It is built on
By: submitted:Jun 15 2022
Check out Tao?s new module to perform Pester tests for JSON schema validation. It is built on
PowerShell Core v6 so there is no longer a need to use the JSON.Net libraries.
By: submitted:Jun 15 2022
PowerShell PKI Module – PKI Solutions Inc.
(pkisolutions.com)
This module is intended to simplify various PKI and Active Directory Certificate Services management
By: submitted:Jun 15 2022
This module is intended to simplify various PKI and Active Directory Certificate Services management
tasks by using automation with Windows PowerShell. The module provides features and capabilities for managing and configuring Certification Authorities
By: submitted:Jun 15 2022
PowerShell Stack Overflow Search
(marketplace.visualstudio.com)
Let’s you search Stack Overflow by pressing ctrl+shift+f1. It will search for entries tagged
By: submitted:Jun 15 2022
Let’s you search Stack Overflow by pressing ctrl+shift+f1. It will search for entries tagged
with PowerShell and the selected text.
By: submitted:Jun 15 2022
PowerShell Tools for Visual Studio ??? Version 4.4.0 Release Notes
(ironmansoftware.com)
With PowerShell Pro Tools in Visual Studio Code you can now view your installed modules and upgrade
By: submitted:Jun 15 2022
With PowerShell Pro Tools in Visual Studio Code you can now view your installed modules and upgrade
the ones that are out of date.
By: submitted:Jun 15 2022
PowerShell Universal Dashboard ??? 2.4 Released
(ironmansoftware.com)
Cross-platform module for developing websites and REST APIs.
By: submitted:Jun 15 2022
Cross-platform module for developing websites and REST APIs.
By: submitted:Jun 15 2022
PowerShell-Lumos
(github.com)
A PowerShell module to automate switching between Dark and Light themes in latest Win10. Use
By: submitted:Jun 15 2022
A PowerShell module to automate switching between Dark and Light themes in latest Win10. Use
Register-LumosScheduledTask cmdlet to automate Light/Dark switch on Sunrise/Sunset based on your locale.
By: submitted:Jun 15 2022
Preview Release of the new AWS Tools for PowerShell
(aws.amazon.com)
Exciting times for our AWS PowerShell experience. We have released a preview of our new modularized
By: submitted:Jun 15 2022
Exciting times for our AWS PowerShell experience. We have released a preview of our new modularized
PowerShell modules. Checkout out the blog post for more information.
By: submitted:Jun 15 2022
PSPublicAPI
(powershellmagazine.com)
PSPublicAPI – PowerShell Module For Listing Free APIs For Use in Software and Web Development
By: submitted:Jun 15 2022
PSPublicAPI – PowerShell Module For Listing Free APIs For Use in Software and Web Development
By: submitted:Jun 15 2022
RobocopyPS
(powershellgallery.com)
All the greatness of Robocopy, now in PowerShell form.
By: submitted:Jun 15 2022
All the greatness of Robocopy, now in PowerShell form.
By: submitted:Jun 15 2022
SCCM Application Packager
(github.com)
This Application is a PowerShell Script that can be used to create applications in SCCM, it takes
By: submitted:Jun 15 2022
This Application is a PowerShell Script that can be used to create applications in SCCM, it takes
care of downloading, packaging, distributing and deploying the applications described in XML “recipe” files. The goal is to be able to package any frequently updating application with little to no work after creating the recipes.
By: submitted:Jun 15 2022
Script to Create an Overview and Full Report of all Group Objects in a Domain
(jhouseconsulting.com)
Another classic from the archives. Jeremy’s awesome script for creating a report on all group
By: submitted:Jun 15 2022
Another classic from the archives. Jeremy’s awesome script for creating a report on all group
objects in AD.
By: submitted:Jun 15 2022
Set-CMDistributionPointMaintenanceMode
(sccmf12twice.com)
ConfigMgr 1902 added DP Maintenance Mode. The PowerShell cmdlet isn’t here for this yet, so
By: submitted:Jun 15 2022
ConfigMgr 1902 added DP Maintenance Mode. The PowerShell cmdlet isn’t here for this yet, so
Cody wrote a function to do it! Just need to trigger the WMI Method.
By: submitted:Jun 15 2022
TechSnips SnipScripts Repo
(github.com)
A huge collection of scripts provided by TechSnips contributors. There is a ton of great stuff in
By: submitted:Jun 15 2022
A huge collection of scripts provided by TechSnips contributors. There is a ton of great stuff in
here.
By: submitted:Jun 15 2022
WindowsFirewallRuleset – Windows Firewall Ruleset Powershell Scripts
(kitploit.com)
A great collection of PowerShell scripts for working with Windows firewall rules.
By: submitted:Jun 15 2022
A great collection of PowerShell scripts for working with Windows firewall rules.
By: submitted:Jun 15 2022
Books, Media, and Learning Resources
11 Best PowerShell Courses
(blog.coursesity.com)
The best Powershell online courses & Tutorials to Learn Powershell for beginners to advanced level.
By: submitted:Jun 15 2022
The best Powershell online courses & Tutorials to Learn Powershell for beginners to advanced level.
By: submitted:Jun 15 2022
15 Best New PowerShell Books To Read In 2019
(bookauthority.org)
BookAuthority’s list of must read PowerShell books for 2019.
By: submitted:Jun 15 2022
BookAuthority’s list of must read PowerShell books for 2019.
By: submitted:Jun 15 2022
Automate the Boring Stuff with PowerShell
(amazon.com)
Learn to use PowerShell, Microsoft’s scripting language, to automate real-world tasks that IT
By: submitted:Jun 15 2022
Learn to use PowerShell, Microsoft’s scripting language, to automate real-world tasks that IT
professionals and system administrators deal with every day.
By: submitted:Jun 15 2022
Azure PowerShell Two-Day Deep Dive Virtual Workshop
(cloudskills.io)
Mike Pfeiffer, Jeff Hicks, Tim Warner, and Adam Bertram are running an Azure PowerShell Virtual Deep
By: submitted:Jun 15 2022
Mike Pfeiffer, Jeff Hicks, Tim Warner, and Adam Bertram are running an Azure PowerShell Virtual Deep
Dive Workshop starting August 20th. Come hang out with them, learn something new, and get your questions answered!
By: submitted:Jun 15 2022
Bolt Hands-on Lab
(bolt.guide)
This repository contains a step-by-step introduction to Bolt and to the Bolt Tasks
By: submitted:Jun 15 2022
This repository contains a step-by-step introduction to Bolt and to the Bolt Tasks
ecosystem. It?s designed to be followed in order, with each exercise introducing the basic concepts. If you complete all of the exercises you should be well on your way to understanding how you can use Bolt and Bolt Tasks to help manage your infrastructure.
By: submitted:Jun 15 2022
ChatOps the Easy Way
(leanpub.com)
An in-depth guide to implementing ChatOps using PoshBot by the creator of the framework, Brandon
By: submitted:Jun 15 2022
An in-depth guide to implementing ChatOps using PoshBot by the creator of the framework, Brandon
Olin.
By: submitted:Jun 15 2022
E?v?e?r?y?t?h?i?n?g Things You Want to Know About PowerShell, But Are Too Afraid To Ask
(youtube.com)
A great webcast covering a bunch of different PowerShell topics. Everyone from the novice to expert
By: submitted:Jun 15 2022
A great webcast covering a bunch of different PowerShell topics. Everyone from the novice to expert
can learn something from this video.
By: submitted:Jun 15 2022
Essential PowerShell Resources by The Lonely Administrator
(jdhitsolutions.com)
New to PowerShell? Take a look at Jeff’s Essential Resources for beginners.
By: submitted:Jun 15 2022
New to PowerShell? Take a look at Jeff’s Essential Resources for beginners.
By: submitted:Jun 15 2022
HypervLAB
(hypervlab.co.uk)
HypervLAB is a great blog and resource for all things Microsoft and PowerShell. Simon has a ton of
By: submitted:Jun 15 2022
HypervLAB is a great blog and resource for all things Microsoft and PowerShell. Simon has a ton of
great content and easy to follow tuturials.
By: submitted:Jun 15 2022
Learn dbatools in a Month of Lunches
(manning.com)
An effective DBA is an efficient DBA. And if you work with SQL Server, dbatools is a lifesaver. With
By: submitted:Jun 15 2022
An effective DBA is an efficient DBA. And if you work with SQL Server, dbatools is a lifesaver. With
over 500 commands, this free and open source PowerShell module has the horsepower to automate just about every task you can imagine?and then some! Written by dbatools creator Chrissy LeMaire and dbatools advocate Rob Sewell, Learn dbatools in a Month of Lunches teaches you techniques that will make you more effective?and efficient?than you ever thought possible.
By: submitted:Jun 15 2022
Learn PowerShell concepts using Pester!
(youtube.com)
Learn how you can use Pester with the help of PSKoans.
By: submitted:Jun 15 2022
Learn how you can use Pester with the help of PSKoans.
By: submitted:Jun 15 2022
Learn PowerShell Video & Blog Series
(techthoughts.info)
Learn PowerShell in this operationally focused blog and video series. This PowerShell training
By: submitted:Jun 15 2022
Learn PowerShell in this operationally focused blog and video series. This PowerShell training
series is designed to get you ramped up and using PowerShell quickly. Learn how to use PowerShell quickly via your preferred format. If you prefer reading based training, a blog post is available for each PowerShell topic. If you prefer video format, there is a corresponding training video for each PowerShell lesson.
By: submitted:Jun 15 2022
Learn Windows PowerShell in a Month of Lunches
(manning.com)
Struggling to learn PowerShell? It only takes a month of lunches or less if you eat quickly!
By: submitted:Jun 15 2022
Struggling to learn PowerShell? It only takes a month of lunches or less if you eat quickly!
By: submitted:Jun 15 2022
Microsoft 365 internals explained | Microsoft Graph, substrate, and PowerShell with Jeffrey Snover
(youtube.com)
See the benefits and explanation for AI-infused capabilities in Office. We'll show you the Microsoft
By: submitted:Jun 15 2022
See the benefits and explanation for AI-infused capabilities in Office. We'll show you the Microsoft
Graph and the Graph Explorer, everyday AI in office.com, PowerPoint and the upcoming Project Cortex. Plus, you'll see how all of this can be put into practice using PowerShell scripting together with the Microsoft Graph.
By: submitted:Jun 15 2022
Microsoft Quantum Development Kit
(youtu.be)
Take a step into the future with the now Open-Source Microsoft Quantum Dev Kit. Now with an
By: submitted:Jun 15 2022
Take a step into the future with the now Open-Source Microsoft Quantum Dev Kit. Now with an
install-free option, Jupyter Notebooks, Kata hands-on training, VisualStudio 2019 and VSCode integration – even my favorite PowerShell!
By: submitted:Jun 15 2022
MSIX Labs and Training Videos
(techcommunity.microsoft.com)
A whole lot of how-tos for MSIX: check out new labs + videos to get started with the MSIX packaging
By: submitted:Jun 15 2022
A whole lot of how-tos for MSIX: check out new labs + videos to get started with the MSIX packaging
tool, managing packages with PowerShell, and much more. Create an MSIX package for any Windows app – old or new.
By: submitted:Jun 15 2022
MVA: Getting Started with Microsoft PowerShell
(channel9.msdn.com)
Learn the basics of PowerShell, from the man who created it, in just six hours. Jeffrey
By: submitted:Jun 15 2022
Learn the basics of PowerShell, from the man who created it, in just six hours. Jeffrey
Snover’s very popular MVA: Getting Started with Microsoft PowerShell is now available on CH9
By: submitted:Jun 15 2022
PowerScripting Podcast
(feeds.feedburner.com)
With over 300 eipsode already published, you’re bound to find tons of useful information here.
By: submitted:Jun 15 2022
With over 300 eipsode already published, you’re bound to find tons of useful information here.
By: submitted:Jun 15 2022
PowerShell and Python Together
(apress.com)
You will learn how to join PowerShell’s robust set of commands and access to the internals of
By: submitted:Jun 15 2022
You will learn how to join PowerShell’s robust set of commands and access to the internals of
both the MS Windows desktop and enterprise devices and Python’s rich scripting environment allowing for the rapid development of new tools for investigation, automation, and deep analysis.
By: submitted:Jun 15 2022
PowerShell for O365
(skillmeup.com)
In this course Liam will educate you on the details you need to know to be able to start writing
By: submitted:Jun 15 2022
In this course Liam will educate you on the details you need to know to be able to start writing
PowerShell for Office 365.
By: submitted:Jun 15 2022
Powershell: Ways to use Regex
(youtube.com)
The use of regular expressions is a valuable resource that can be used to create strings or patterns
By: submitted:Jun 15 2022
The use of regular expressions is a valuable resource that can be used to create strings or patterns
to identify chars or chains of text by including them into the scripts. There are basic examples where the regex are applied like in the credit cards or maybe in power ingestors, that are used to search through emails. The application of these regular expressions reaches several levels within the operating system while using them in PowerShell, allowing the users to set instructions to interact with almost any section of the software.
By: submitted:Jun 15 2022
Practical PowerShell: Exchange Server 2016 Second Edition
(leanpub.com)
Managing Exchange and have some PowerShell experience? Want to use PowerShell more and unsure how to
By: submitted:Jun 15 2022
Managing Exchange and have some PowerShell experience? Want to use PowerShell more and unsure how to
approach it? Then this is the book for you. Created by two experienced Microsoft Exchange (now Office and Apps) MVPs just for you.
By: submitted:Jun 15 2022
PSKoans
(powershellgallery.com)
A module designed to provide a crash-course introduction to PowerShell with programming koans.
By: submitted:Jun 15 2022
A module designed to provide a crash-course introduction to PowerShell with programming koans.
By: submitted:Jun 15 2022
pwshop: A PowerShell 101 Workshop
(leanpub.com)
Check out Michael’s a fairly inexpensive 101 course that includes practical exercises to helps
By: submitted:Jun 15 2022
Check out Michael’s a fairly inexpensive 101 course that includes practical exercises to helps
you go from blinking cursor to knowing how to use PowerShell well enough to get your day jobs done!
By: submitted:Jun 15 2022
Serverless automation using PowerShell in Azure Functions
(azure.microsoft.com)
Eamon O’Reilly joins Scott Hanselman to show how PowerShell in Azure Functions makes it
By: submitted:Jun 15 2022
Eamon O’Reilly joins Scott Hanselman to show how PowerShell in Azure Functions makes it
possible for you to automate operational tasks and take advantage of the native Azure integration to deliver and maintain services.
By: submitted:Jun 15 2022
Shell of an Idea – The Untold History of PowerShell
(leanpub.com)
Introduced in 2006, Microsoft's PowerShell made an immediate, positive impact on its server products
By: submitted:Jun 15 2022
Introduced in 2006, Microsoft's PowerShell made an immediate, positive impact on its server products
and in the lives of the people who administer them. The world's first object-oriented shell, the first designed-from-scratch shell for the Windows operating system, and now a cross-platform management shell, PowerShell's technical achievement is significant. It's easy to look at where PowerShell is today, and not realize or remember the long and sometimes-difficult road it took to get there.
By: submitted:Jun 15 2022
Testing, Testing, 1…2…3: Using Pester for Infrastructure Validation
(youtu.be)
This talk will show how to use Pester, the pervasive testing framework for PowerShell, for
By: submitted:Jun 15 2022
This talk will show how to use Pester, the pervasive testing framework for PowerShell, for
validating that your infrastructure is operating how you expect.
By: submitted:Jun 15 2022
The Azure Superpowers Workshop
(github.com)
If you are interested in doing some Azure DevOps training/workshops check out this repo. It focusses
By: submitted:Jun 15 2022
If you are interested in doing some Azure DevOps training/workshops check out this repo. It focusses
on the prerequisite skills and technologies needed to succeed with Azure DevOps as the preferred method for deploying applications into Azure, and is all self-paced.
By: submitted:Jun 15 2022
The DSC Book
(manning.com)
The DSC Book teaches you everything you need to know to implement DSC today! You?ll learn DSC?s
By: submitted:Jun 15 2022
The DSC Book teaches you everything you need to know to implement DSC today! You?ll learn DSC?s
basic architecture, how to write configurations, and how to author your own DSC resources.
By: submitted:Jun 15 2022
The Pester Book
(leanpub.com)
The first major update to the PesterBook in two years out today. Most, if not all, the newest Pester
By: submitted:Jun 15 2022
The first major update to the PesterBook in two years out today. Most, if not all, the newest Pester
goodness is now in it along with a ton of reorganization and editing! Enjoy! Free update to existing buyers.
By: submitted:Jun 15 2022
The PowerShell Conference Book: Volume 2: Now Available in Print
(amazon.com)
Forty subject matter experts have teamed up to bring you the ultimate collection of PowerShell
By: submitted:Jun 15 2022
Forty subject matter experts have teamed up to bring you the ultimate collection of PowerShell
topics that are designed to be like a conference in a book. This book not only delivers top-notch content that rivals any book on the market, but all royalties are donated to the OnRamp scholarship program which bootstraps others into the industry.
By: submitted:Jun 15 2022
Top 51 PowerShell Examples You Should Learn
(sharepointsky.com)
This PowerShell tutorial explains What is Windows PowerShell? What are various tools we can use to
By: submitted:Jun 15 2022
This PowerShell tutorial explains What is Windows PowerShell? What are various tools we can use to
write PowerShell script, What are the advantages of using Windows PowerShell? And also this tutorial contains 51 top useful PowerShell examples with scripts.
By: submitted:Jun 15 2022
VMware vSphere PowerCLI Reference
(amazon.com)
VMware vSphere PowerCLI Reference was recently named one of the best VMware books of all time by
By: submitted:Jun 15 2022
VMware vSphere PowerCLI Reference was recently named one of the best VMware books of all time by
bookauthority.org.
By: submitted:Jun 15 2022
Fun
A PowerShell Cross-Platform Challenge – Iron Scripter
(ironscripter.us)
New from the IronScripter Chaiman: A PowerShell Cross-Platform Challenge
By: submitted:Jun 15 2022
New from the IronScripter Chaiman: A PowerShell Cross-Platform Challenge
By: submitted:Jun 15 2022
A PowerShell Scripting Challenge for Everyone
(ironscripter.us)
Check out the latest challenge from the Iron Scripter
By: submitted:Jun 15 2022
Check out the latest challenge from the Iron Scripter
By: submitted:Jun 15 2022
ConvertTo-SpongeBob
(github.com)
BeCaUsE wHo DoEsN't NeEd ThIs In ThEiR lIfE
By: submitted:Jun 15 2022
BeCaUsE wHo DoEsN't NeEd ThIs In ThEiR lIfE
By: submitted:Jun 15 2022
Customizing the Title Bar of your PowerShell Console Window
(sid-500.com)
If you use PowerShell often, a title bar of your own will make a powerful impression. Let Patrick
By: submitted:Jun 15 2022
If you use PowerShell often, a title bar of your own will make a powerful impression. Let Patrick
show you how it is done.
By: submitted:Jun 15 2022
EnphasePS
(github.com)
A quick script for querying Enphase solar panel controllers via your local network and quickly
By: submitted:Jun 15 2022
A quick script for querying Enphase solar panel controllers via your local network and quickly
getting Production, Consumption, and Net Usage information.
By: submitted:Jun 15 2022
Enter-BSOD
(reddit.com)
PS-script to prank your friends into a fake 'Blue Screen of Death'
By: submitted:Jun 15 2022
PS-script to prank your friends into a fake 'Blue Screen of Death'
By: submitted:Jun 15 2022
Get GoT Schedule with PowerShell
(twitter.com)
Are you a Game of Thrones fan, and do you want to see the schedule for the upcoming season?
By: submitted:Jun 15 2022
Are you a Game of Thrones fan, and do you want to see the schedule for the upcoming season?
By: submitted:Jun 15 2022
Invoke-Lollercoaster
(github.com)
Cause some times you need to ride a rollercoaster.
By: submitted:Jun 15 2022
Cause some times you need to ride a rollercoaster.
By: submitted:Jun 15 2022
Iron Scripter – Whose Code Will Reign Supreme?
(ironscripter.us)
Don’t forget to keep an eye on for an ongoing series of PowerShell challenges. Beginner tests
By: submitted:Jun 15 2022
Don’t forget to keep an eye on for an ongoing series of PowerShell challenges. Beginner tests
coming soon.
By: submitted:Jun 15 2022
New Year, New Scripts: What are your 2020 best practices and aspirations? : PowerShell
(reddit.com)
A fun thread about people's New Years Resolutions for PowerShell.
By: submitted:Jun 15 2022
A fun thread about people's New Years Resolutions for PowerShell.
By: submitted:Jun 15 2022
Parenting Through PowerShell
(reddit.com)
My 8 year old decided to pretend to be sick so he would get sent home from school the other day. So
By: submitted:Jun 15 2022
My 8 year old decided to pretend to be sick so he would get sent home from school the other day. So
after we finished all the work the teach gave us, I decided to make him some extra work. Since they are learning double digit addition I wrote a quick script that will generate a page with 25 problems on it. I kept printing him off new sheets until the end of the regular school day. I posted the script to r/PowerShell if others had done something similar, and it turned into a pretty fun post.
By: submitted:Jun 15 2022
PoShFuck
(github.com)
When you type a command incorrectly, don’t say ‘fuck’, type it!
By: submitted:Jun 15 2022
When you type a command incorrectly, don’t say ‘fuck’, type it!
By: submitted:Jun 15 2022
PowerShell Based Jeopardy Buzzers
(reddit.com)
We're hosting a 90's theme party on Saturday, and I absolutely loathe the plastic buzzers included
By: submitted:Jun 15 2022
We're hosting a 90's theme party on Saturday, and I absolutely loathe the plastic buzzers included
with the Jeopardy "board game". The solution? 25 lines of PowerShell using PowerShell UniversalDashboard, that allows our contestants to use their phones as buzzers.
By: submitted:Jun 15 2022
Solving the Dark Faction's PowerShell Challenge
(ironscripter.us)
Now that this year?s Iron Scripter battle is complete, the Chairman has arranged for a
By: submitted:Jun 15 2022
Now that this year?s Iron Scripter battle is complete, the Chairman has arranged for a
solution to the Dark Faction?s challenge.
By: submitted:Jun 15 2022
Trolling your colleagues with the new Windows Terminal
(blog.kieranties.com)
Tricks include setting their Terminal background to a new gif every time the open it.
By: submitted:Jun 15 2022
Tricks include setting their Terminal background to a new gif every time the open it.
By: submitted:Jun 15 2022
Weather Report in PowerShell
(twitter.com)
A PowerShell way to show whether report right in the console.
By: submitted:Jun 15 2022
A PowerShell way to show whether report right in the console.
By: submitted:Jun 15 2022
Which team is your organization's GIF champion?
(alexholmeset.blog)
Have you ever wondered which team uses the most GIF’s? Now you will know, by using
By: submitted:Jun 15 2022
Have you ever wondered which team uses the most GIF’s? Now you will know, by using
Alexander’s fun weekend scripting project.
By: submitted:Jun 15 2022
Upcoming Events
Chicago PowerShell Users Group (CPUG) Virtual Meetup
(secure.meetup.com)
Wed Apr 29 5:30 PM - 8:30 PM
By: submitted:Jun 15 2022
Wed Apr 29 5:30 PM - 8:30 PM
By: submitted:Jun 15 2022
The PowerShell Team Community Meetup at Ignite 2019
(twitter.com)
"The PowerShell Team is hosting a community meetup at MSIgnite 2019! Meet the team along with other
By: submitted:Jun 15 2022
"The PowerShell Team is hosting a community meetup at MSIgnite 2019! Meet the team along with other
PowerShell enthusiasts on Nov 4th from 4-5pm location TBA. Note that only the first 100 to arrive will be able to attend and you must bring your Ignite badge"
By: submitted:Jun 15 2022