Skip to main content
Clayton Tyger
Systems Administrator
View all authors

Validate full addresses and formatted tests

· One min read
Clayton Tyger
Systems Administrator

Added 3 new tests which I think the first two will be game changers. The first 2 are tests for validating locations, in which the user must have street, city, state, postal code, country, business phone, and company name the same as the valid location in the json. If you have 3 different addreses that your company uses, you can put each in there, and they are seen as 3 different addresses so it will only pass the location test if they have all the correct values for 1 location. The 2nd test is the same as the first, but I removed business phone in case your company doesn't have standard for it for all employees. The last test is formatting for user email accounts that should be formatted as all lower case and its first name period last name.

ENTRA.UV.1010.L01 - All location information

  • Test-ContosoUsersAllowedLocations.ps1
  • Test-ContosoUsersAllowedLocations.Tests.ps1
  • Test-ContosoUsersAllowedLocations.md

ENTRA.UV.1010.L02 - All location information minus business phone

  • Test-ContosoUsersAllowedLocationsNoBusinessPhones.ps1
  • Test-ContosoUsersAllowedLocationsNoBusinessPhones.Tests.ps1
  • Test-ContosoUsersAllowedLocationsNoBusinessPhones.md

ENTRA.UF.1003.T03.Email - All lower case first name period last name

  • Test-ContosoUsersFormattingFirstLastLowerCase.ps1
  • Test-ContosoUsersFormattingFirstLastLowerCase.Tests.ps1
  • Test-ContosoUsersFormattingFirstLastLowerCase.md

Are there any other tests you'd like to see sooner than later?

Have a great day!

Only Allow Company Standards

· One min read
Clayton Tyger
Systems Administrator

I thought checking to see if they were filled in or even formatted correctly wasn't enough.. now you can config the validation.json file in the Validating folder with your company standards to make only those values pass. Here are the fields so far, and will be adding more!

  • ENTRA.UV.1001 - Company Name

  • ENTRA.UV.1002 - Street Address

  • ENTRA.UV.1003 - City

  • ENTRA.UV.1004 - State

  • ENTRA.UV.1005 - Postal Code

  • ENTRA.UV.1006 - Country

  • ENTRA.UV.1007 - Business Phone Number

  • ENTRA.UV.1008 - Job Title

  • ENTRA.UV.1009 - Department

Hope you like this new update and let me know if you run into any issues or want to see any other updates. Please don't forget to star the repo and share to get the word out so more people can add theirs.

Have a great day!

New State Abbrevation Test Added

· One min read
Clayton Tyger
Systems Administrator

Added a new test for US users where it tests if the State attribute has a valid 2 letter abbreviation without periods value. If it doesn't, it will fail the test.

Test: ENTRA.UF.1004.T01.USState

What other tests are you looking for? Would you prefer these updates just in the changelog, or would you prefer both?

Have a great day!

Welcome

· One min read
Clayton Tyger
Systems Administrator

Welcome to the Custom Maester Test Collections blog! I created this repository so that there would be an easy way to add new tests to your own environment and see how others create and use tests for theirs. These are not limited to Office 365 tests, I'm envisioning this repository will cover any and all tests that could be useful. It will be fun to see how others are using tests to check their environment. Maybe its if a certain file is accessed, or maybe its for documentation and the document must be in a certain form or use certain words, or maybe its to see if a server is following company standards?

I really hope others add their tests so that we all can benefit from them. And lets thank the Maester team for building out this phenomenal framework that we can use and make our environments safer and easier to monitor for free.

Thank you for taking the time to read this and checking out the repository. Please star and share the repository to get it more reach. Would love any feedback too!