PlagueHO/Powershell

Add TimeZone parameter (Optional)

luizcarlosfaria opened this issue · 6 comments

Please, make Timezone as new optional parameter.

All done. See latest Master build. Thanks! :)

Thank you,
but, you forgive a "," char before the new parameter.

Apologies - that was pretty careless of me! Fixed now. Sorry about that.

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',

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.

Don't worry, it's a pleasure can help and is very gratifying does not fork a new project.
Best regards