Displaying 1 result from an estimated 1 matches for "networkdrivez".
Did you mean:
networkdrive
2013 Apr 29
1
Puppet Windows - Mapped Network Drive and Service Account
On Windows 2008 R2 SP1, after joining to the domain, there is an issue with
a mapped network drive when Puppet agent runs by the "LOCAL SYSTEM" service
account.
Using dependency chaining, a near the beginning module is
"map-networkdrivez". The module execs a batch file that if Z:\ does not
exist (not already mapped), maps Z:\ to a Windows 2008 R2 SP1 file server
with a hidden share "data$". The file server is configured for anonymous to
allow share access (with the appropriate NTFS and Share permissions).
By defa...