• Home
  • AWS
  • Automation
    • Ansible
    • Hashicorp
      • Centos JetBrains Packer
      • Cloudinit
      • Hashicorp Terraform
      • Hashicorp Vault
      • Vanilla Packer ESX Scripts
      • Vmware Govc Cloudinit
    • Katello
      • Foreman Usage
      • Katello CentOS 7
      • Katello CentOS 8
      • Katello Setup
      • Katello Usage
      • Puppet
  • Docker
    • Docker Basics
    • Docker Setup
  • Google Cloud Platform
    • GCP Setup
  • Kubernetes
    • 2020 k8s-k3s notes
    • 2020 rancher k8s notes
    • Kubespray
    • Local Mac k8s
    • Rancher
  • Linux
    • Centos Config
    • Postgres
    • Powerline
    • Random Unix Gems
    • Tmux
    • Ubuntu Config
    • Zsh
    • ip command
  • Mac
    • Apple Remote Desktop
    • Mac Keychain
    • Random Mac Gems
  • Microsoft Azure
    • Azure Setup
  • Miscellaneous
    • SSL / Certificate Authority
  • Networking
    • Arista
    • Cisco 3850
    • Iperf
    • Wireshark SSL Handshake
  • Palo Alto
    • Palo Cheat Sheet
    • Palo Notes
  • Python
  • Reverse Engineering
    • IOS App Dump / Decrypt
    • XCode 11 LLDB Python 2
  • VMware
    • Mac VMware
    • NSX-T 3.0 Notes
    • NSX-T Links
    • NSX-T Networking
    • OVF / OVA
    • PowerCLI
    • Upgrading
    • VMware APIs
    • VMware Networking
    • VSphere / ESXi
    • govc
  • Windows
    • Azure Notes
    • Powershell
    • WSL2
    • Windows 10
    • Windows Server

  • Clear History

2019 - Greg Notch

Documentation > Windows > Windows Server
    • TSS Debug Script
        • setting up NTP server in Windows Server
      • How credential processing works
        • window scaling tuning
      • List filter Drivers (WSC)
      • List windows drivers

Windows Server

TSS Debug Script

https://github.com/CSS-Windows/WindowsDiag/tree/master/ALL/TSS

setting up NTP server in Windows Server

https://support.microsoft.com/en-us/help/816042/how-to-configure-an-authoritative-time-server-in-windows-server

w32tm command

https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/ff799054(v%3Dws.11)

How credential processing works

https://docs.microsoft.com/en-us/windows-server/security/windows-authentication/credentials-processes-in-windows-authentication

https://www.ultimatewindowssecurity.com/securitylog/book/page.aspx?spid=chapter3

window scaling tuning

https://www.duckware.com/blog/how-windows-is-killing-internet-download-speeds/index.html

List filter Drivers (WSC)

https://ss64.com/nt/fltmc.html

List windows drivers

https://www.thewindowsclub.com/list-device-drivers-driverquery-command-prompt

Get-WindowsDriver -Online

driverquery /v | Select-String “running”