How to programatically rename a CSV folder name
hi,
i created cluster shared volume (csv) disk on hyper-v setup , mounted ntfs reparse point "c:\clusterstorage\volume1". wish rename reparse point give meaningful name. i'm able manually same process involved in renaming folder e.g., i replaced "volume1" "csv_win2k8r2_ha_vms".
i'm not sure how can achieved programmatically, can guide me solve problem.
thanks,
rajaram b
how many csv folders want rename? mount point c:\clusterstorage\volume1" folder, can use "ren" command in batch file. such "ren c:\clusterstorage\volume1 c:\clusterstorage\csv_win2k8r2_ha_vms"
Windows Server > Hyper-V
Comments
Post a Comment