This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function test-switch { | |
param ( | |
[switch]$switch1, | |
[switch]$switch2, | |
[switch]$switch3, | |
[switch]$switch4 | |
) | |
switch ($true) { | |
$switch1 { "test1" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$arr = @("25.02.2020 10:11:58" | |
"25.02.2020 10:12:21" | |
"25.02.2020 11:03:37" | |
"25.02.2020 11:03:37" | |
"25.02.2020 11:35:28" | |
"25.02.2020 11:35:32" | |
"25.02.2020 12:40:03" | |
"25.02.2020 14:08:11" | |
"25.02.2020 14:09:49" | |
"25.02.2020 14:39:44" |
OlderNewer