Skip to main content

Recently Updated Pages

Search Users

Windows Powershell

Active Users:    Get-ADUser -Filter "Enabled -eq 'True'" | Select-Object sAMAccountName, name |...

Updated 1 year ago by ColtM

Searching

Windows Powershell

To search a folder and subfolders for a wildcard word and aggregate to a  single folder. (THIS MO...

Updated 1 year ago by ColtM

Search all DHCP servers in a domain for a hostname

Windows Powershell

Get-DhcpServerInDC <#| ?{ $_.DnsName -notmatch "rhsc-01-vsrv04"} #> | % {  $_.DnsName    $Serve...

Updated 1 year ago by ColtM

CMD - SYSPREP

Windows Windows OS

%WINDIR%\system32\sysprep\sysprep.exe /generalize /shutdown /oobe /quiet    From <https://docs....

Updated 1 year ago by ColtM

Chrome Profile Migration

Windows Windows OS

  Here’s everything you need to do:  On the computer that has the Chrome profiles that yo...

Updated 1 year ago by ColtM

RADIUS

Windows Windows Server

Well, good 'ol Microsoft strikes again.  Jacob (from Wintek) was able to isolate our NPS/RADIUS a...

Updated 1 year ago by ColtM

Chkdsk /r replacment

Windows Windows OS

https://www.altaro.com/hyper-v/repairing-corrupt-file-systems-vms-repair-volume/Repairing     C...

Updated 1 year ago by ColtM

Find Certificate (SSL) by Thumbprint

Windows Windows OS

Open Powershell as admin  Change to the cert directory by using the command:   cd c...

Updated 1 year ago by ColtM

Net USe

Windows Windows OS

To get a cmd line listing of network drives:  Net use      To remove a network drive (f:)  N...

Updated 1 year ago by ColtM

Migrate DHCP from one Server to Another

Windows Windows Server

http://www.terminalworks.com/blog/post/2016/03/08/dhcp-server-migration-from-server-2008r2-to-ser...

Updated 1 year ago by ColtM

DISM Options

Windows Windows OS

DISM.exe /Online /Cleanup-image /Restorehealth  DISM.exe /Online /Cleanup-Im...

Updated 1 year ago by ColtM

Repair Windows

Windows Windows OS

There are several ways to repair Windows when corrupt. Running sfc /scannow is a good start. If t...

Updated 1 year ago by ColtM

How to force an authoritative and non-authoritative synchronization for DFSR-replicated SYSVOL (like "D4/D2" for FRS)

Windows Windows Server

*****Important to note: This should only be done by a competent tech that understands the steps t...

Updated 1 year ago by ColtM

DFSR Error 4012

Windows Windows Server

https://support.microsoft.com/en-us/kb/2218556      How to perform an authoritative synchroniz...

Updated 1 year ago by ColtM

WMI Filters for GPO

Windows Windows Server

To make sure that each GPO associated with a group can only be applied to computers running the c...

Updated 1 year ago by ColtM

DFS Replication

Windows Windows Server

http://blogs.technet.com/b/askds/archive/2009/06/23/recovering-from-unsupported-one-way-replicati...

Updated 1 year ago by ColtM

Remove Local Printer

Windows Windows OS

RUNDLL32 printui.dll, PrintUIEntry /dl /n "HP Color LaserJet 2600n (Copy 1)"  RUNDLL32 printui.d...

Updated 1 year ago by ColtM

Remove Network Printers

Windows Windows OS

You can remotely remove the printer from the registry (I assume you have   admin rights on the r...

Updated 1 year ago by ColtM

NTP Server Commands

Windows Windows Server

set server: w32tm /config /manualpeerlist:time.windows.com  

Updated 1 year ago by ColtM

Create a Group to Assign Permissions to Access Files

Windows Active Directoy

Best practice is to always create a security group, and assign that security group file permissio...

Updated 1 year ago by ColtM