Back to Basics: The PowerShell Contains Operator
By: Nicholas Xuan Nguyen
Keep your PowerShell fundamentals strong with this tutorial on the PowerShell contains operator by ATA Learning!
Link
By: Nicholas Xuan Nguyen
Keep your PowerShell fundamentals strong with this tutorial on the PowerShell contains operator by ATA Learning!
Link
ATA Learning
Back to Basics: The PowerShell Contains Operator
Keep your PowerShell fundamentals strong with this tutorial on the PowerShell contains operator by ATA Learning!
👍1
Announcing PowerShell Crescendo 1.1.0-preview01
By: Jason Helmick
This preview includes a new schema, support for argument value transformation, the ability to bypass the output handler, and improved error handling.
Link
By: Jason Helmick
This preview includes a new schema, support for argument value transformation, the ability to bypass the output handler, and improved error handling.
Link
PowerShell Team
Announcing PowerShell Crescendo 1.1.0-preview01
**PowerShell Crescendo 1.1.0-preview01**. This preview includes a new schema, support for argument value transformation, the ability to bypass the output handler, and improved error handling.
👍1
Today's cmdlet ‣ Rename-Item
Renames an item in a PowerShell provider namespace.
Example's Remarks:
• This example attempts to rename the `project.txt` file in the current directory to `old-project.txt` in the `D:\Archive` directory.
• The result is the error shown in the output.
#tutorial
Renames an item in a PowerShell provider namespace.
Example's Remarks:
• This example attempts to rename the `project.txt` file in the current directory to `old-project.txt` in the `D:\Archive` directory.
• The result is the error shown in the output.
#tutorial
👍1
Today's tip ‣ Lexical structure: Line terminators
”A line terminator (CR, LF, CR\LF) can be treated as white space.”
#tip
”A line terminator (CR, LF, CR\LF) can be treated as white space.”
#tip
👍1
OpenAI Chat GPT 3 Can Write Your PowerShell Script
By: Faris Malaeb
Do you know how to write a PowerShell noscript? If the answer is no, let me introduce you to your new friend OpenAI Chat GPT 3. OpenAI Chat GPT uses a human-spoken natural language to generate your desired code. So all you need to do is describe what you want your noscript to do, and...
Link
By: Faris Malaeb
Do you know how to write a PowerShell noscript? If the answer is no, let me introduce you to your new friend OpenAI Chat GPT 3. OpenAI Chat GPT uses a human-spoken natural language to generate your desired code. So all you need to do is describe what you want your noscript to do, and...
Link
Faris Malaeb
OpenAI Chat GPT 3 Can Write Your PowerShell Script
A walk though Using the OpenAI Chat GPT 3 to generate PowerShell simple and complex noscript using a human-spoken languages
👍1
Today's cmdlet ‣ Debug-Process
Debugs one or more processes running on the local computer.
Example's Remarks:
• This command attaches a debugger to the PowerShell processes on the local computer.
#tutorial
Debugs one or more processes running on the local computer.
Example's Remarks:
• This command attaches a debugger to the PowerShell processes on the local computer.
#tutorial
👍1
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