Hi there,
I’m running 2 UCS-5.2 DCs on a Proxmox server, using an additional NAS as domain-member for storage and file-shares.
To define the NAS as a target device I have to use the UNC-path “\myNAS1\sharetarget”.
If I’m changing my NAS, and the new NAS is operating with a different name, I have to maintain all the UNC-path manually all the way down, even in the users profile. That’s nasty …
Question: Is it possible to define a custom system environment variable in the UCS registry to refer to?
Something like
samba/…/NAS1 = myNAS1
samba/…/NAS2 = myNAS2
Aim is to use %NAS1%/sharetarget as a generic UNC-path to my target share, and in cast the NAS is beeing changed, to change only the registry entry to the new name of the NAS.
Any idea how to do this?
ThanX,
Frank