Projects STRLCPY ADReplStatus Commits b714d0eb
🤬
  • ■ ■ ■ ■ ■
    ADReplStatus.csproj
    skipped 100 lines
    101 101   <DependentUpon>Settings.settings</DependentUpon>
    102 102   <DesignTimeSharedInput>True</DesignTimeSharedInput>
    103 103   </Compile>
     104 + <None Include="README.md" />
    104 105   </ItemGroup>
    105 106   <ItemGroup>
    106 107   <None Include="App.config" />
    skipped 6 lines
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 3 lines
    4 4   
    5 5  Joseph Ryan Ries - 2023
    6 6   
    7  -I am rebuilding the AD Replication Status Tool.
     7 +**This project is NOT supported or endorsed by Microsoft. I work for Microsoft, but this is a personal project.**
     8 + 
     9 +I am rebuilding the AD Replication Status Tool. Here are my reasons:
     10 + 
     11 +- The old version of the tool had a time bomb in it - an expiring SSL certificate - that rendered the app
     12 +unusable sometime around September 2022. Only through great effort internally were we able to periodically renew
     13 +this certificate and republish the app, and the app was architected in such a way that excising the signing
     14 +certificate check was more work than just rewriting the whole thing. Furthermore, the app wouldn't even launch
     15 +on my Win11 or Server 2022 systems. It would just silently crash and log an event to the Windows event log. I felt
     16 +this was a pretty unprofessional state to leave it in.
    8 17   
    9  -** This project is NOT supported or endorsed by Microsoft. It is a personal project. **
     18 +- The old tool had no active maintainers and no one who was still around was familiar with the app's internals or source code.
     19 + 
     20 +- The old tool was showing its age... I mean, that Office-style ribbon was straight out of the Windows Vista era, was it not?
     21 +Plus it contained a bunch of outdated TechNet links. You might argue that WinForms is similarly old-fashioned, but I just so
     22 +happen to think WinForms is and always was PEAK Windows UI.
     23 + 
     24 +- Now we can maintain and improve this tool together. The Active Directory community.
     25 + 
     26 +Here are some screenshots of what the tool looks like currently:
     27 + 
     28 +![screenshot1](https://user-images.githubusercontent.com/15063294/212465477-8f244640-6796-4afb-ba9a-1b98acda279c.png)
     29 + 
     30 +![screenshot2](https://user-images.githubusercontent.com/29166333/212477765-3e4b714d-2ae0-4c78-b73e-cf13671f8eb5.png)
     31 + 
    10 32   
    11 33  Right now I need beta testers to report bugs, submit feature requests, and send me screenshots of ADREPLSTATUS that I can post here in this README to spruce up the page.
    12 34   
Please wait...
Page is in error, reload to recover