Forum Discussion
Kilimanjaro
Jul 17, 2020Copper Contributor
Get all messages with info from queue with powershell
My question - is there some possibility of taking all messages from the service bus queue with all information like content and headers with PowerShell? To take one I use $postService = Invoke-We...
HusseinAwad
Dec 24, 2020Copper Contributor
Yes you can. You just need to be careful what action you want to do, wether you want to read the messages ad delete them from thr queue. Or you want to read the messages and leave them at the original queue as it is. Hope this helps!