Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the RebootDOW value #4

Open
ozkanar opened this issue Jan 22, 2020 · 1 comment
Open

Change the RebootDOW value #4

ozkanar opened this issue Jan 22, 2020 · 1 comment

Comments

@ozkanar
Copy link

ozkanar commented Jan 22, 2020

Hi
How can I add the current day to the RebootDOW line instead of a particular day.

[string]$RebootDOW = 'Friday',

instead

[string]$RebootDOW = 'Today??????? 🥇 ',

Thank you 👍

@teknowledgist
Copy link
Owner

teknowledgist commented Feb 6, 2020

You should get what you want with:

[string]$RebootDOW = (get-date -format dddd)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants