PowerShell ps = PowerShell.Create(); ps.AddCommand("Get-NetIPInterface"); // ps.AddParameter("AddressFamily", "IPv4"); Collection<PSObject> psObjects = ps.
確定! 回上一頁