Learning Test-Driven Development: Book Review

I am always looking for books that could unlock new possibilities and help me improve my technical skills.  TDD is an area where I consider my experience very limited and where I would like to be inspired.

When this book was published just a couple of months ago I saw an interesting opportunity to refresh my knowledge on this subject and check if what I learned so far and what I have done in my professional experience could be improved.

Continue reading “Learning Test-Driven Development: Book Review”

Automate AD Authentication Tests with PowerShell

A common method to investigate for Active Directory authentication issues is inspecting logs and event viewer, it’s simple and effective. But this means that the issue already occurred. What if the problem was a wrong password generated and communicate to the user? Can we be more proactive and avoid this issue from happening?

Whenever I wanted to check if the credentials that were provided by the third party for a large number of accounts were valid/correct (to prevent support requests and don’t let end-users wait for their access any longer) performing this task manually was never an option for me.

Continue reading “Automate AD Authentication Tests with PowerShell”