5:01
How to Check if a File Contains a Specific String in PowerShell
In this DelftStack tutorial, we'll explore multiple methods to search for a specific string within a file using PowerShell. Whether ...
15:18
PowerShell 09 Using .Split Select-String and setting PasswordNeverExpires
In this video, I go over how to split strings, select strings, and set password expirations using PowerShell and PowerShell ISE ...
8:05
PowerShell Tutorial - CH5 - Basic Set Operations
Filtering: Where-Object / where / Ordering: Sort-Object / sort Grouping: Group-Object /group Projecting: Select-Object / select ...
13:02
Detecting Text Patterns with PowerShell Regular Expressions
When you want to extract some text from a string, regular expressions come to the rescue. There are a few different ways of using ...
9:51
Powershell For Beginners 02 'Conditions' (Pipe, Select-Object, Where-Object)
In today's video we'll be adding a few 'conditions' to out Powershell script so we can further manipulate the data. We discuss the ...
14:04
PowerShell Cmdlets - Select-Object
In this video, we go over all the ways to use Select-Object to process data in PowerShell. We will cover: - Property ...
56:29
Working with Strings and Regular Expressions in PowerShell
In this video, we'll be looking at manipulating string objects in powershell and how we can incorporate Regular Expressions into ...
3:41
Basic comparison operators in Powershell!
Subscribe: http://bit.ly/mrps-yt-sub Website: https://bit.ly/mrps-site Discord: https://bit.ly/mrps-discord Patreon: ...
44:51
Unlocking the Power of Regular Expressions with PowerShell - Jeffery Hicks - PSConfEU 2023
Jeffrey Hicks demonstrates the use of the "selectString" command in PowerShell. He explains that this command allows users to ...
2:38
Here-Strings in Powershell: Retain format of multi-line strings
Subscribe: http://bit.ly/mrps-yt-sub Website: https://bit.ly/mrps-site Discord: https://bit.ly/mrps-discord Patreon: ...
1:43
Powershell select A string and After a word
https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...
9:58
POWERSHELL TUTORIAL REGEX, MATCH AND REPLACE [Highway to PowerShell - Episode 8]
This tutorial covers an introduction to regular expressions and how to use them in PowerShell with Select-String and the operators ...
1:03
PowerShell: Join and Split Part 1
In this video we will learn about join and split in PowerShell.
8:45
PowerShell | String Operations
var = "This is a string" $var.GetType() $var = "This is a test string" $var.Length ($env:PSModulePath).Split(';') "Hello" + " World" $a ...
10:36
Powershell For Beginners 03 (Read-Host, If, Else and some Comparison Operators)
In today's video we'll be asking questions for input (Read-Host) in our Powershell script so we interact with it. We'll then look at ...
3:27
Trim a String in PowerShell - PowerShell Recipe
This tutorial explains how to trim a string using PowerShell.
7:49
POWERSHELL TUTORIAL SPLIT AND JOIN STRINGS [Highway to PowerShell - Episode 7]
This tutorial covers an introduction to splitting and joining text in PowerShell using split and join operators. === PowerShell wall ...
5:18
Search a String in PowerShell - PowerShell Recipe
This tutorial explains how to search a string in PowerShell.
2:25
Powershell Select-String to remove a string line from a variable if matched
https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...
3:46
Powershell Strings into Arrays
Powershell can convert a string into arrays and arrays into strings. In this video, we show a few more exexamples of just such ...