$roots = 'M:\IT\684-П','M:\ИБ'
.\Audit-Directories.ps1 -Roots $roots -OutputPath 'C:\Temp\Audit' -CsvDelimiter ';'
'M:\IT\684-П','M:\ИБ' | ForEach-Object { '{0,-18} -> {1}' -f $_, (Test-Path -LiteralPath $_) }
Get-PSDrive M -ErrorAction SilentlyContinue # виден ли диск M: в этой сессии