有人可以提供一個PowerShell腳本來加入基於公共密鑰列的兩個函數結果。基於公共密鑰列加入兩個函數結果的Powershell腳本
示例:
Result1和Result2具有共同的字段「名稱」。我想加入結果並獲取以下信息。
$Result1 = get-wmiobject -ComputerName localhost -Class win32_service
$Result2 = get-service
結果
Name : wuauserv
DisplayName : Windows Update
Status : Running
StartMode : Manual
ProcessId : 400