Recently Updated Pages
How to Export Active Directory Users to CSV and Build Reports
https://adamtheautomator.com/export-active-directory-users-to-csv/ For many Active Directory (AD...
Keytab file
A keytab is a file that contains the encrypted password for a user and should allow for joining t...
Powershell export AD users in OU to CSV
########################################################### # AUTHOR : Victor Ashiedu # WEBS...
Move FSMO Roles
Move-ADDirectoryServerOperationMasterRole -Identity CM-01-HVSRV16 -OperationMasterRole Infrastruc...
Domain Trust
Periodically we will get a call where the person cannot log into their computer and they get an e...
Netlogon Logging
To enable NetLogon Logging, use the following command on a domain controller: nltest /dbflag:0x...
Get Password Info
DSQUERY // ADComputer Get listing of all accounts with info: Get-ADUser -filter * -...
LAPS_OperationsGuide
Local Administrator Password Management Detailed Technical Specification Published: June ...
Configuring Fail2ban with Traefik
https://blog.lrvt.de/configuring-fail2ban-with-traefik/ Traefik gained popularity as reverse pro...
Add users to Middle Auth
use the following command to hash the username and password for the basic auth middlewared ht...
Install Portainer
docker volume create portainer_data docker run -d -p 8000:8000 -p 9443:9443 --name portainer --r...
Configure Docker Permissions
This is necessary the first time docker is installed $ sudo groupadd docker $ sudo user...
Add Basic Auth to Apps
In Traefik under the middlewares tab add basicAuth add username and passwords as requ...
Install Iris Shaders
Download and install latest version of Java Download and install the latest version of the Iri...
Adding DUO to ScreenConnect
https://docs.connectwise.com/ConnectWise_ScreenConnect_Documentation/Get_started/Administration_p...
Make user member of a dynamic group based on a secondary group membership
user.memberof -any (group.objectId -in ['group1-123-123-123','group2-123-123-123'])
Sharepoint Sync to File Explorer
Instructions for Sharepoint sync Navigate to https://portal.office.com in your web browser Na...
Phone number already registered
If your phone number reports as being already attached to an account in the discord applicatio...
Find Last Death Location
/data get entity @s LastDeathLocation
Determine if VM is running in Hyper-V
Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\VirtualMachine\Guest\Parameters' | Select-Object...