Add "Set-TimeZone -Id "UTC"" in command to generate identical tickets
This commit is contained in:
@ -869,7 +869,7 @@ Lockbox ticket and if not then it will be a Downlevel ticket.</p></li>
|
||||
system is already activated and fix the time with below Powershell
|
||||
command and then initiate the ticket generation process as per above
|
||||
mentioned steps.<br />
|
||||
<code>$date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10}</code></p></li>
|
||||
<code>Set-TimeZone -Id "UTC"; $date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10}</code></p></li>
|
||||
</ul>
|
||||
<hr />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user