[User Profile; RDS; 2012] Mount; put 1 file; Umount;
hello @all
working client , bit limited on action (no access gpo/active directory etc).
admin of rds 2012r2 system server can find server folder on d:\users_profiles\*.vhdx
have put 1 file (or more later) in each vhdx/user profile each users.
manually it's easy. double click on vhdx it's open me tree folder have copy/paste.
but have 300 vhdx...
idea make powershell script.
get-childitem *.vhdx -recurse | % {mount-vhd $ copy-item ...txt -destination ....)
something that
try find solution on web , try command mount-vhd it's seems link hyper service not available on server because virtual machin.
have tools or idea me ?
lot
regards
Comments
Post a Comment