Displaying 2 results from an estimated 2 matches for "profile_copi".
Did you mean:
profile_copied
2012 Aug 02
1
documentation for configuring folder redirection
I believe that once you have roaming profiles configured, all you need to do
to configure folder redirection is set some registry keys. I'd like to turn
that job over to our Windows sys admin. Can someone provide me with their
favorite documentation for configuring folder redirection? Keep in mind I am
passing this link along to a Windows sys admin. Our backend is samba 3.6.3
if it
2010 Jun 25
0
WG: Samba PDC and big files
...ete this key
ADDKEY("HKEY_CURRENT_USER\tpdc\FIRST_LOGIN")
ENDIF
;now if it ist he first login we have to do something
$RETURNCODE=EXISTKEY("HKEY_CURRENT_USER\tpdc\FIRST_LOGIN")
IF $RETURNCODE=0
;geschachtelte Bedingung
$RETURNCODE=EXISTKEY("HKEY_CURRENT_USER\tpdc\profile_copied")
IF NOT $RETURNCODE=0
;if there is a profile
IF EXIST("\\tpdc\@userID\@userID\profile")
copy "\\tpdc\@userID\@userID\profile\Eigene Dateien\*" "\\tpdc\@userID\"
ENDIF
;nun setzen wir den hinweis das Eigene Dateien kopiert worden sind
ADDKEY("...