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 BeckerIT
BeckerIT

BeckerIT

Here to help

Member since Sep 8, 2017

2 hours ago
Kudos from
User Count
SSAY-AXS
SSAY-AXS
1
PhilipDAth
Kind of a big deal PhilipDAth
3
NordOps
NordOps
1
JessIT1
JessIT1
1
BrandonS
BrandonS
1
View All
Kudos given to
User Count
CptnCrnch
Kind of a big deal CptnCrnch
2
KarstenI
Kind of a big deal KarstenI
1
Larry_Woods
Meraki Employee Larry_Woods
1
the-iot
the-iot
1
michjoh
michjoh
1
View All

Community Record

14
Posts
11
Kudos
0
Solutions

Badges

1st Birthday
First 5 Posts
First 10 Kudos
Lift-Off View All
Latest Contributions by BeckerIT
  • Topics BeckerIT has Participated In
  • Latest Contributions by BeckerIT

Re: Happy New Year! What are your Networking Resolutions?

by BeckerIT in Community Announcements
‎01-12-2023 01:47 AM
1 Kudo
‎01-12-2023 01:47 AM
1 Kudo
For 2023 I'm looking to Recertify my lapsed CCNA, Get my Meraki EMCS 1, Cleanup/upgrade my Homelab, Get my Fortinet NSE4 and teach myself Python. (so not much to get done this year). ... View more

Re: Seeing on (3) of our firewalls - Threat Name - wsasme.exe

by BeckerIT in Security / SD-WAN
‎10-24-2022 06:51 AM
3 Kudos
‎10-24-2022 06:51 AM
3 Kudos
I just opened Case 08784225, will keep everyone updated on this. ... View more

Re: Seeing on (3) of our firewalls - Threat Name - wsasme.exe

by BeckerIT in Security / SD-WAN
‎10-24-2022 06:47 AM
1 Kudo
‎10-24-2022 06:47 AM
1 Kudo
That is the client excutable for webroot secureanywhere anti-virus. I'm also getting alot (20 in the last hour) of these alerts. This is now the second or third time (this year) that meraki has (apparently) considered this file to be malious.  ... View more

Re: meraki flagging webroot installer file as malware (wsasme.exe)

by BeckerIT in Security / SD-WAN
‎07-27-2022 06:47 AM
‎07-27-2022 06:47 AM
In my case, NO I do not consider it a threat, as we are running webroot and I also verified with our RMM provider (whom we get the license from) has been pushing out updates this week. ... View more

Re: meraki flagging webroot installer file as malware (wsasme.exe)

by BeckerIT in Security / SD-WAN
‎07-27-2022 05:56 AM
‎07-27-2022 05:56 AM
If it helps anyone, I just hashed the file, (locally on a Windows 11 VM), and it came back with the same hash as virustotal.  I then downloaded on a separate machine, hashed that file and that hash also matched. ... View more

Re: Client VPN Error After January Windows Updates

by BeckerIT in Security / SD-WAN
‎01-13-2022 09:23 AM
‎01-13-2022 09:23 AM
It is KB5009543. I just spent 4 hours cleaning up the mess from the installation of that update. ... View more

Re: Troubleshooting Phones Provisioning to Ring Central

by BeckerIT in Security / SD-WAN
‎03-11-2021 06:31 AM
2 Kudos
‎03-11-2021 06:31 AM
2 Kudos
Here's a document link, I found helpful when my company was switching over to RingCentral and ran into similar provisioning issues.   https://support.ringcentral.com/article/9233.html#8.6.3.WhitelistDomains ... View more

Re: MR70 - Outdoor Install: How do you prevent Physical Access?

