随笔分类 - powershell
powershell常用操作
摘要:创建文件New-Item -path $file_path -itemtype file创建目录New-Item -path $dir_path -type directory删除目录Remove-Item-Force-Recurse $dir赋予权限$account ="Business"$Fol...
阅读全文
浙公网安备 33010602011771号