A conversation that will !slap you with Jaap
By: The PowerShell Podcast
In this episode, Jaap tells us how he got into speaking at conferences. We talk about examples of how his support has helped people on their own speaking journey. We discuss a few of the recent talks he has given, from abstracting code to bettering your home automation.
Link
By: The PowerShell Podcast
In this episode, Jaap tells us how he got into speaking at conferences. We talk about examples of how his support has helped people on their own speaking journey. We discuss a few of the recent talks he has given, from abstracting code to bettering your home automation.
Link
Podbean
A conversation that will !slap you with Jaap Brasser | The PowerShell Podcast
In this episode, Jaap tells us how he got into speaking at conferences. We talk about examples of how his support has helped people on their own speaking journey. We discuss a few of the recent talks he has given, from abstracting code to bettering your home…
Using Graph to assign a group to a PowerShell noscript in Intune
By: Mattias Benninge
While doing some Intune automation the other day I got stuck on trying to assign a noscript to a group. Using the graph API documentation sent me on a wild goose chase so just wanted to write a small writeup if someone else ran into the same problem.
Link
By: Mattias Benninge
While doing some Intune automation the other day I got stuck on trying to assign a noscript to a group. Using the graph API documentation sent me on a wild goose chase so just wanted to write a small writeup if someone else ran into the same problem.
Link
Deployment Research
Using Graph to assign a group to a PowerShell noscript in Intune
September **In-person** Meetup
By: PowerShell Southampton
Three speakers are lined up, sandwiches, tea, and coffee will be served, and 3 raffle prizes to be won at the end (see below)!
Link
By: PowerShell Southampton
Three speakers are lined up, sandwiches, tea, and coffee will be served, and 3 raffle prizes to be won at the end (see below)!
Link
Meetup
Login to Meetup | Meetup
Find groups that host online or in person events and meet people in your local community who share your interests.
Microsoft Graph Explorer Boosted by New Features
By: Tony Redmond
Some recent changes have made the Graph Explorer even more useful. First, PowerShell has joined the set of supported languages for code snippets.
Link
By: Tony Redmond
Some recent changes have made the Graph Explorer even more useful. First, PowerShell has joined the set of supported languages for code snippets.
Link
Office 365 for IT Pros
Microsoft Graph Explorer Boosted by New Features
The Microsoft Graph Explorer web application is a great tool to help understand how Graph requests and responses work. Now some extra features are available.
Today's cmdlet: Wait-Process
Waits for the processes to be stopped before accepting more input.
Example's Remarks:
• The `Get-Process` cmdlet gets the process ID of the Notepad process and stores it in the `$nid` variable.
• `Stop-Process` stops the process with the ID stored in `$nid`.
• `Wait-Process` waits until the Notepad process is stopped.
#tutorial
Waits for the processes to be stopped before accepting more input.
Example's Remarks:
• The `Get-Process` cmdlet gets the process ID of the Notepad process and stores it in the `$nid` variable.
• `Stop-Process` stops the process with the ID stored in `$nid`.
• `Wait-Process` waits until the Notepad process is stopped.
#tutorial
👍1
PowerShell Prompt: Functionality
By: Jeff Hill
Some handy tips to add extra functionality to your PowerShell session
Link
By: Jeff Hill
Some handy tips to add extra functionality to your PowerShell session
Link
SQLAdm.in
PowerShell Prompt: Functionality
PowerShell Prompt Pt. 2. Some handy tips to add extra functionality to your PowerShell session
👍2
Events with PowerShell Automation
By: smallfoxx
If you're looking for a PowerShell noscript to help you plan out or schedule your event, this is not the post you're looking for; maybe another time.
Link
By: smallfoxx
If you're looking for a PowerShell noscript to help you plan out or schedule your event, this is not the post you're looking for; maybe another time.
Link
SmallFoxx Tech Blog
Events with PowerShell Automation
If you’re looking for a PowerShell noscript to help you plan out or schedule your event, this is not the post you’re looking for; maybe another time.
👍2
PowerShell Community Textbook Update: To be released this weekend!
By: u/PowerShellMichael
Gday Everyone,
Link
By: u/PowerShellMichael
Gday Everyone,
Link
reddit
PowerShell Community Textbook Update: To be released this weekend!
Gday Everyone, Just a quick message to let everyone know that "Modern Automation with PowerShell" will be released on leanpub this weekend. For...
Today's cmdlet: Test-Connection
Sends ICMP echo request packets, or pings, to one or more computers.
Example's Remarks:
• `Test-Connection` uses the TargetName parameter to specify Server01.
• The Count parameter specifies three pings are sent to the Server01 computer with a Delay of 2-second intervals.
#tutorial
Sends ICMP echo request packets, or pings, to one or more computers.
Example's Remarks:
• `Test-Connection` uses the TargetName parameter to specify Server01.
• The Count parameter specifies three pings are sent to the Server01 computer with a Delay of 2-second intervals.
#tutorial
Learn How PowerShell CmdletBinding Enhances Functions
By: Samuel Ogunleke
Have you ever wanted to create a PowerShell cmdlet but didn’t know C# or another Microsoft .NET Framework language? Why keep ‘wanting’ when you have PowerShell CmdletBinding at your fingertips?
Link
By: Samuel Ogunleke
Have you ever wanted to create a PowerShell cmdlet but didn’t know C# or another Microsoft .NET Framework language? Why keep ‘wanting’ when you have PowerShell CmdletBinding at your fingertips?
Link
ATA Learning
Learn How PowerShell CmdletBinding Enhances Functions
Learn how to progressively enhance your functions with PowerShell CmdletBinding in this ATA Learning tutorial!
PowerShell Podcast in 1 day of Lunch with Claudio Silva
By: The Powershell Podcast
In this podcast, Claudio shares his journey as a DBA and the massive role of PowerShell in that journey. He shares advice for DBAs who are just getting started with PowerShell and automation as well as some of the easiest ways to start taking advantage of dbatools. We learned about different methods for learning and how the book Learn dbatools in a Month of Lunches can be a great fit for those trying to get started with dbatools.
Link
By: The Powershell Podcast
In this podcast, Claudio shares his journey as a DBA and the massive role of PowerShell in that journey. He shares advice for DBAs who are just getting started with PowerShell and automation as well as some of the easiest ways to start taking advantage of dbatools. We learned about different methods for learning and how the book Learn dbatools in a Month of Lunches can be a great fit for those trying to get started with dbatools.
Link
Podbean
PowerShell Podcast in 1 day of Lunch with Claudio Silva | The PowerShell Podcast
In this podcast, Cláudio shares his journey as a DBA and the massive role of PowerShell in that journey. He shares advice for DBAs who are just getting started with PowerShell and automation as well as some of the easiest ways to start taking advantage of…
👍1
PowerCLI and PowerShell cheat sheet
By: Piotr Tarnawski
Here are commands, every vSphere admin should know: List of available interfaces and physical network cards (vmkernel + vmnic): Adding another interface (vmkernel to vMotion)...
Link
By: Piotr Tarnawski
Here are commands, every vSphere admin should know: List of available interfaces and physical network cards (vmkernel + vmnic): Adding another interface (vmkernel to vMotion)...
Link
Angry Admin
PowerCLI and PowerShell cheat sheet
Here are commands, every vSphere admin should know: List of available interfaces and physical network cards (vmkernel + vmnic): Get-VMHostNetworkAdapter -vmhost hostname Adding another interface (v…
Schedule and Run PowerShell Scripts for Azure VMs using Azure Automation
By: Thomas Maurer
A while ago I wrote a blog post on how you can run a PowerShell or Bash noscript against multiple Azure Virtual Machines (VMs) using Run Command. In this blog post we are going to have a look on how you can schedule and run PowerShell and Bash noscripts against Azure virtual machines (VMs) using .
Link
By: Thomas Maurer
A while ago I wrote a blog post on how you can run a PowerShell or Bash noscript against multiple Azure Virtual Machines (VMs) using Run Command. In this blog post we are going to have a look on how you can schedule and run PowerShell and Bash noscripts against Azure virtual machines (VMs) using .
Link
Thomas Maurer
Schedule and Run PowerShell Scripts for Azure VMs using Azure Automation
A while ago I wrote a blog post on how you can run a PowerShell or Bash noscript against multiple Azure Virtual Machines (VMs) using Run Command. In this blog post we are going to have a look on how you can schedule and run PowerShell and Bash noscripts against…
Easy way to send emails using Microsoft Graph API (Office 365) with PowerShell
By: Przemyslaw Klys
When you're using Office 365 and want to send an email, you have two choices SMTP or Microsoft Graph API, which is a 'new' kid on the block. For some time, I've used Microsoft Graph exclusively to send emails in favor of SMTP as it's much easier to manage and generally works over HTTPS.
Link
By: Przemyslaw Klys
When you're using Office 365 and want to send an email, you have two choices SMTP or Microsoft Graph API, which is a 'new' kid on the block. For some time, I've used Microsoft Graph exclusively to send emails in favor of SMTP as it's much easier to manage and generally works over HTTPS.
Link
Evotec
Easy way to send emails using Microsoft Graph API (Office 365) with PowerShell
When you're using Office 365 and want to send an email, you have two choices SMTP or Microsoft Graph API, which is a "new" kid on the block. For some time, I've used Microsoft Graph exclusively to send emails in favor of SMTP as it's much easier to manage…
Today's cmdlet ‣ ConvertFrom-Markdown
Convert the contents of a string or a file to a MarkdownInfo object.
Example's Remarks:
• The MarkdownInfo object is returned.
• The Tokens property has the AST of the converted content of the `README.md` file.
• The Html property has the HTML converted content of the `README.md` file.
#tutorial
Convert the contents of a string or a file to a MarkdownInfo object.
Example's Remarks:
• The MarkdownInfo object is returned.
• The Tokens property has the AST of the converted content of the `README.md` file.
• The Html property has the HTML converted content of the `README.md` file.
#tutorial
👍2
How to run Docker commands in CMD/PowerShell from Docker using WSL2
By: Federico Navarrete
In the last tutorial, we learned how to create Docker images without Docker Desktop in Windows. However, this can break our daily duties, especially if we have automated anything. This can be fixed in three steps:
Link
By: Federico Navarrete
In the last tutorial, we learned how to create Docker images without Docker Desktop in Windows. However, this can break our daily duties, especially if we have automated anything. This can be fixed in three steps:
Link
DEV Community
How to run Docker commands in CMD/PowerShell powered by Docker running in WSL2
In the last tutorial, we learned how to create Docker images without Docker Desktop in Windows....
Running commands in the shell
By: Sean Wheeler
PowerShell is a command-line shell and a noscripting language used for automation. Similar to other shells, like bash on Linux or the Windows Command Shell (cmd.exe), PowerShell lets you to run any command available on your system, not just PowerShell commands.
Link
By: Sean Wheeler
PowerShell is a command-line shell and a noscripting language used for automation. Similar to other shells, like bash on Linux or the Windows Command Shell (cmd.exe), PowerShell lets you to run any command available on your system, not just PowerShell commands.
Link
Docs
Running commands in the shell - PowerShell
This article shows how to run commands in PowerShell.
👍1
Jeffrey Snover is leaving Microsoft
By: Jeffrey Snover
I'm sure like many of you, I own a big part of my career to this man. He certainly will be missed, and I wish him the best of luck!
Link
By: Jeffrey Snover
I'm sure like many of you, I own a big part of my career to this man. He certainly will be missed, and I wish him the best of luck!
Link
Today's cmdlet ‣ Set-ItemProperty
Creates or changes the value of a property of an item.
Example's Remarks:
• The first command creates the registry entry.
• It uses Path to specify the path of the `HKLM:` drive and the `Software\MyCompany` key.
• The command uses Name to specify the entry name and Value to specify a value.
#tutorial
Creates or changes the value of a property of an item.
Example's Remarks:
• The first command creates the registry entry.
• It uses Path to specify the path of the `HKLM:` drive and the `Software\MyCompany` key.
• The command uses Name to specify the entry name and Value to specify a value.
#tutorial
👍2
Create a report on local DNS lookups using PowerShell
By: Harm Veenstra
When troubleshooting a system, you sometimes need to know what DNS lookups are being done. This will give you a good insight into traffic from the systems to the local network or internet. You can do this with DNS auditing on your Windows server or in your local Pihole server, but that's not always available
Link
By: Harm Veenstra
When troubleshooting a system, you sometimes need to know what DNS lookups are being done. This will give you a good insight into traffic from the systems to the local network or internet. You can do this with DNS auditing on your Windows server or in your local Pihole server, but that's not always available
Link
PowerShell is fun :)
PowerShell is fun :)Create a report on local DNS lookups using PowerShell
When troubleshooting a system, you sometimes need to know what DNS lookups are being done. This will give you a good insight into traffic from the systems to the local network or internet. You can …
PSTemperature
By: Dave Carroll
A simple PowerShell binary module used for conversion between Celsius, Fahrenheit, and Kelvin temperatures. Rankine temperature scale support is provided via PowerShell 7 Experimental Features. This module can be used as an example of a PowerShell binary/C# module and for PowerShell 7 Experimental Features.
Link
By: Dave Carroll
A simple PowerShell binary module used for conversion between Celsius, Fahrenheit, and Kelvin temperatures. Rankine temperature scale support is provided via PowerShell 7 Experimental Features. This module can be used as an example of a PowerShell binary/C# module and for PowerShell 7 Experimental Features.
Link
GitHub
GitHub - thedavecarroll/PSTemperature: A simple PowerShell binary module used for conversion between Celsius, Fahrenheit, and Kelvin…
A simple PowerShell binary module used for conversion between Celsius, Fahrenheit, and Kelvin temperatures. Rankine temperature scale support is provided via PowerShell 7 Experimental Features. Thi...