Powershell Detection Method Uninstaller

There is no detection method logic to check that a file doesn’t exist for a required Application. You have two options to accomplish this: 1. You run a script that creates a file after the uninstall if complete. Then use the file as a detection method. 2. Run a...

Most Recently Edited File

Making note of this because I use it so often.  It is an easy way to find where configuration files are after making a change in a GUI. Lists the last 10 recently edited files: find . -type f -printf ‘%T@ %p\n’ | sort -n | tail -10

Samba shares with PowerBroker Identity Services

Install PowerBroker Identity Services from their website. I personally only install the the pbis-open.deb and pbis-open_upgrade.deb. Prerequisites: sudo apt-get install samba samba-common You are going to get an error about PAM conflicts with likewise. Just ignore and...