Good day! I have several USB HDDs in a simple Storage Space pool. The pool is used for backup. Is it possible to mounting\dismounting the pool as needed and assign a letter to it in the system? Maybe there are suitable PowerShell cmdlets for this?
Asked
Active
Viewed 162 times
2
-
1Check `Import-Module storage; Get-Command -Module storage` – JosefZ Jun 07 '18 at 12:11
1 Answers
2
You can connect/disconnect Virtual Disk which is located on top of the Storage Pool using Connect-VirtualDisk
. Here's some MS notes about it https://docs.microsoft.com/en-us/powershell/module/storage/connect-virtualdisk?view=win10-ps
Strepsils
- 4,817
- 9
- 14