How Do I Get TODAY in Powershell
Just get Today
via:
[datetime]::today
(As we are accessing the static member today
from the class datetime
Just get Today
via:
[datetime]::today
(As we are accessing the static member today
from the class datetime