windows - win32_shadowcopy Unsupported shadow copy context -
the result of entering get-wmiobject -list win32_shadowcopy).create("c:\","backup")
command powershell is
returnvalue : 5 shadowid : {00000000-0000-0000-0000-000000000000}
however clientaccessible
type of win32_shadowcopy
available creation , accessible in file system after mklink /d
. makes me feel confused. , need non-persistent, auto-release type of shadow copy full read/write capabilities created during operation... backup
type satisfyingly meets these requirements. reason .create()
job end such error?
creating shadow copy using "backup" context in powershell not helpful while trying figure out roots of issue.
a return value of 5 means access denied. running administrator?
Comments
Post a Comment