$Computername = Read-Host -Prompt 'Neuer PC Name' Rename-Computer -NewName $Computername -ErrorAction Ignore