We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e138808 commit 3e23248Copy full SHA for 3e23248
functions/disk/New-PSDCVhdDisk.ps1
@@ -163,7 +163,7 @@
163
}
164
165
# Set the location where to save the diskpart command
166
- $diskpartScriptFile = "$($MyInvocation.MyCommand.Module.ModuleBase)\DiskPartCommand.txt"
+ $diskpartScriptFile = Get-PSFConfigValue -FullName psdatabaseclone.diskpart.scriptfile -Fallback "$env:APPDATA\psdatabaseclone\diskpartcommand.txt"
167
168
169
process {
0 commit comments