You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure you are able to reproduce it on the latest released version (we release often)
Verified this bug is not already reported in an issue
Verified errors are not related to permissions
Can reproduce in a clean PowerShell session (clean = powershell -NoProfile)
Describe the bug
When running Invoke-DcnRepairClone, the section that validates the PSDrive errors out if the drive already exists since the New-PSDrive command doesn't gracefully handle existing drives. It should check for the drive before attempting to create it.
Before submitting the bug
powershell -NoProfile
)Describe the bug
When running Invoke-DcnRepairClone, the section that validates the PSDrive errors out if the drive already exists since the New-PSDrive command doesn't gracefully handle existing drives. It should check for the drive before attempting to create it.
dbaclone/functions/clone/Invoke-DcnRepairClone.ps1
Lines 134 to 140 in a0bb715
To Reproduce
Steps to reproduce the behavior:
results in:
Expected behavior
No more errors in my life 🎵
The text was updated successfully, but these errors were encountered: