Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
During a session, a team member asked this question. What is Ticks? It's a DateTime instance that includes a number of ticks.
Demo:
Get-Date | Select -Property *
Here is the Date Time Instance - Ticks 635349626947834859
Now you give it a try:
Hope this helps!