Создать файл определённого размера
C:\ fsutil file createnew C:\10mb-file.txt 10000000
Get-ChildItem -Path D:\ -Filter *.pst -Recurse -File -ErrorAction SilentlyContinue | ForEach-Object { $_.FullName }
Получить путь к папке Desktop
[Environment]::GetFolderPath("Desktop")