PowerShell 複製 ConvertFrom-StringData [-StringData] <String> [[-Delimiter] <Char>] [<CommonParameters>]DescriptionConvertFrom-StringData Cmdlet 會將包含一或多個索引鍵和值組的字串轉換成哈希表。 由於每個機碼/值組都必須位於個別行上,因此這裡字串通常用來做為輸入格式。 根據預設,索引鍵 必須以...
Applies To: Windows PowerShell 2.0Converts a string containing one or more key/value pairs to a hash table.SyntaxCopy ConvertFrom-StringData [-StringData] <string> [<CommonParameters>] DescriptionThe ConvertFrom-StringData cmdlet converts a string that contains one or more key/value pairs into...
Microsoft.PowerShell.5.1.ReferenceAssemblies v1.0.0 Activity to invoke the Microsoft.PowerShell.Utility\ConvertFrom-StringData command in a Workflow. C++複製 publicrefclassConvertFromStringDatasealed:Microsoft::PowerShell::Activities::PSActivity Inheritance ...
In this command, an expression is utilized as the value for the parameter "TemplateContent". For convenience, the expression is stored in a variable. By doing this, Windows PowerShell now recognizes that the string utilized in the pipeline, represented asConvertFrom-String, has a total of three...
MicrosoftDocs/PowerShell-DocsPublic NotificationsYou must be signed in to change notification settings Fork1.6k Star2.1k Code Issues26 Pull requests Actions Projects1 Security Insights Additional navigation options Document-AsLiteralswitch forConvertFrom-StringDatacmdlet#10769 ...
ISE = Windows PowerShell Integrated Scripting Environment "@ C:\PS> $p | get-member TypeName: System.String Name MemberType Definition --- --- --- Clone Method System.Object Clone() ... C:\PS> $hash = convertfrom-stringdata -stringdata $p C:\PS> $hash | get...
SS64 PowerShell How-to ConvertFrom-StringDataConvert a string containing one or more key/value pairs to a hash table.Syntax ConvertFrom-StringData [-StringData] string [CommonParameters] Key -StringData string The string to be converted. Accepts piped data (string) The value of this parameter...
PowerShell 复制 ConvertFrom-StringData [-StringData] <String> [[-Delimiter] <Char>] [<CommonParameters>]说明ConvertFrom-StringData cmdlet 将包含一个或多个键值对的字符串转换为哈希表。 由于每个键值对必须位于单独的行上,因此此处字符串通常用作输入格式。 默认情况下,键 必须用等号()字...
Microsoft.PowerShell.Management Microsoft.PowerShell.Security Microsoft.PowerShell.Utility 命令 Add-Member Add-Type Clear-Variable Compare-Object ConvertFrom-CliXml ConvertFrom-Csv ConvertFrom-Json ConvertFrom-Markdown ConvertFrom-SddlString ConvertFrom-StringData ...
PowerShell 的新功能 Windows PowerShell 安全性 Desired State Configuration (DSC) PowerShell 資源庫 社群 腳本和開發 文件參與者指南 PowerShell 支援生命週期 參考 CimCmdlets Microsoft.PowerShell.Archive Microsoft.PowerShell.Core Microsoft.PowerShell.Diagnostics ...