Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Darvid

  1. Darvid

    Powershell sample API REST

    The problem was the "group management api" must have "Web services/configuration read/write" enable. With that setting, the code above is Ok
  2. Darvid

    Powershell sample API REST

    Hi all I'm trying to query IPO 11 REST API with a powershell script but I'm stuck on an error 401:unauthorized ! This is my test script [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 $uri = "https://<serveur>:7070/WebManagement/ws/sdk" $authente =...

Part and Inventory Search

Back
Top