@Nikita_Bajaj the module lists PowerShell 7 as a requirement..
Unfortunately, this is too little, too late for a lot of us who have
been muddling through working with the new console and API and have it
figured out now. It's very disappointing that documentation was not
ready at release and that the...
@preisss We are working on the swagger for new Web API. Meanwhile, you
can use the github repo which has a PowerShell module to work with new
WebAPI : GitHub - WillyMoselhy/SystemCenterOrchestrator: A PowerShell
Module for System Center Orchestrator
@preisss you're welcome! I didn't put it in the script examples but you
can also use the creds of the user currently running PowerShell if you
specify-UseDefaultCredentials instead of -Credentials.
@preisss From what I have found, there is no published documentation
from Microsoft but there are a few comments further up in this thread
that provided some good info. I made a script with examples that you can
feel free to use if you want.$server = "myserver" $baseUri =
"http://$($server):83/api" ...
Latest Comments