The Meraki Community
Register or Sign in
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • About Paul1226
Paul1226

Paul1226

Conversationalist

Member since Oct 2, 2021

‎10-06-2021
Kudos given to
User Count
nealgs
nealgs
1
View All

Community Record

2
Posts
0
Kudos
0
Solutions

Badges

Lift-Off View All
Latest Contributions by Paul1226
  • Topics Paul1226 has Participated In
  • Latest Contributions by Paul1226

Re: Automated password for Guest wireless user

by Paul1226 in Wireless LAN
‎10-03-2021 09:53 AM
‎10-03-2021 09:53 AM
discovered this issue in my base uri was using v1 and v0   failed with this code    # setup some global static stuff    $base_uri = "https://api.meraki.com/api/v1/organizations/<OrgID>/" functioned properly using this code    # setup some global static stuff    $base_uri = "https://api.meraki.com/api/v0/organizations/<OrgID>/" ... View more

Re: Automated password for Guest wireless user

by Paul1226 in Wireless LAN
‎10-02-2021 03:59 PM
‎10-02-2021 03:59 PM
Having an issue I am not sure how to resolve. This is the error   PS C:\Meraki Scripts> .\MerakiPSKTool.ps1 -site Wireless -ssid Guest Displaying Wifi details Network Name : Wireless id : N_616000344304523008 Type : Invoke-WebRequest : Page not found The page you are looking for may have been moved or does not exist. To log in to the Cisco Meraki Dashboard, go to https://dashboard.meraki.com.© 2021 Cisco Systems, Inc. At C:\Meraki Scripts\MerakiPSKTool.ps1:138 char:14 + ... $r = Invoke-WebRequest $request_uri -Method:Get -Headers @{"X- ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand ConvertFrom-Json : Cannot bind argument to parameter 'InputObject' because it is null. At C:\Meraki Scripts\MerakiPSKTool.ps1:140 char:19 + $z = $r | ConvertFrom-Json + ~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidData: (:) [ConvertFrom-Json], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.ConvertFromJsonCommand     ... View more
Kudos given to
User Count
nealgs
nealgs
1
View All
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Privacy Settings
  • Terms of Use
© 2023 Meraki