Add some info on Powershell scripting
This commit is contained in:
parent
5d8b78da6e
commit
476513cbc8
14
arch-config/Dokumente/programming/powershell-scripting.md
Normal file
14
arch-config/Dokumente/programming/powershell-scripting.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Powershell scripting
|
||||||
|
|
||||||
|
Use PowerShell ISE to develop PowerShell scripts
|
||||||
|
|
||||||
|
## Comparison operators
|
||||||
|
|
||||||
|
| operator | description |
|
||||||
|
| -------- | ----------- |
|
||||||
|
| -eq | equals |
|
||||||
|
| -ne | not equals |
|
||||||
|
| -gt | greather than |
|
||||||
|
| -ge | greater or equals to |
|
||||||
|
| -lt | less than |
|
||||||
|
| -le | less or equals to |
|
Loading…
Reference in New Issue
Block a user