Skip to main content

Windows Server

Active Windows Server EVAL

DISM /Online /Set-Edition:ServerStandard /ProductKey:xxxxx-xxxxx-xxxxxx-xxxxxx /AcceptEula

Creating a File Share

To create a new file share on a Windows Server using Sever Manager. First, Create a Group to A...

DFS Replication

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

DFS Size

(Get-ChildItem "D:\DFS Root" -recurse | Sort-Object length -descending | select-object -first 32 ...

DFSR Error 4012

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

Encrypted SMB

SMB security enhancements Article 05/18/2023 15 contributors Feedback In thi...

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...

How to: Configure Windows Server to query an external NTP Server

https://community.spiceworks.com/how_to/5765-configure-windows-server-to-query-an-external-ntp-se...

Migrate DHCP from one Server to Another

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

NTP Server Commands

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

RADIUS

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

Windows server 2016 Activation stuck at 10% for over 12 hours

https://social.technet.microsoft.com/Forums/en-US/dfd6273d-2baa-4ca0-b216-28e521327cfb/windows-se...

WMI Filters for GPO

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

Adding DNS Alias | Replacing File Server

https://www.edwardsd.co.uk/work/2020/04/adding-dns-alias-replacing-file-server/ https://support....