Explore Connect Documentation
Snippets
1
2
3
4
5
6
7
8
9
10
11
12
"time flies" -like "an arrow"
"fruit flies" -notlike "*lies"
-not ("anything" -match ".*")
Test-Path nonexistent.txt
$?
## False
## False
## False
## False
## True
## 
Press desired key combination and then press ENTER.