$pshome :powershell的主目录 $profile :显示 Windows PowerShell 配置文件的路径 test-path $profile :确定是否已经在系统上创建了 Windows PowerShell 配置文件 powershell.exe 主机配置文件(在 Windows Vista 中)的位置如下所示:%windir%\system32\WindowsPowerShell\v1.0\profile.ps1 用于计算机的所有用户和所有外壳.%windir%\s…
Name Category Synopsis ---- -------- -------- ac Alias Add-Content asnp Alias Add-PSSnapin clc Alias Clear-Content cli Alias Clear-Item clp Alias Clear-ItemProperty clv Alias Clear-Variable compare Alias Compare-Object cpi Alias Copy-Item cpp Alias C…
Windows PowerShell 集成脚本环境 (ISE) 是 Windows PowerShell 的主机应用程序.在 Windows PowerShell ISE 中,可以在单一 Windows 图形用户界面中运行命令以及编写.测试和调试脚本,该用户界面具有多行编辑.Tab 补齐.语法着色.选择性执行.上下文相关帮助等功能,而且还支持从右到左书写语言.此主机应用程序最多还可以包括八个会话. 可以自定义 Windows PowerShell ISE 的外观.Windows PowerShe…