Advanced Search
Search Results
11 total results found
Import & Export AD Passwords
Export AD Usernames with Password HashThis Export script pulls a list of Active Directory usernames along with their NT password hashes from your domain. It saves them into a CSV file, which you can use later for things like backups, migrations, or syncing acc...
Convert install.esd to install.wim
If you’re working with a Windows ISO and need an install.wim file (instead of the default install.esd), follow these simple steps:Step 1: Get the install.esd File1. Mount your Windows ISO - Right click the ISO and choose Mount2. Navigate inside of the Sources ...
Change Network Connection from Public to Private
If you’ve ever connected your Windows PC to a network and found that it’s marked as Public when you really wanted it to be Private, you’re not alone.Windows labels networks as Public by default for security reasons. A Public network assumes you’re on an open W...
Robocopy with SMTP Status
Robocopy has been around forever, and if you’ve ever had to copy a bunch of files on Windows you’ve probably used it. It’s tough, reliable, and way more powerful than just dragging and dropping in Explorer. But one thing it doesn’t do out of the box is let you...
Automatically share out Hidden User Profiles from File Server
If you’ve ever had to set up home drives for a bunch of users, you’ll know it’s one of those jobs that gets old really fast. Going into each folder, creating a share, setting the permissions, and making sure it’s hidden — it’s fine for one or two people, but i...
Updating AD User extensionAttribute10 for 365 Address Lists
This script grabs all users in a specific OU, then updates their extensionAttribute10 to whatever value you want—like the name of the address list they should belong to. Just point it at your OU, set the value, and run. Each user gets updated, and you get a co...
Automatically Granting NTFS Permissions Based on Folder Names in Active Directory
Managing folder permissions in a Windows environment can be a tedious task, especially when you have a large number of users and corresponding directories. Imagine a scenario where every user has their own folder, and you want to automatically give them the ri...
S2D Cluster - Server Manager Data Retrieval Failures Occurred
If you’ve worked with Storage Spaces Direct (S2D) clusters, you might have run into a frustrating issue in Server Manager:Online – Data retrieval failures occurredThis message usually shows up under Manageability for cluster nodes. It doesn’t necessarily mean ...
Linking Single On-Prem AD Users to Azure AD via Immutable IDs
When syncing users between Active Directory and Azure AD, you sometimes run into issues where the ImmutableID doesn’t match up. That’s what ties an on-prem user to their Azure AD account, and if it’s missing or mismatched, the accounts won’t link correctly.I p...
Linking Multiple On-Prem AD Users to Azure AD via Immutable IDs
Manually fixing ImmutableIDs one user at a time can get old fast. If you’ve got a whole OU of users to sync up, it’s much easier to handle them in bulk.This PowerShell script does exactly that. You pick an OU, it grabs all the enabled AD users inside, checks f...
TRMM - Create a MSI Agent to deploy with Group Policy
1. Login to Tactical RMM and Download Agent as .exe and .ps1 with a long expiry time (eg. 1 year), You will need to create a MSI for each Client/Site or use a "staging" Client and move the devices after enrolment.2. Install .NET if not installed alreadyhttps:/...