1. 首页
  2. 数据库
  3. 其它
  4. Powershell小技巧之获取变量列表

Powershell小技巧之获取变量列表

上传者: 2021-01-16 20:08:48上传 PDF文件 56.36KB 热度 18次
我们的需求是当想要列出脚本中所有变量。 这里定义了一个函数 Get-Variable: 代码如下: function Get-Variable { $token = $null $errors = $null $ast = [System.Management.Automation.Language.Parser]::ParseInput($psise.CurrentFile.Editor.Text, [ref] $token, [ref] $errors) # not complete, add variables you want to exclude
下载地址
用户评论