Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Just happend to have a similar issue. I came up with this function. Hope this helps Function Get-Clients {param ( [Parameter(mandatory=$true)]$MerakiApiKey, [Parameter(mandatory=$true)]$networkId,$perPage = "50" ) $headers = @{"X-C...