$Result = Invoke-WebRequest -Uri $ListSvc -Method Post -Credential $Credential -Headers $Headers -ContentType "application/json" -Body $Body;. # ...
確定! 回上一頁