Dokument MIT Datum Speichern PowerShell

$Name = Get-Date -Format 'yyyy/MM/dd'
$FileEnding = ".csv"
$Document = $Name + $FileEnding
Crazy Cassowary