by BeckerIT in Wireless LAN
‎03-11-2021 05:31 AM
‎03-11-2021 05:31 AM
One thing you could do (depending on how its mounted, would be to run the cabling inside the structure the AP is being mounted to, and put just enough slack outside to physically connect to the AP itself and enclose the whole thing (in some type of lockable NEMA rated outdoor enclosure). ... View more

Re: Problems with Microsoft Dynamics in VPN Site to Site and Client VPN

by BeckerIT in Security / SD-WAN
‎03-19-2020 05:25 AM
‎03-19-2020 05:25 AM
My company is also running Meraki Client VPN and Microsoft Dynamics and using the MS Win 10 built-in VPN client.  I've recently found that when they have problems connecting to the MS dynamics Server (or any other network resource), the quickest 'solution' is to rebuild the VPN connection.  One could either do so manually, (which can go relatively quickly) or fellow Meraki users have created PowerShell or other scripts to assist with most of the rebuild process.  (I'd search these forums for 'client VPN setup script'). ... View more

Re: W32.779C90C974-100.SBX.TG / ArchiveFile - Disposition Changed

by BeckerIT in Security / SD-WAN
‎08-02-2019 08:14 AM
2 Kudos
‎08-02-2019 08:14 AM
2 Kudos
The adobe files, I can’t help with checking the disposition on those.  (Sorry).  You’d likely have to contact Meraki Support. ... View more

Re: W32.779C90C974-100.SBX.TG / ArchiveFile - Disposition Changed

by BeckerIT in Security / SD-WAN
‎08-02-2019 05:30 AM
‎08-02-2019 05:30 AM
I'm getting slammed with alerts as well. Opened a support case with meraki, and it appears to be a false positive. ... View more

Re: Wish: VPN Client

by BeckerIT in Security / SD-WAN
‎04-26-2019 07:07 AM
2 Kudos
‎04-26-2019 07:07 AM
2 Kudos
Sure,  ResetVPNConnection.ps1 Set-VpnConnection -Name "ConnectionName" -ServerAddress WAN Public IP -AuthenticationMethod Pap -DnsSuffix AD domain name -EncryptionLevel Optional -Force -L2tpPsk VPNPSK -RememberCredential $true -TunnelType L2tp CreateVPNConnection.ps1 Add-VpnConnection -Name "Connection Name" -ServerAddress WANPublicIP -AuthenticationMethod Pap -DnsSuffix ADDSdomainName -EncryptionLevel Optional -Force -L2tpPsk VPNPSK -RememberCredential -TunnelType L2tp -AllUserConnection Set-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Services\PolicyAgent -Name AssumeUDPEncapsulationContextOnSendRule -Value 2 -Type DWord These scripts will do most of creation, but you'll still have to set certain things (like the user credentials, and such) manually. I've also found the DISABLING IPv6 on the VPN adapter also helps with vpn connectivity.  ... View more

Re: Wish: VPN Client

by BeckerIT in Security / SD-WAN
‎01-03-2019 11:54 AM
‎01-03-2019 11:54 AM
I've put togther a similar set powershell scripts,  which create the vpn connection, and (as needed) can also reset the configuration of the vpn connection. ... View more

Re: Test client vpn from internal

by BeckerIT in Security / SD-WAN
‎03-12-2018 10:57 AM
‎03-12-2018 10:57 AM
One way you could test your client VPN is if you have access to a second internet connection. ... View more
Kudos from
User Count
SSAY-AXS
SSAY-AXS
1
PhilipDAth
Kind of a big deal PhilipDAth
3
NordOps
NordOps
1
JessIT1
JessIT1
1
BrandonS
BrandonS
1
View All
Kudos given to
User Count
CptnCrnch
Kind of a big deal CptnCrnch
2
KarstenI
Kind of a big deal KarstenI
1
Larry_Woods
Meraki Employee Larry_Woods
1
the-iot
the-iot
1
michjoh
michjoh
1
View All
My Top Kudoed Posts
Subject Kudos Views

Re: Seeing on (3) of our firewalls - Threat Name - wsasme.exe

Security / SD-WAN
3 1255

Re: Troubleshooting Phones Provisioning to Ring Central

Security / SD-WAN
2 2983

Re: W32.779C90C974-100.SBX.TG / ArchiveFile - Disposition Changed

Security / SD-WAN
2 41968

Re: Wish: VPN Client

Security / SD-WAN
2 12476

Re: Happy New Year! What are your Networking Resolutions?

Community Announcements
1 4447
View All
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Cookies
  • Terms of Use
© 2023 Meraki