PowerShell 常用路径

#Powershell的安装路径,该路径下是powershell的配置文件

$pshome 

#模块的注册路径

$PSModulePath

待续