2
私はかなり単純だと思った以下のスクリプトを実行しようとしています。私はここに絞る何をやっている...変数付きのPowershellコピーファイル
[Environment]::UserName = $username
Write-Host "The user is $username"
$from = "c:\Users\" + $username + "\favourites\*.*"
$to = "c:\test"
Write-Host "This is from dir: $from"
Write-Host "This is to dir: $to"
Copy-Item $from $to
スクリプトは、私はあなたが間違った道の周りにあなたの最初の行を得たと思う+ $username +
...