Write-Host | Write-Output | |
---|---|---|
功能 | Print to Screen | Pass to Pipeline |
使用情境 | * 你只想打印出結果 * 你想打印出更多 Style 的結果 |
* 你想傳遞此字串 |
Meaning | How to Use | |
---|---|---|
Set-PSDebug | 設定 Debug 模式: Off Trace Step Strict |
Set-PSDebug -Trace |
Meaning | How to Use | |
---|---|---|
-eq | Equals | $a -eq $b |
-ne | Not Equals | $a -ne $b |
教學