Advanced Search
Search Results
50 total results found
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...
Hobbies
Resolving logon errors on thin clients
The following two errors can occur when trying to login to the RDS farms if a user’s roaming profile has become corrupted. * The Group Policy Client service failed the sign-in. Access is denied.* The User Profile Service service failed the logon. User profile...
Automation
Tips for Cisco 7941 & 7961 phones
PERFORMING A LOCAL CONFIG FILE RESET ON CISCO 7941, 7961 IP PHONESFollow the steps below remove the security files from your Cisco 7941, 7961 IP phone:1. Press the Settings button.2. Go to Security Configuration and select Trust List.3. Select ITL Fil...