NowNTTE
This is a VERY short VB.Net console app that returns the current time in File Time, or NTTE time. I needed to do some scripting where I needed current time minus 999 days in NTTE, and I couldn't find a batch method to convert Now() to NTTE.
On a side note:
999 days = 23976 hours = 1438560 Minutes = 86313600 Seconds = 863136000000000 100 nano second intervals.
Specifically, I needed a batch script to give me all accounts that hadn't changed their password in 999 days, to see what effect implementing a certain password policy would have. Thus I needed to calculate Now() - 863136000000000.