powershell HashTable属性转储(循环)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell HashTable属性转储(循环)相关的知识,希望对你有一定的参考价值。

$hash.GetEnumerator() | Foreach-Object {
	Write-CMTraceEvent -Message "$($_.Key): $($_.Value | Out-String)"
}

以上是关于powershell HashTable属性转储(循环)的主要内容,如果未能解决你的问题,请参考以下文章

powershell ConvertTo-Hashtable:Powershell实用程序函数,它将psCustomObject转换为HashTable,以便更好地寻找和迭代

PowerShell 是不是支持 HashTable 序列化?

在Powershell中将hashtable与循环中的类似值进行比较

如何附加到powershell Hashtable值?

powershell 获取文件的十六进制转储

powershell MySQL转储/恢复