PowerShell Tutorial - Ch3(2-7) - The rest of the operators

preview_player
Показать описание
Comparison Operators
Arithmetic Operators
Assignment Operators
Redirection Operators
Mixing operand types, the types of the left operand dictatees the behavior
Logical Operators
String Manipulation Operators

Notebook here

Or you can just goto Powershell Playground which will create a free docker environment from my github repo, and you can then follow along.

View the full PowerShell Tutorial Playlist here

Рекомендации по теме
Комментарии
Автор

Great series by the way. Comment on host count in /24 isnt it 254 hosts? because both the network and the broadcast are unassignable. You can assign between .1 &. .254.
So when working available hosts, you take the IP count of the subnet -2 for the available hosts.

erednmakes