Windows10、Windows Server EssentialsやPowerShell、Azure、Office 365など小規模企業で活用できるMicrosoft製品やトラブルシューティングに関する情報ブログです。
Set-Location xxxxx Get-ChildItem | ForEach-Object{Rename-Item -Path $_ -NewName ($_ -replace '検索文字列’, ‘置換文字列’)}