You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue with the Get-CWMTicket command below:
Get-CWMTicket -TicketID 1255787 Invoke-CWMWebRequest : An error has been thrown.
at Invoke-CWMWebRequest, : line 745
at Invoke-CWMGetMaster, : line 412
at Get-CWMTicket, : line 3360
at , : line 1
--> NotFound
--> Ticket 1255787 not found
At line:412 char:19
When I do Get-CWMTicket -all | Where-Object {$_.Id -eq 1255787} it works but obviously takes forever. Looks like highest ticket I can find with Get-CWMTicket -TicketID is 1109393.
The text was updated successfully, but these errors were encountered:
I am experiencing an issue with the Get-CWMTicket command below:
Get-CWMTicket -TicketID 1255787 Invoke-CWMWebRequest : An error has been thrown.
at Invoke-CWMWebRequest, : line 745
at Invoke-CWMGetMaster, : line 412
at Get-CWMTicket, : line 3360
at , : line 1
--> NotFound
--> Ticket 1255787 not found
At line:412 char:19
When I do Get-CWMTicket -all | Where-Object {$_.Id -eq 1255787} it works but obviously takes forever. Looks like highest ticket I can find with Get-CWMTicket -TicketID is 1109393.
The text was updated successfully, but these errors were encountered: