Windows

Finding Domain Kerberos Delegations

31st March 2022

nice powershell script here https://blog.netwrix.com/2021/11/30/what-is-kerberos-delegation-an-overview-of-kerberos-delegation/

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Alternate method to license Windows server from Eval

22nd December 2021
๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows gets a Package Manager

30th May 2021

A package manager shows all the installed software, version numbers and allows installing/UN-installing/updating. From the command line. I can imagine this working well in conjunction with a persistent VPN like…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows log file sizing

5th April 2021

By default Windows uses a Rotating log file which means that when the log file gets full, the oldest entries automatically get over written. the default log size is 128mb…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows Admin MMC tricks

22nd March 2021

Nice Video on AD best practices and some info on MMC Saved Queries and Task Pads that will save time for any Windows Administrator

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows GeoFiltering the cheap and hacky way

16th March 2021

I started from this post and moved the file downloads into powershell remrem http://www.gregsitservices.com/ip-security/ip-security-package.zip wget “https://www.ipdeny.com/ipblocks/data/aggregated/cn-aggregated.zone” -outfile “cn-aggregated.zone”wget “https://www.ipdeny.com/ipblocks/data/aggregated/ru-aggregated.zone” -outfile “ru-aggregated.zone”wget “https://www.ipdeny.com/ipblocks/data/aggregated/ir-aggregated.zone” -outfile “ir-aggregated.zone”wget “https://www.ipdeny.com/ipblocks/data/aggregated/kp-aggregated.zone” -outfile “kp-aggregated.zone”wget “https://www.ipdeny.com/ipblocks/data/aggregated/kr-aggregated.zone” -outfile “kr-aggregated.zone”…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Computer Blue Screens when turned on

5th February 2021

Take a picture of the bluescreen and research the code Update your driversstart menu, Settings gear, Update & Security, Check for UpdatesFeature updates may help but normally they just add…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows 10 Security

2nd February 2021

Nice article about the new security features in Windows 10 https://www.bleepingcomputer.com/news/microsoft/windows-10-features-that-boost-your-pcs-security-and-privacy/

๐Ÿ“Œ
0๐Ÿ’ฌ read more

2019 domain controllers

13th November 2020

Since everyone is going to Window 10 workstations we need Server 2019 domain controller to get all the newest, coolest Group Policy Objects, right? Microsoft recommends that you add new…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Find Unsigned and old drivers in Windows10

24th September 2020

Unsigned and old drivers can cause Windows to blue screen in the search or cortana box type verifier, should be only 1 result, run it Driver Verifier Manager will ask…

๐Ÿ“Œ
0๐Ÿ’ฌ read more