该命令将它们传递给 Select-Object cmdlet,该 cmdlet 选择进程名称和进程 ID。 在管道结束时,该命令使用 ConvertTo-Csv cmdlet 将输出转换为逗号分隔值,不包含类型信息。 该命令将结果存储在 $Processes 变量中。 $Processes 现在包含进程名称和 PID。第二个命令指定更改输入项顺序的示例变量。 该命令覆...
新的Convert-String Cmdlet 會自動根據您在 -Example 參數中提供的範例將文字格式化。 新的模組 Microsoft.PowerShell.Archive 包括的 Cmdlet,可讓您將檔案和資料夾壓縮為封存 (也稱為 ZIP) 檔案、從現有的 ZIP 檔案解壓縮檔案,並將 ZIP 檔案更新為已壓縮檔案的較新版本。
$joinCred = New-Object pscredential -ArgumentList ([pscustomobject]@{ UserName = $null Password = (ConvertTo-SecureString -String 'TempJoinPA$$' -AsPlainText -Force)[0] }) $addComputerSplat = @{ DomainName = "Domain03" Options = 'UnsecuredJoin', 'PasswordPass' Credential = $joinCred ...
Convert-Path Alias dbp -> Disable-PSBreakpoint Alias del -> Remove-Item Alias diff -> Compare-Object Alias dir -> Get-ChildItem Alias dnsn -> Disconnect-PSSession Alias ebp -> Enable-PSBreakpoint Alias echo -> Write-Output Alias epal -> Export-Alias Alias epcsv -> Export-Csv Alias ...
通过管道传递至Out-String会将格式化输出转换为单个多行字符串对象。 这意味着,当Select-String找到匹配项时,它会输出整个多行字符串。 PowerShell PS>$hash= @{ Name ='foo'Category ='bar'}# !! NO output, due to .ToString() conversion$hash|Select-String-Pattern'foo'# Out-String converts the out...
通过管道传递至Out-String会将格式化输出转换为单个多行字符串对象。 这意味着,当Select-String找到匹配项时,它会输出整个多行字符串。 PowerShell PS>$hash= @{ Name ='foo'Category ='bar'}# !! NO output, due to .ToString() conversion$hash|Select-String-Pattern'foo'# Out-String converts the out...
Get-Culture cmdlet 使用 TextInfo 嵌套属性和 ListSeparator,并显示当前区域性的默认列表分隔符。 Get-WinEvent cmdlet 获取事件日志对象,并使用 LogName 参数指定日志文件名称。 事件日志对象沿管道向下发送到 ConvertTo-Csv cmdlet。 ConvertTo-Csv cmdlet 将事件日志对象转换为一系列 CSV 字符串。 UseCulture 参数...
通过管道传递至Out-String会将格式化输出转换为单个多行字符串对象。 这意味着,当Select-String找到匹配项时,它会输出整个多行字符串。 PowerShell PS>$hash= @{ Name ='foo'Category ='bar'}# !! NO output, due to .ToString() conversion$hash|Select-String-Pattern'foo'# Out-String converts the out...
Get-Command[[-ArgumentList]<Object[]>][<CommonParameters>]Get-Command[[-Name]<string[]>][[-ArgumentList]<Object[]>][<CommonParameters>]# 参数-All-ArgumentList<Object[]>-CommandType<CommandTypes>-FullyQualifiedModule<ModuleSpecification[]>-ListImported-Module<string[]>-Name<string[]>-Noun<stri...
ConvertTo-Xml Debug-Runspace Disable-PSBreakpoint Disable-RunspaceDebug Enable-PSBreakpoint Enable-RunspaceDebug Export-Alias Export-Clixml Export-Csv Export-FormatData Export-PSSession Format-Custom Format-Hex Format-List Format-Table Format-Wide ...