How can I use Powershell to access a restful webservice?

前端 未结 3 1985
无人及你
无人及你 2020-12-30 04:07

I need to integrate an existing powershell script to update it\'s status via a restful web service that returns json. I\'m a bit new to powershell but I was able to find the

3条回答
  •  情话喂你
    2020-12-30 04:33

    You could use DataContractJsonSerializer, which is a part of standard .Net library.

提交回复
热议问题