Add TimeZone parameter (Optional)
luizcarlosfaria opened this issue · 6 comments
luizcarlosfaria commented
Please, make Timezone as new optional parameter.
PlagueHO commented
All done. See latest Master build. Thanks! :)
luizcarlosfaria commented
Thank you,
but, you forgive a "," char before the new parameter.
PlagueHO commented
Apologies - that was pretty careless of me! Fixed now. Sorry about that.
luizcarlosfaria commented
Again thank you,
but the comma mus putted after parameter definition,
Today version is:
[ValidateNotNullOrEmpty()],
[String]$Edition = 'CORESYSTEMSERVER_INSTALL'
But to solve interpreter issues, we need that to be:
[ValidateNotNullOrEmpty()]
[String]$Edition = 'CORESYSTEMSERVER_INSTALL',
PlagueHO commented
I'm so embarrassed! Making so many mistakes. Corrected now. I have access to my VM's now so I'll go and test it properly. Thanks for your help and patience.
luizcarlosfaria commented
Don't worry, it's a pleasure can help and is very gratifying does not fork a new project.
Best regards