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.
Hello,I am having some serious trouble getting the vpn exclusion rules for a single network or few in my organization.I keep getting the error networkIds must be an array and I have tried any suggestion I have found to fix with no better results.I am...
I need to add an additional DHCP server to several sites as a backup but the postman API call wipes the current values and just add the new ones. for example, I currently have different server IPs per region and I want to add a central DHCP relay as...
Hello, thank you. that worked perfectly. here is the code that worked for me for reference# Set up headers correctly for Meraki API authentication$headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]"$headers.Add("Content-Ty...
Hi, the issue is that we have several different DHCP servers for several different sites so that would not work.Fortunatelly I was able to figure this out getting the network vlan data 1st and then putting it in a variable and then concatenate the ne...