-
Notifications
You must be signed in to change notification settings - Fork 620
Update Set-MpPreference.md with correcting the example of -SignatureScheduleTime #3298
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
Conversation
According to the Syntax [-ScanScheduleTime <HH:MM:SS>] The original example `PS C:\> Set-MpPreference -SignatureScheduleTime 120` should be a mistake. The correct example should be `PS C:\> Set-MpPreference -SignatureScheduleTime 02:00:00`
Learn Build status updates of commit 901152d: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Hi @JohanFreelancer9 , can you help merging this PR to the main branch? Thanks. |
Learn Build status updates of commit ac02f83: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@scanum, can you help, please? Thanks. |
Hi @scanum , could you please help mering this PR? There have been multiple customers reporting this mistake. It would be great if we can correct it ASAP. Thanks. |
Hi @yangsa666 hope all is well. An apology for the late reply, I did not get the notification for this for some reason. Adding the required reviewers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tiburd hope all is well. Could you please help with merging this PR? Thanks! |
@dariomws thanks for approving this PR. I also tested this in my lab and it works fine. So, you may be lucky to encounter this tricky issue, lol. |
Learn Build status updates of commit 78ec077: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
PR Summary
According to the Syntax
[-ScanScheduleTime HH:MM:SS]
The original example
PS C:\> Set-MpPreference -SignatureScheduleTime 120
should be a mistake. The correct example should bePS C:\> Set-MpPreference -SignatureScheduleTime 02:00:00
PR Checklist