Powershell Invoke-WebRequest IMS Path + Credentials

59 Views Asked by At

I have some problems passing an IMS url to my powershell command invoke-webrequest

http://ims-bs:7001/si/viewrevision?projectName=/blabla/project.pj&selection=my%5fsoftware%5fv1.1.zip

1.Right now I am stuck at &. I get an error even if I wrap the & with "&".

2.Also how can I directly pass credentials if the link would work?

Thank you!

error screenshot

0

There are 0 best solutions below