Using PowerShell on Linux
By: Harm Veenstra
Personally, I run PowerShell on my Windows 11 laptop, but I also have Linux VMs and use PowerShell on those too. In this blog post, I will show you two ways in which you can install PowerShell on your Linux machine and yes, I know... There are different Linux Operating Systems with different package managers, in my case I used Ubuntu 22.04 🙂
Link
By: Harm Veenstra
Personally, I run PowerShell on my Windows 11 laptop, but I also have Linux VMs and use PowerShell on those too. In this blog post, I will show you two ways in which you can install PowerShell on your Linux machine and yes, I know... There are different Linux Operating Systems with different package managers, in my case I used Ubuntu 22.04 🙂
Link
PowerShell is fun :)
PowerShell is fun :) Using PowerShell on Linux
Personally, I run PowerShell on my Windows 11 laptop, but I also have Linux VMs and use PowerShell on those too. In this blog post, I will show you two ways in which you can install PowerShell on y…
👍4
6 Command Line (PowerShell & CLI) Tips & Tricks for Microsoft Azure you should know about!
By: Thomas Maurer
There are many experiences and possibilities to manage your Microsoft Azure resources, one of them being the command line experience using the Azure CLI or Azure PowerShell. In this blog post we are going to have a look at 6 tips & tricks for managing your Microsoft Azure resources using the command line with Azure
Link
By: Thomas Maurer
There are many experiences and possibilities to manage your Microsoft Azure resources, one of them being the command line experience using the Azure CLI or Azure PowerShell. In this blog post we are going to have a look at 6 tips & tricks for managing your Microsoft Azure resources using the command line with Azure
Link
Thomas Maurer
6 Command Line (PowerShell & CLI) Tips & Tricks for Microsoft Azure you should know about!
There are many experiences and possibilities to manage your Microsoft Azure resources, one of them being the command line experience using the Azure CLI or Azure PowerShell. In this blog post we are going to have a look at 6 tips & tricks for managing your…
Use GitHub Codespaces for Azure PowerShell Function apps
By: Barbara
While GitHub Codespaces have been available for a while, this week at GitHub Universe it was announced that everyone can use them for free. Everyone...
Link
By: Barbara
While GitHub Codespaces have been available for a while, this week at GitHub Universe it was announced that everyone can use them for free. Everyone...
Link
4bes.nl
Use GitHub Codespaces for Azure PowerShell Function apps
While GitHub Codespaces have been available for a while, this week at GitHub Universe it was announced that everyone can use them for free. Everyone gets up to 60 hours a month to work with Codespaces
Today's cmdlet ‣ Export-Alias
Exports information about currently defined aliases to a file.
Example's Remarks:
• This example shows how to use the noscript file format that `Export-Alias` generates.
#tutorial
Exports information about currently defined aliases to a file.
Example's Remarks:
• This example shows how to use the noscript file format that `Export-Alias` generates.
#tutorial
Get all Microsoft IP and FQDNs for their services
By: Harm Veenstra
When you are in an environment with strict internet access, you need to figure out what to open to what destination for Microsoft services like Exchange Online, Teams, Endpoint Manager, and so on. Microsoft publishes this on their website but in the blog post, I would like to show you a nice way of outputting
Link
By: Harm Veenstra
When you are in an environment with strict internet access, you need to figure out what to open to what destination for Microsoft services like Exchange Online, Teams, Endpoint Manager, and so on. Microsoft publishes this on their website but in the blog post, I would like to show you a nice way of outputting
Link
PowerShell is fun :)
PowerShell is fun :)Get all Microsoft IP and FQDNs for their services
When you are in an environment with strict internet access, you need to figure out what to open to what destination for Microsoft services like Exchange Online, Teams, Endpoint Manager, and so on. …
Text-To-Speech using PowerShell
By: Harm Veenstra
Just a little fun thing for a Friday, text-to-speech! We used this many years ago at the office, sending this to the laptop of a colleague and having fun while he's trying to figure out where the voice is coming from ?? How it works There is a System.Speech assembly which can be used to
Link
By: Harm Veenstra
Just a little fun thing for a Friday, text-to-speech! We used this many years ago at the office, sending this to the laptop of a colleague and having fun while he's trying to figure out where the voice is coming from ?? How it works There is a System.Speech assembly which can be used to
Link
Powershellisfun
Text-To-Speech using PowerShell
Just a little fun thing for a Friday, text-to-speech! We used this many years ago at the office, sending this to the laptop of a colleague and having fun while he’s trying to figure out where…
PowerShell output on screen
By: Harm Veenstra
It's always nice to have some screen output while running noscripts interactively, in this blog post I will show you a few ways to do that.
Link
By: Harm Veenstra
It's always nice to have some screen output while running noscripts interactively, in this blog post I will show you a few ways to do that.
Link
PowerShell is fun :)
PowerShell is fun :)PowerShell output on screen
It’s always nice to have some screen output while running noscripts interactively, in this blog post I will show you a few ways to do that.
🔥1
JackedProgrammer
By: JackedProgrammer
He has tons of great video on a range of PowerShell topics at all levels, with new content added regularly.
Link
By: JackedProgrammer
He has tons of great video on a range of PowerShell topics at all levels, with new content added regularly.
Link
YouTube
JackedProgrammer
Trying to break some of the stereotypes that still exist in IT and the coding world, I'm also a competitive powerlifter\bodybuilder and work as a Server Administrator. On this channel we're going to be doing some tutorials for PowerShell, python and other…
Configure DHCP-Server-Role with PowerShell
By: Patrick Gruenauer
The Dynamic Host Control Protocol (DHCP) helps you manage your network by automatically assigning IP-Adresses to hosts. In this article I will show you how to configure a DHCP Server with a [...]
Link
By: Patrick Gruenauer
The Dynamic Host Control Protocol (DHCP) helps you manage your network by automatically assigning IP-Adresses to hosts. In this article I will show you how to configure a DHCP Server with a [...]
Link
SID-500.COM
Configure DHCP-Server-Role with PowerShell
The Dynamic Host Control Protocol (DHCP) helps you manage your network by automatically assigning IP-Adresses to hosts. In this article I will show you how to configure a DHCP Server with a Windows…
Today's cmdlet ‣ Get-Culture
Gets the current culture set in the operating system.
Example's Remarks:
• This command displays information about the regional settings on the computer.
#tutorial
Gets the current culture set in the operating system.
Example's Remarks:
• This command displays information about the regional settings on the computer.
#tutorial
Today's tip ‣ Types: Common
”The void type cannot be instantiated. It provides a means to discard a value explicitly using the cast operator [].”
#tip
”The void type cannot be instantiated. It provides a means to discard a value explicitly using the cast operator [].”
#tip
👍1
PowerShell QR Code Generator for WIFI Networks
By: Patrick Gruenauer
If you use QR codes instead of passwords, you increase the user experience. Did you know that you can create such a QR code with PowerShell without any 3rd party tools? No? [.]
Link
By: Patrick Gruenauer
If you use QR codes instead of passwords, you increase the user experience. Did you know that you can create such a QR code with PowerShell without any 3rd party tools? No? [.]
Link
SID-500.COM
PowerShell QR Code Generator for WIFI Networks
If you use QR codes instead of passwords, you increase the user experience. Did you know that you can create such a QR code with PowerShell without any 3rd party tools? No? Then go ahead. Installin…
👍1
Today's cmdlet ‣ Set-Service
Starts, stops, and suspends a service, and changes its properties.
Example's Remarks:
• `Set-Service` uses the Name parameter to specify the service, WinRM .
• The Status parameter uses the value Running to start the service.
• The PassThru parameter outputs a ServiceController object that displays the results.
#tutorial
Starts, stops, and suspends a service, and changes its properties.
Example's Remarks:
• `Set-Service` uses the Name parameter to specify the service, WinRM .
• The Status parameter uses the value Running to start the service.
• The PassThru parameter outputs a ServiceController object that displays the results.
#tutorial
Setting Lifecycle Management Policy on Azure Storage using Azure PowerShell
By: Jorge Bernhardt
Following the thread of my last post, I want to show you how to take advantage of this functionality by configuring a data lifecycle management.
Link
By: Jorge Bernhardt
Following the thread of my last post, I want to show you how to take advantage of this functionality by configuring a data lifecycle management.
Link
Jorge Bernhardt
Setting Lifecycle Management Policy on Azure Storage using Azure PowerShell
Following the thread of my last post, I want to show you how to take advantage of this functionality by configuring a data lifecycle management policy in your Azure storage account using Azure PowerShell.
Taking Your PowerShell Variables to the Next Level
By: Brien Posey
PowerShell allows you to do much more than just declare and use variables. In this article, you'll learn how to create constants and rename variables, taking your PowerShell variable usage to the next level.
Link
By: Brien Posey
PowerShell allows you to do much more than just declare and use variables. In this article, you'll learn how to create constants and rename variables, taking your PowerShell variable usage to the next level.
Link
👍1
PowerBGInfo – PowerShell alternative to Sysinternals BGInfo
By: Przemyslaw Klys
When I created ImagePlayground, I thought about how to show its usefulness to the general community. On how to deliver what PowerShell can do. Then I saw on some forum people asking BGInfo to expand and allow running PowerShell noscripts so that the data on the BGInfo Wallpaper can be gathered from PowerShell rather than VBS. I thought this was a great idea to create BGInfo using PowerShell without the necessity of using BGInfo at all.
Link
By: Przemyslaw Klys
When I created ImagePlayground, I thought about how to show its usefulness to the general community. On how to deliver what PowerShell can do. Then I saw on some forum people asking BGInfo to expand and allow running PowerShell noscripts so that the data on the BGInfo Wallpaper can be gathered from PowerShell rather than VBS. I thought this was a great idea to create BGInfo using PowerShell without the necessity of using BGInfo at all.
Link
Evotec
PowerBGInfo - PowerShell alternative to Sysinternals BGInfo
When I created ImagePlayground, I thought about how to show its usefulness to the general community. On how to deliver what PowerShell can do. Then I saw on some forum people asking BGInfo to expand and allow running PowerShell noscripts so that the data on…
🔥1
Today's cmdlet ‣ Get-Process
Gets the processes that are running on the local computer.
Example's Remarks:
• These commands show how to use the `$PID` automatic variable to identify the process that is hosting the current PowerShell session.
• You can use this method to distinguish the host process from other PowerShell processes that you might want to stop or close.
#tutorial
Gets the processes that are running on the local computer.
Example's Remarks:
• These commands show how to use the `$PID` automatic variable to identify the process that is hosting the current PowerShell session.
• You can use this method to distinguish the host process from other PowerShell processes that you might want to stop or close.
#tutorial
The PowerShell Podcast at 40; Reflections, Ruminations, and Ramblings
By: The Powershell Podcast
In this laid-back episode, Jordan and Andrew take the opportunity to catch up on their PowerShell going-ons. Jordan tells us how he saved dozens of hours on a noscript and the benefits of helping out your friends. Andrew chats about terminal GUIs, his new OMG USB, PowerShell Summit, and being careful not to information overload people when teaching them PowerShell. All this, our usual charming banter, and more!
Link
By: The Powershell Podcast
In this laid-back episode, Jordan and Andrew take the opportunity to catch up on their PowerShell going-ons. Jordan tells us how he saved dozens of hours on a noscript and the benefits of helping out your friends. Andrew chats about terminal GUIs, his new OMG USB, PowerShell Summit, and being careful not to information overload people when teaching them PowerShell. All this, our usual charming banter, and more!
Link
Podbean
The PowerShell Podcast at 40; Reflections, Ruminations, and Ramblings | The PowerShell Podcast
In this laid-back episode, Jordan and Andrew take the opportunity to catch up on their PowerShell going-ons. Jordan tells us how he saved dozens of hours on a noscript and the benefits of helping out your friends. Andrew chats about terminal GUIs, his new OMG…
Configure SysInternals EULA Acceptance
By: Jeffery Hicks
I just saw a very, very handy thing on Twitter where you can set a registry key that will automatically accept all EULA prompts for the SysInternals tools. I know there is a command-line switch I can use, but I never remember to use it. Setting the registry key appears to accept EULAs globally. Naturally,...
Link
By: Jeffery Hicks
I just saw a very, very handy thing on Twitter where you can set a registry key that will automatically accept all EULA prompts for the SysInternals tools. I know there is a command-line switch I can use, but I never remember to use it. Setting the registry key appears to accept EULAs globally. Naturally,...
Link
The Lonely Administrator
Configure SysInternals EULA Acceptance • The Lonely Administrator
A quick and dirty PowerShell noscript to set a registry entry that globally accepts all EULAs for SysInternals tools.
Recovering Deleted Groups with the Graph PowerShell SDK
By: Tony Redmond
This article describes how to restore deleted Azure AD groups with PowerShell using cmdlets from the Microsoft Graph PowerShell SDK. Although options exist in the Microsoft 365 admin center and Azure AD admin center to restore deleted groups, it's nice to have the option to do the same with PowerShell.
Link
By: Tony Redmond
This article describes how to restore deleted Azure AD groups with PowerShell using cmdlets from the Microsoft Graph PowerShell SDK. Although options exist in the Microsoft 365 admin center and Azure AD admin center to restore deleted groups, it's nice to have the option to do the same with PowerShell.
Link
Office 365 for IT Pros
How to Restore Deleted Entra ID Groups with PowerShell
This article describes how to restore deleted Entra ID groups with PowerShell using cmdlets from the Microsoft Graph PowerShell SDK.