I am interested in create a new lookuptable using PowerShell script through PSI.
I know how to get to the Web Service proxy:
New-WebServiceProxy -uri "http://sp2013ken/pwa/_vti_bin/PSI/LookupTable.asmx?wsdl" -useDefaultCredential
Wondering if anyone has example on how to use the Proxy to do that?