(PowerShell)New-PSDrive
Syntax
1 | New-PSDrive |
1 | New-PSDrive |
使用Test-Path
指令檢查,存在傳回True
,不存在傳回False
1 | # 檢查檔案是否存在 |
Linux環境中,可使用fallocate
指令快速建立指定大小的檔案,
在Windows中,可用Windows內建的fsutil
工具來達成此目的,fsutil
有許多的功能,建立指定大小檔案只是其中的一項。
PowerShell取得Exit Code/Exit Status的兩個常用系統變數:
PsExec 是PsTool中的一項工具,可讓我們在本地端執行遠端電腦的程式,甚至遠端電腦無該程式,也可直接從本地端下參數,啟動時複製到遠端電腦直接執行。
1 | psexec [\\computer[,computer2[,...] | @file]][-u user [-p psswd]][-n s][-r servicename][-h][-l][-s|-e][-x][-i [session]][-c [-f|-v]][-w directory][-d][-<priority>][-a n,n,...][-verbose] cmd [arguments] |
捷徑後加 -nosplash