Powershell的内置变量
ls Variable:
Name | Value | Description |
$ | ||
? | TRUE | Status of last command |
^ | ||
args | System.Object[] | |
ConfirmPreference | High | Dictates when confirmation should be requested. Confirmation is requested when the ConfirmImpact of the operation is equal to or greater than $ConfirmPreference. If $ConfirmPreference is None, actions will only be confirmed when Confirm is specified. |
ConsoleFileName | Name of the current console file | |
DebugPreference | SilentlyContinue | Dictates the action taken when a Debug message is delivered |
Error | System.Collections.ArrayList | |
ErrorActionPreference | Continue | Dictates the action taken when an error message is delivered |
ErrorView | NormalView | Dictates the view mode to use when displaying errors |
ExecutionContext | System.Management.Automation.EngineIntrinsics | The run objects available to cmdlets |
FALSE | FALSE | Boolean False |
FormatEnumerationLimit | 4 | Dictates the limit of enumeration on formatting IEnumerable objects |
HOME | C:\Users\814072 | Folder containing the current user's profile |
Host | System.Management.Automation.Internal.Host.InternalHost | A reference to the host of the current runspace |
input | System.Collections.ArrayList+ArrayListEnumeratorSimple | |
MaximumAliasCount | 4096 | Maximum number of aliases allowed in a session |
MaximumDriveCount | 4096 | Maximum number of drives allowed in a session |
MaximumErrorCount | 256 | Maximum number of errors to retain in a session |
MaximumFunctionCount | 4096 | Maximum number of functions allowed in a session |
MaximumHistoryCount | 4096 | Maximum number of history objects to retain in a session |
MaximumVariableCount | 4096 | Maximum number of variables allowed in a session |
MyInvocation | System.Management.Automation.InvocationInfo | |
NestedPromptLevel | 0 | Dictates what type of prompt should be displayed for the current nesting level |
null | References to the null variable always return the null value. Assignments have no effect. | |
OutputEncoding | System.Text.DBCSCodePageEncoding | The text encoding used when piping text to a native executable file |
PID | 4800 | Current process ID |
profile | C:\Users\814072\Documents\WindowsPowerShell\Microsoft.PowerShellISE_profile.ps1 | |
ProgressPreference | Continue | Dictates the action taken when progress records are delivered |
PSBoundParameters | System.Management.Automation.PSBoundParametersDictionary | |
PSCommandPath | ||
PSCulture | zh-CN | Culture of the current Windows PowerShell session |
PSDefaultParameterValues | System.Management.Automation.DefaultParameterDictionary | Variable to hold all default <cmdlet:parameter, value> pairs |
PSEmailServer | Variable to contain the name of the email server. This can be used instead of the HostName parameter in the Send-MailMessage cmdlet. | |
PSHOME | C:\Windows\System32\WindowsPowerShell\v1.0 | Parent folder of the host application of the current runspace |
psISE | Microsoft.PowerShell.Host.ISE.ObjectModelRoot | |
PSScriptRoot | ||
PSSessionApplicationName | wsman | AppName where the remote connection will be established |
PSSessionConfigurationName | http://schemas.microsoft.com/powershell/Microsoft.PowerShell | Name of the session configuration which will be loaded on the remote computer |
PSSessionOption | System.Management.Automation.Remoting.PSSessionOption | Default session options for new remote sessions |
PSUICulture | en-US | UI culture of the current Windows PowerShell session |
psUnsupportedConsoleApplications | Microsoft.PowerShell.Host.ISE.UICollection`1[System.String] | |
PSVersionTable | System.Management.Automation.PSVersionHashTable | Version information for current Windows PowerShell session |
PWD | C:\Users\814072 | |
scriptAnalyzer | Microsoft.PowerShell.Host.ISE.ISEAddOnTool | |
scriptBrowser | Microsoft.PowerShell.Host.ISE.ISEAddOnTool | |
ShellId | Microsoft.PowerShell | The ShellID identifies the current shell. This is used by #Requires. |
StackTrace | at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.Management.Automation.PathUtils.MasterStreamOpen(PSCmdlet cmdlet, String filePath, Encoding resolvedEncoding, Boolean defaultEncoding, Boolean Append, Boolean Force, Boolean NoClobber, FileStream& fileStream, StreamWriter& streamWriter, FileInfo& readOnlyFileInfo, Boolean isLiteralPath) |
|
TRUE | TRUE | Boolean True |
VerbosePreference | SilentlyContinue | Dictates the action taken when a Verbose message is delivered |
WarningPreference | Continue | Dictates the action taken when a Warning message is delivered |
WhatIfPreference | FALSE | If true, WhatIf is considered to be enabled for all commands. |
Powershell的内置变量的更多相关文章
- Maven系列三Maven内置变量
Maven内置变量说明: ${basedir} 项目根目录(即pom.xml文件所在目录) ${project.build.directory} 构建目录,缺省为target目录 ${project. ...
- Maven的内置变量
Maven内置变量说明: ${basedir} 项目根目录(即pom.xml文件所在目录) ${project.build.directory} 构建目录,缺省为target目录 ${project. ...
- nginx的那些内置变量
nginx在配置文件nginx.conf中可以使用很多内置变量,配置如下: location /info { add_header 'Content-Type' 'text/html'; echo & ...
- Maven内置变量说明
Maven内置变量说明: ${basedir} 项目根目录 ${project.build.directory} 构建目录,缺省为target ${project.build.outputDirect ...
- 学习笔记——Maven 内置变量
Maven内置变量说明: ${basedir} 项目根目录(即pom.xml文件所在目录) ${project.build.directory} 构建目录,缺省为target目录 ${project. ...
- makefile 分析 -- 内置变量及自动变量
makefile 分析1 -p 选项,可以打印出make过程中的数据库, 下面研究一下内置的变量和规则. -n 选项, 只运行,不执行, -d 选项,相当于--debug=a, b(basic), ...
- Perl中的特殊内置变量详解
#!/usr/bin/perl -w @array = qw(a b c d); foreach (@array) { print $_," "; } 例子的作用就是定义一个数组并 ...
- 【译】 AWK教程指南 附录D-AWK的内置变量
因内置变量的个数不多,此处按其相关性分类说明,并未按其字母顺序排列. ARGC ARGC表示命令行上除了选项 -F, -v, -f 及其所对应的参数之外的所有参数的个数.若将"awk程序&q ...
- Maven内置变量
1.Maven内置变量说明: ${basedir} 项目根目录 ${project.build.directory} 构建目录,缺省为target ${project.build.outputDire ...
随机推荐
- Servlet、JSP选择题
Java EE软件工程师认证考试 试题库-选择题 一. 选择题(包括单选和双选) 1.A 对于B/S架构的工作流程,以下说法正确的是( )(选择一项) A. 浏览器接受用户的输入--&g ...
- Java性能优化权威指南-读书笔记(一)-操作系统性能监控工具
一:CPU 1. 用户态CPU是指执行应用程序代码的时间占总CPU时间的百分比. 系统态CPU是指应用执行操作系统调用的时间占总CPU时间的百分比.系统态CPU高意味着共享资源有竞争或者I/O设备之间 ...
- ThreadGroup分析
本文为转载:http://sunboyyyl.blog.163.com/blog/static/2247381201211531712330/ 在Java中每一个线程都归属于某个线程组管理的一员,例如 ...
- 前端代理nproxy
一.场景/用途 前端代理的用途,相信大家都清楚.应用场景很多,如—— . 将线上的静态资源文件(JS.CSS.图片)替换为本地相应的文件,来调试线上(代码都被压缩过)的问题: . 本地开发过程,当后端 ...
- WordPress环境配置与安装
要安装wordpress,要安装apache,php,mysql,还要进行一系列复杂的配置,较为复杂. apache安装 php5.5.6 下载链接:http://windows.php.net/do ...
- [转]使用VC/MFC创建一个线程池
许多应用程序创建的线程花费了大量时间在睡眠状态来等待事件的发生.还有一些线程进入睡眠状态后定期被唤醒以轮询工作方式来改变或者更新状态信息.线程池可以让你更有效地使用线程,它为你的应用程序提供一个由系统 ...
- svn利用钩子post-commit自动更新到线上测试服务器(测试中未验证)
创建一个新的版本库: [root@centos03 svn]# pwd /home/svn [root@centos03 svn]# svnadmin create webtest [root@cen ...
- mysql修改表的存储引擎(myisam<=>innodb)
查看当前数据库的所支持的数据库引擎以及默认数据库引擎 mysql> show engines; +--------------------+---------+----------------- ...
- 用PHP语言做网站常见漏洞有哪些?
第一:SQL注入漏洞 在进行网站开发的时候,程序员由于对用户输人数据缺乏全面判断或者过滤不严导致服务器执行一些恶意信息,比如用户信息查询等.黑客可以根据恶意程序返回的结果获取相应的信息.这就是所 ...
- ER-Studio的五种关系说明
1. identifying relationship: 1对多. 父实体的主键是子实体的外键(FK1),且FK1是主键. 2. no identifying, mandatory relations ...