Professional | C#
I Have done a couple of small C# projects.
Print Add V2 #
Why V2? Because its a recreation of something I did in VB. But better and smarter.
PrinterAddV2.exe is a command line Click to Run file that will programmatically readd printers served from a print server to a set number of times!
This is useful for when group policy doesn’t correctly add printers (which is a common issue with complicated, many or large GPOs) or if you want to have a shortcut to add many printers at once if you don’t want to add printers via GPO.
This can also delete all printers to get rid of the default stuff that windows creates (as it runs as the user running it they would need permissions to delete)
Print Adder V2 Docs
Print Adder V2 GitHub
Why at all?
I Have had so many issues in the past with printers not adding via GPO Especially when people are on different computers all the time, IE a student moving seats or a teacher covering a classroom. When GPO doesn’t do as it should, this helps.
TODO: I Plan to add a dropdown where people can manually add from a list of printers, a dark mode and optional config file.
Users in leavers, stale user finder #
This is a program that scans AD for the LastLogon timestamp of users and the creates a CSV of users with a last logon date from an arbitrary number of days.
In late testing there it connects to Azure AD (Entra) to check the last logon there, as the dates in AD do not change when a user ONLY Logs into office 365 or online services.