Fix dps and Get-HAPath
DPS -MatchAny should work better now Get-HAPath refined
這個提交存在於:
父節點
0a2bb25700
當前提交
fd9b8a968c
共有 2 個檔案被更改,包括 8 行新增 和 5 行删除
|
@ -32,7 +32,7 @@ if( $MatchName ) {
|
|||
}
|
||||
|
||||
if( $MatchAny ) {
|
||||
$result = $result | Where-Object { $_ | Out-String | Where-Object { $_ -match $($MatchAny -join '|') } }
|
||||
$result = $result | Where-Object { $_ | Format-Table -Wrap -HideTableHeaders | Out-String | Where-Object { $_ -match $($MatchAny -join '|') } }
|
||||
}
|
||||
|
||||
if( $OrderBy ) {
|
||||
|
|
載入中…
新增表格
新增連結
新增問題並參考