hi!
i am getting the following Json-Response and pipe it to this Export-CliXml Result. i then use ‘Get-Content’ to read that file and find the ‘edittoken’-line like this.
does anybody have an idea how this could be done without the workaround of making use of ‘Export-CliXml’?
the problem (as far as i understand it) is that PowerShell can not handle/work with the numeric object as “$WebRequestObject.query.pages.338” fails.
KR
Guenther