filmov
tv
PowerShell Operators Deep Dive - Part 4 | EP 09 | PowerShell Zero to Hero in Month
Показать описание
This Video Tells about PowerShell Special Operators in detail.
In this Video, You will learn (Theory & Demo) about -
--- Special operators
-------------- Grouping Operator ()
-------------- Subexpression Operator
-------------- Call operator &
-------------- Array subexpression operator
-------------- Hash table literal syntax
-------------- Call operator
-------------- Cast operator
-------------- Comma operator
-------------- Index operator
-------------- Pipeline operator
-------------- Range operator
-------------- Member access operator
###################################################
Code & Commands, that has been used in this Video is mentioned Below, You can please Practice using this code.
###################################################
##### Special Operator - Grouping Operator
4+4/2
(4+4)/2
(Get-Service).DisplayName[2]
(Get-Service).count
#########################################################
##########################################################
## Special Operator - Subexpression Operator $()
"My OS get updated using Service $((Get-Service |Where {$_.displayname -like "Win*date"}).Displayname)"
##############################################################
##############################################################
## Special Operator - Call Operator
$command = Read-Host "Write Command That you want to run"
$command
& $command # Running Command Stored as String in a Variable
#####################################################################
####################################################################
## Special Operator - Cast Operator
$Variable = "Value"
$Variable
[int]$Variabale = "Value"
[int]$Variabale = 25
$Variabale
************************************************************************
************************************************************************
Join Me on --
Facebook Group
Facebook Page
YouTube Channel
**************************************************************************
#PowerShell #PowerShellScripting #PowerShellForBeginners #learnPowerShell #PowerShelltraining #PowerShellTutorial #MyLearningsOnline
PowerShell Scripting for Beginners
PowerShell Tutorial for Beginners
PowerShell Full Course
PowerShell Training for Beginners
In this Video, You will learn (Theory & Demo) about -
--- Special operators
-------------- Grouping Operator ()
-------------- Subexpression Operator
-------------- Call operator &
-------------- Array subexpression operator
-------------- Hash table literal syntax
-------------- Call operator
-------------- Cast operator
-------------- Comma operator
-------------- Index operator
-------------- Pipeline operator
-------------- Range operator
-------------- Member access operator
###################################################
Code & Commands, that has been used in this Video is mentioned Below, You can please Practice using this code.
###################################################
##### Special Operator - Grouping Operator
4+4/2
(4+4)/2
(Get-Service).DisplayName[2]
(Get-Service).count
#########################################################
##########################################################
## Special Operator - Subexpression Operator $()
"My OS get updated using Service $((Get-Service |Where {$_.displayname -like "Win*date"}).Displayname)"
##############################################################
##############################################################
## Special Operator - Call Operator
$command = Read-Host "Write Command That you want to run"
$command
& $command # Running Command Stored as String in a Variable
#####################################################################
####################################################################
## Special Operator - Cast Operator
$Variable = "Value"
$Variable
[int]$Variabale = "Value"
[int]$Variabale = 25
$Variabale
************************************************************************
************************************************************************
Join Me on --
Facebook Group
Facebook Page
YouTube Channel
**************************************************************************
#PowerShell #PowerShellScripting #PowerShellForBeginners #learnPowerShell #PowerShelltraining #PowerShellTutorial #MyLearningsOnline
PowerShell Scripting for Beginners
PowerShell Tutorial for Beginners
PowerShell Full Course
PowerShell Training for Beginners
Комментарии