Skip to main content

Recently Updated Pages

How to Export Active Directory Users to CSV and Build Reports

Windows Active Directoy

https://adamtheautomator.com/export-active-directory-users-to-csv/ For many Active Directory (AD...

Updated 1 year ago by ColtM

Keytab file

Windows Active Directoy

A keytab is a file that contains the encrypted password for a user and should allow for joining t...

Updated 1 year ago by ColtM

Powershell export AD users in OU to CSV

Windows Active Directoy

###########################################################  # AUTHOR  : Victor Ashiedu  # WEBS...

Updated 1 year ago by ColtM

Move FSMO Roles

Windows Active Directoy

Move-ADDirectoryServerOperationMasterRole -Identity CM-01-HVSRV16 -OperationMasterRole Infrastruc...

Updated 1 year ago by ColtM

Domain Trust

Windows Active Directoy

Periodically we will get a call where the person cannot log into their computer and they get an e...

Updated 1 year ago by ColtM

Netlogon Logging

Windows Active Directoy

To enable NetLogon Logging, use the following command on a domain controller:  nltest /dbflag:0x...

Updated 1 year ago by ColtM

Get Password Info

Windows Active Directoy

DSQUERY // ADComputer         Get listing of all accounts with info:  Get-ADUser -filter * -...

Updated 1 year ago by ColtM

LAPS_OperationsGuide

Windows Active Directoy

  Local Administrator Password Management Detailed Technical Specification   Published: June ...

Updated 1 year ago by ColtM

Configuring Fail2ban with Traefik

Docker Traefik Reverse Proxy

https://blog.lrvt.de/configuring-fail2ban-with-traefik/ Traefik gained popularity as reverse pro...

Updated 1 year ago by ColtM

Add users to Middle Auth

Docker Traefik Reverse Proxy

use the following command to hash the username and password for the basic auth middlewared   ht...

Updated 1 year ago by ColtM

Install Portainer

Docker Portainer

docker volume create portainer_data docker run -d -p 8000:8000 -p 9443:9443 --name portainer --r...

Updated 1 year ago by ColtM

Configure Docker Permissions

Docker

This is necessary the first time docker is installed $ sudo groupadd docker $ sudo user...

Updated 1 year ago by ColtM

Add Basic Auth to Apps

Docker Traefik Reverse Proxy

  In Traefik under the middlewares tab add basicAuth add username and passwords as requ...

Updated 1 year ago by ColtM

Install Iris Shaders

MineCraft

Download and install latest version of Java Download and install the latest version of the Iri...

Updated 1 year ago by ColtM

Adding DUO to ScreenConnect

Duo Mobile

https://docs.connectwise.com/ConnectWise_ScreenConnect_Documentation/Get_started/Administration_p...

Updated 1 year ago by ColtM

Make user member of a dynamic group based on a secondary group membership

Azure

user.memberof -any (group.objectId -in ['group1-123-123-123','group2-123-123-123'])

Updated 1 year ago by ColtM

Sharepoint Sync to File Explorer

Sharepoint

Instructions for Sharepoint sync Navigate to https://portal.office.com in your web browser Na...

Updated 1 year ago by ColtM

Phone number already registered

Discord

If your phone number reports as being already attached to an account in the discord applicatio...

Updated 1 year ago by ColtM

Find Last Death Location

MineCraft

/data get entity @s LastDeathLocation

Updated 1 year ago by ColtM

Determine if VM is running in Hyper-V

Windows Hyper-V

Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\VirtualMachine\Guest\Parameters' | Select-Object...

Updated 1 year ago by ColtM