Advanced Search
Search Results
131 total results found
Installed software via PowerShell
Query registry for installed software There's more data in each registry than is being displayed in the PowerShell Custom Objects output be the script below. You can inspect $InstalledSoftware for further details. # HKEY_Local_Machine $HKLM_InstalledS...
Smokeping
*** Database *** # MSHARP 20250106 # - 20 pings every two minutes, one ping every 10 seconds # - raw data (2 minutes) for 31 days (1 month) # - seconds in a month: 31 * 24 * 60 * 60 = 2678400 # - steps per month: 2678400 / 120 = 22320 #...
Microsoft Remote Desktop
Select RDP transport protocols (client side) Source Check Get-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" -Name "SelectTransport" "Use only TCP" Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windo...
Logging
Interesting log messages These are log messages that have been observed that would be ideal to receive administrative notifications regarding. system,error,critical could not save configuration changes, not enough storage space available.
PowerAruba
PowerAruba PowerArubaSW - PowerShell module to manage ArubaOS switches
Microsoft 365 Licensing
Source
ExpressJS devnull
This is a simple NodeJS script that will give you a GET and POST endpoint to push data to for testing. npm init -y npm install express body-parser touch server.js // FILE: server.js const util = require('util'); const express = require('express')...
mcaselector on Linux
Download the proper version of JavaFX and then run with a command line similar to the one below: java --module-path openjfx-21.0.7_linux-x64_bin-sdk/javafx-sdk-21.0.7/lib --add-modules ALL-MODULE-PATH -jar mcaselector-2.5.2.jar I was successful running mcas...
Party Games
ClothespinsGame ChangerWho can pin the most clothespins to themselves in one minute. Keep in mind, by self, we mean not clothes but skin. Compliment DualGame Changer -end
OpenDKIM
sudo apt install opendkim mkdir -p /etc/opendkim/keys cd /etc/opendkim touch key.table signing.table trusted.hosts sudo chown -R opendkim:adm /etc/opendkim sudo find /etc/opendkim -type d -exec chmod 770 {} \; sudo find /etc/opendkim -type f -exec chmod 660 ...
Trend Micro Vision One Search Auto-Clicker Auto-Refresher
Use case I need to auto-refresh the Trend Vision One Quarantine list every minute since they haven't added that into their platform. I tried using an auto-clicker / auto-refresh browser extension, but it would only hard refresh the page or click on anchor lin...