Advanced Search
Search Results
50 total results found
Unity Connection
Cisco ASA Packet Capture
!Define filterconf taccess-list cap extended permit ip host 10.10.9.1 any4access-list cap extended permit ip host 10.10.9.11 any4access-list cap extended permit ip host 10.63.56.2 any4access-list cap extended permit ip any4 host 10.10.9.1access-list cap extend...
General Tips & Tricks
Shell Scripts
Configuring Authelia w/ nginx proxy manager
### Files to be installed on nginx proxy server #### auth.conf<p>##/nginx/auth.conf#Basic Authelia Config#Send a subsequent request to Authelia to verify if the user is authenticated#and has the right permissions to access the resource. auth_request /autheli...
Mikrotik
Quick PowerShell script to update an AD attribute
# Import AD ModuleImport-Module ActiveDirectory # Import CSV into variable $userscsv$users = Import-Csv -Path C:\Users\EXAMPLE\Documents\UpdateCompanyTest.csv # Loop through CSV and update users if they exist in CVS fileforeach ($user in $users) { # Search ...
Troubleshooting
Random
Creating a new admin account on Cisco Unity
At the console, issue the following commands: run cuc dbquery unitydirdb execute procedure csp\_UserCreate(ptemplateObjectId=(select objectid from vw\_Usertemplate where displayname='Administrator Template'),palias='NEWADMINNAME') run cuc dbquery unitydirdb ...
Networking
Home Assistant
Cisco AP notes
Turn off console logging: debug capwap console cliconf tno logging consoleend Reset to factory defaults: debug capwap console cli erase /all nvram *******************************************************Example: Entered the username and password debug capw...
Collaboration
Portainer
Remote Packet Capture - Windows
Remote host packet capture:Enter-PSSession -ComputerName HOSTNAME -Credential USERNAMEnetsh trace start capture=yes maxsize=512 filemode=circular overwrite=yes report=no correlation=no Ethernet.Type=IPv4 IPv4.Address=146.70.24.173 Script to convert to PCAP:$s...
General
Cisco Switch Packet Capture
!Define filterconf tip access-list extended PXEcappermit ip host 10.10.9.1 anypermit ip host 10.10.9.11 anypermit ip host 10.63.56.2 anypermit ip any host 10.10.9.1permit ip any host 10.10.9.11permit ip any host 10.63.56.2end! !Define buffermonitor capture bu...