Wednesday, June 1, 2022

PowerShell command to list Active Directory users that are active and are sorted by when the password was last set

Get-ADUser -LDAPFilter '(!userAccountControl:1.2.840.113556.1.4.803:=2)' -Properties PasswordLastSet | Select-Object Name, Enabled, PasswordLastSet | Sort PasswordLastSet –Desc

SuperCharger for Windows Event Logs collection

SuperCharger for Windows Event Logs is an utility to management the forwarding and collection of Event Log data within Windows.  A limited free version is available.

https://www.logbinder.com/Products/Supercharger/

ExchangeRecipientAdmin

This is an utility to manage Exchange Online Attributes stored in your local AD without Exchange Server.

https://github.com/spgoodman/ExchangeRecipientAdmin

http://practical365.com/a-new-tool-to-manage-exchange-related-attributes-without-exchange-server/

QuickBuck

QuickBuck is a ransomware simulator.  It is designed to offer a harmless method to check a security application's protection on ransomware.

https://github.com/NextronSystems/ransomware-simulator/

White noise within iOS

The iOS operating system starting with version 15 has a white noise feature under the following path:

Settings > Accessibility > Audio/Visual (under Hearing) > Background Sounds