There are many situations where you want to roll the date back – checking a file’s last access time, processing event logs, checking a password expiry in AD. Get-Date (or more accurately the underlying System.DateTime .NET class offers a number of options… Read the full text.