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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -