如何在远程会话后保持有序哈希表的顺序?

时间:2015-12-08 09:00:06

标签: powershell session hashtable ordereddictionary

我在远程会话中调用ServerObject的脚本块。在scriptblock中,我创建一个哈希表并将其保存在ServerObject中。在脚本块的末尾,订单是正确的,在会话之后,项目的顺序错误。

.texter {
    display: none;
}

.fromage {
    background: #06499d;
    cursor: pointer; /* to show it's clickable */
    padding: .5em; /* pure beauty */
    color: #fff; /* pure beauty */
}

.baguette .texter {
    display: block;
}

.baguette.fromage {
    background: #20669d;
}

1 个答案:

答案 0 :(得分:0)

试试这个:

$ Inf.GetEnumerator()| sort -Property name