User contributions for Dave
12 February 2024
- 02:4802:48, 12 February 2024 diff hist +6 Windows Network No edit summary current
- 02:4802:48, 12 February 2024 diff hist +7 Windows Filesystem →Format a disk current
- 02:4502:45, 12 February 2024 diff hist +4 Cisco ASA →Move Context
- 02:4502:45, 12 February 2024 diff hist +9 Cisco ASA →Move Context
- 02:4402:44, 12 February 2024 diff hist +1,000 N Cisco ASA Created page with "=HA/Redundancy= ==Manual Failover== Manually failover a group to the peer firewall: # <code>admin# changeto system</code> # <code>show failover</code> # <code>failover active group 2</code> ''(this makes the currently-logged-in firewall active for group 2)'' ==Move Context== Move context from group 2 to group 1: ''Note: All groups must be on same firewall before you can move a context to another group.'' <code>admin# changeto system</code> <code># failover active g..."
- 02:3602:36, 12 February 2024 diff hist +1 Ruckus →Span/Mirror Port
- 02:3602:36, 12 February 2024 diff hist +12 Ruckus →Span/Mirror Port
- 02:3502:35, 12 February 2024 diff hist +69 Ruckus No edit summary
- 02:3402:34, 12 February 2024 diff hist +1,214 N Ruckus Created page with "=General= ===Determine port of MAC=== sh mac-address | inc 5916 Output: 3817.c3ca.5916 11 Dynamic 277 ===Show detailed LLDP=== sh lldp neigh detail ports e 11 Output: Local port: 11 Neighbor: 78a6.e109.ddd1, TTL 114 seconds + Chassis ID (MAC address): 78a6.e109.dda0 + Port ID (MAC address): 78a6.e109.ddd1 + Time to live: 120 seconds + System name : "s1-137-switch" + Port description : "10GigabitEthernet1/2/1" + System capabili..."
- 02:3002:30, 12 February 2024 diff hist +15 Dave-Wiki Home →Network Devices
- 02:2902:29, 12 February 2024 diff hist +28 N Aruba Dave moved page Aruba to Aruba Wireless current Tag: New redirect
- 02:2902:29, 12 February 2024 diff hist 0 m Aruba Wireless Dave moved page Aruba to Aruba Wireless
- 02:2902:29, 12 February 2024 diff hist +352 Aruba Wireless →Mobility Master
- 02:2802:28, 12 February 2024 diff hist +643 Aruba Wireless →Mobility Master
- 02:2502:25, 12 February 2024 diff hist +731 Aruba Wireless →Mobility Master
- 02:2302:23, 12 February 2024 diff hist +1,105 Aruba Wireless →Mobility Master
11 February 2024
- 22:1922:19, 11 February 2024 diff hist +18 Aruba Wireless →Definitions
- 22:1722:17, 11 February 2024 diff hist +375 Aruba Wireless No edit summary
- 22:1522:15, 11 February 2024 diff hist −25 Dave-Wiki Home No edit summary
- 22:1422:14, 11 February 2024 diff hist −13 Aruba Wireless →AirWave
- 22:1422:14, 11 February 2024 diff hist +424 Aruba Wireless No edit summary
- 22:1222:12, 11 February 2024 diff hist −16 Dave-Wiki Home →Network Devices
- 22:1222:12, 11 February 2024 diff hist 0 m Aruba Wireless Dave moved page Aruba AP to Aruba without leaving a redirect
- 22:1122:11, 11 February 2024 diff hist +23 Dave-Wiki Home →Other
- 22:0922:09, 11 February 2024 diff hist +18 Dave-Wiki Home →Filesystem
- 22:0322:03, 11 February 2024 diff hist −573 Dave-Wiki Home No edit summary
- 22:0222:02, 11 February 2024 diff hist +14 Dave-Wiki Home →Windows
- 22:0222:02, 11 February 2024 diff hist 0 m Windows Users Dave moved page Users to Windows Users without leaving a redirect current
- 22:0122:01, 11 February 2024 diff hist +20 Dave-Wiki Home →Windows
- 22:0122:01, 11 February 2024 diff hist 0 m Windows System Info Dave moved page System Info to Windows System Info without leaving a redirect current
- 22:0022:00, 11 February 2024 diff hist 0 m Windows Printers Dave moved page Printers to Windows Printers without leaving a redirect current
- 22:0022:00, 11 February 2024 diff hist +33 Dave-Wiki Home →Windows
- 22:0022:00, 11 February 2024 diff hist 0 m Windows Network Dave moved page Network to Windows Network without leaving a redirect
- 21:5921:59, 11 February 2024 diff hist −2,297 PowerShell Replaced content with "==Updating== # <code>winget search Microsoft.PowerShell</code> # <code>winget install --id Microsoft.PowerShell --source winget</code> ==Check Version== <code>$PSVersionTable.PSVersion</code>" current Tag: Replaced
- 21:5921:59, 11 February 2024 diff hist +166 N Windows SSL Created page with "==Convert x.509 (PKCS#12) to PFX== <code>openssl pkcs12 -export -out cert.pfx -inkey private.key -in cert.crt -certfile CACert.crt</code> (-certfile is not required)"
- 21:5921:59, 11 February 2024 diff hist +306 N Windows Filesystem Created page with "==Format a disk== <code>get-disk</code> note the disk number, then: <code>clear-disk -number 1 -removedata -removeoem</code> (removes data partitions and OEM partitions) <code>new-partition -disknumber 1 -usemaximumsize</code> <code>get-partition -disknumber 1 | set-partition -newdriveletter D</code>"
- 21:5921:59, 11 February 2024 diff hist +19 Dave-Wiki Home →Windows
- 21:5821:58, 11 February 2024 diff hist −10 Windows Active Directory →List which GPO's are applied
- 21:5821:58, 11 February 2024 diff hist +205 N Windows Active Directory Created page with "==List which GPO's are applied== <code>rsop.msc</code> (GUI version) <code>gpresult /r /scope computer</code> (CLI version) or save it to an html file with /h: <code>gpresult /h c:\gpresult.html</code>"
- 21:5821:58, 11 February 2024 diff hist +25 Dave-Wiki Home →Windows
- 21:5721:57, 11 February 2024 diff hist +55 N Windows Printers Created page with "==List printers== <code>wmic printer list brief</code>"
- 21:5721:57, 11 February 2024 diff hist +384 N Windows System Info Created page with "==Get PC's serial number== <code>wmic bios get serialnumber</code> <code>wmic csproduct get vendor,name,identifyingnumber</code> ==Get Windows build number from an .iso file== <code>dism /get-wiminfo /wimfile:g:\sources\install.wim</code> Then, run it again with whichever index number you want to display: <code>dism /get-wiminfo /wimfile:g:\sources\install.wim /index:3</code>"
- 21:5621:56, 11 February 2024 diff hist +169 N Windows Other Created page with "=Text-to-speech= <code>powershell Add-Type -AssemblyName System.speech; $speak = New-Object System.Speech.Synthesis.SpeechSynthesizer; $speak.Speak('I am groot')</code>" current
- 21:5621:56, 11 February 2024 diff hist +26 Dave-Wiki Home →Windows
- 21:5521:55, 11 February 2024 diff hist +874 N Windows Network Created page with "==Useful network information== <code>net config workstation</code> ==Change a network interface to use dynamic DHCP to get its IP== <code>netsh interface ip show config</code> <code>netsh interface ip set address "Ethernet" dhcp</code> ==Reset a network interface== <code>netsh int ip reset</code> <code>netsh winsock reset</code> ==Release and renew an IP address== <code>ipconfig /release & ipconfig /renew</code> ==Mount a Windows file share== <code>net use \\p..."
- 21:5521:55, 11 February 2024 diff hist −232 PowerShell →Users
- 21:5521:55, 11 February 2024 diff hist +221 N Windows Users Created page with "==List users== <code>net user</code> ==Change password of a local user account== <code>net user [username] [new_password]</code> ==Enable or Disable a local user== <code>net user [username] /active:yes</code> (or no)"
- 21:5421:54, 11 February 2024 diff hist +5 Dave-Wiki Home →Networking
- 21:5421:54, 11 February 2024 diff hist +124 Dave-Wiki Home →Windows
- 21:5021:50, 11 February 2024 diff hist +3 Dave-Wiki Home →Windows