Active Directory is now an adult. It RTM’ed 18 years ago today, December 15th 1999. Rating 4.71 out of 5
Information about joeware mixed with wild and crazy opinions...
Active Directory is now an adult. It RTM’ed 18 years ago today, December 15th 1999. Rating 4.71 out of 5
As I find myself digging through the AdMod source code adding functionality and fixing small bugs here and there I realize that someone much smarter than I wrote the original version. And paradoxically I am the only one who has ever seen, let alone touch, this source code… Back when writing a lot of this […]
AdMod work is coming along nicely… E:\DEV\cpp\vs\AdMod\Debug>adfind -hh . -partitions -s base -alldc AdFind V01.51.00cpp Joe Richards (support@joeware.net) October 2017 Using server: elitebook:389 Directory: Windows Server 2016 ADLDS Base DN: CN=Partitions,CN=Configuration,CN={8B255D0C-7730-457D-9A5E-82920B5A0B85} dn:CN=Partitions,CN=Configuration,CN={8B255D0C-7730-457D-9A5E-82920B5A0B85} > objectClass: top > objectClass: crossRefContainer > cn: Partitions > distinguishedName: CN=Partitions,CN=Configuration,CN={8B255D0C-7730-457D-9A5E-82920B5A0B85} > instanceType: 4 [WRITABLE(4)] > whenCreated: 2017/02/05-15:56:25 Eastern Standard Time > […]
…AdMod just compiled start to finish under Visual Studio 2017… Only 3 evenings of fixing compiler errors and linker errors! I mean the code base is a lot smaller than AdFind (I like it smaller because it is doing more critical things, naming changing stuff in AD), but still I expected at least a full […]
Started the port of AdMod from C++ Builder to Visual Studio 2017… This will be much more difficult and involved than AdFind, no room for mistakes in AdMod since it actually changes things. I need to get this done though, using DSACLS to update security descriptors in AD pisses me off every single time I […]
I have released AdFind V01.51.00. This release has a group of bug fixes and memory leaks that I found over the last couple of months related to the port/conversion to Visual Studio C++. In addition I have added quite a few attributes to the list of decoded attributes including wellKnownObjects, dSASignature, several Exchange attributes, and […]
…AdFind V01.51.00. Rating 4.00 out of 5
Visual Leak Detector is very cool. Great open source project. It is on CodePlex (https://vld.codeplex.com/) but since that is shutting down it appears to have moved to GIT (https://github.com/developkits/VisualLeakDetector). The latest version (2.5.1) didn’t originally work fully with Visual Studio. BY default it only listed offsets versus full function names and line numbers. Luckily I […]
DO NOT DO IT! JUST STOP! DON’T!!! NO!!! It is such a bad idea and it isn’t security. You want security, clean up access rights so the wrong people can’t modify the groups in the first place. If you don’t trust your admins, you need to fire them and get admins you do trust. Here […]
A bit of a bug there Microsoft… [Fri 09/22/2017 22:50:53.57] C:\>netdom trust k16tst.test.loc /namesuffixes:k16tst2.test.loc Name, Type, Status, Notes 1. *.hello.k16tst2.test.loc, Exclusion 2. *.k16tst2.test.loc, Name Suffix, Admin-Disabled 3. k16tst2.test.loc, Domain DNS name, Enabled 4. K16TST2, Domain NetBIOS name, Admin-Disabled, For k16tst2.test.loc 5. s-1-5-21-2034487785–2134286760–1379125265, Domain SID, Admin-Disabled, For k16tst2.test.loc The command completed successfully. VERSUS [Fri 09/22/2017 […]
[joeware – never stop exploring… :) is proudly powered by WordPress.]