Recently Updated Pages
Search Users
Active Users: Get-ADUser -Filter "Enabled -eq 'True'" | Select-Object sAMAccountName, name |...
Searching
To search a folder and subfolders for a wildcard word and aggregate to a single folder. (THIS MO...
Search all DHCP servers in a domain for a hostname
Get-DhcpServerInDC <#| ?{ $_.DnsName -notmatch "rhsc-01-vsrv04"} #> | % { $_.DnsName $Serve...
CMD - SYSPREP
%WINDIR%\system32\sysprep\sysprep.exe /generalize /shutdown /oobe /quiet From <https://docs....
Chrome Profile Migration
Here’s everything you need to do: On the computer that has the Chrome profiles that yo...
RADIUS
Well, good 'ol Microsoft strikes again. Jacob (from Wintek) was able to isolate our NPS/RADIUS a...
Chkdsk /r replacment
https://www.altaro.com/hyper-v/repairing-corrupt-file-systems-vms-repair-volume/Repairing C...
Find Certificate (SSL) by Thumbprint
Open Powershell as admin Change to the cert directory by using the command: cd c...
Net USe
To get a cmd line listing of network drives: Net use To remove a network drive (f:) N...
Migrate DHCP from one Server to Another
http://www.terminalworks.com/blog/post/2016/03/08/dhcp-server-migration-from-server-2008r2-to-ser...
DISM Options
DISM.exe /Online /Cleanup-image /Restorehealth DISM.exe /Online /Cleanup-Im...
Repair Windows
There are several ways to repair Windows when corrupt. Running sfc /scannow is a good start. If t...
How to force an authoritative and non-authoritative synchronization for DFSR-replicated SYSVOL (like "D4/D2" for FRS)
*****Important to note: This should only be done by a competent tech that understands the steps t...
DFSR Error 4012
https://support.microsoft.com/en-us/kb/2218556 How to perform an authoritative synchroniz...
WMI Filters for GPO
To make sure that each GPO associated with a group can only be applied to computers running the c...
DFS Replication
http://blogs.technet.com/b/askds/archive/2009/06/23/recovering-from-unsupported-one-way-replicati...
Remove Local Printer
RUNDLL32 printui.dll, PrintUIEntry /dl /n "HP Color LaserJet 2600n (Copy 1)" RUNDLL32 printui.d...
Remove Network Printers
You can remotely remove the printer from the registry (I assume you have admin rights on the r...
NTP Server Commands
set server: w32tm /config /manualpeerlist:time.windows.com
Create a Group to Assign Permissions to Access Files
Best practice is to always create a security group, and assign that security group file permissio...