<# .Synopsis How Old Is PowerShell? .Description How Old Is PowerShell? .Example ./HowOldIsPowerShell #> [Math]::Round( ([DateTime]::Now - [DateTime]"11/14/2006").TotalDays / 365, 2 )