Get-Command Get-ExperimentalFeature Get-Help Get-History Get-Job Get-Module Get-PSHostProcessInfo Get-PSSession Get-PSSessionCapability Get-PSSessionConfiguration Get-PSSubsystem Import-Module Invoke-Command Invoke-History New-Module New-ModuleManifest ...
false -Full <System.Management.Automation.SwitchParameter> Displays the entire help article for a cmdlet. Full includes parameter descriptions and attributes, examples, input and output object types, and additional notes. This parameter is effective only when the help files are installed on the comput...
In PowerShell, each value has a type, and types fall into one of two main categories: value types and reference types. Consider the type int, which is typical of value types. A value of type int is completely self-contained; all the bits needed to represent that value are stored in th...
替代PSModulePath此 PowerShell 会话的设置。 如果配置适用于当前用户,则设置CurrentUser模块路径。 如果配置适用于所有用户,则设置AllUsers模块路径。 警告 在此处配置AllUsers或CurrentUser模块路径不会更改 PowerShellGet cmdlet(如Install-Module)的作用域安装位置。 这些 cmdlet 始终使用默认模块路径。
Beginning in Windows PowerShell 3.0, the Get-Job cmdlet also gets custom job types, such as workflow jobs and instances of scheduled jobs. To find the job type of a job, use the PSJobTypeName property of the job. To enable Get-Job to get a custom job type, import the module that su...
Seal internal types in PlatformInvokes (#24826) (Thanks @xtqqczze!)ToolsUpdate CODEOWNERS (#24989) Build and Packaging ImprovementsWe thank the following contributors!@xtqqczze, @KyZy7Update branch for release - Transitive - false - none (#24995) Add setup dotnet action to the build compo...
Output types To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn't return data.Feedback Was this page helpful? Yes No Provide product feedback ...
gi 获取指定的文件或者目录 Get-Item gp 获取文件或目录的属性 Get-ItemProperty ii 使用对应的默认windows程序运行文件或者目录 Invoke-Item — 连接两个路径为一个路径 Join-Path mi, mv, move 移动文件或者目录 Move-Item ni 创建新文件或者目录 New-Item ri, rm, rmdir,del, erase, rd 删除空目录或者文件...
These operators process all elements of the collection. Example: PowerShell Copy "zzz", "def", "zzz" -eq "zzz" Output Copy zzz zzz The equality operator can compare objects of different types. It's important to understand that the value on the right-hand side of the comparison...
Input types To see the input types that this cmdlet accepts, seeCmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn't accept input data. Outputs Output types To see the return types, which are also known as output types, that this cmdlet accep...