- Add `-UseBasicParsing` flag to release request
- Move logs directory creation to server service section
- Fix cleanup task only running when the file doesn't exist
Accounts which have not yet signed in will have a null `lastLogon` We do want to disable accounts which have never logged in, but want to allow IT to create accounts before the user starts.
The added `$MinAccountAge` is the minimum age of the account based on the lastCreated attribute before the script will include them to disable.