Ошибка в PowerShell: Get-ADUser' is not recognized as the name of a cmdlet
Решение: import-module activedirectory
Проверка: get-module -listavailable
Решение: import-module activedirectory
Проверка: get-module -listavailable
net use /delete \\servername\foldername(where the servername\foldername is the drive that you wish to delete.)net use * /delete