GPO for net use

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I try a GPO for the net use command.

GPO (from the NET):
CLASS USER

Category "Drive Mappings"
Category "T:"
Policy "Enable static drive mappings (Reconnect at Login)"
KeyName "Network\T"
ActionListon
VALUENAME ConnectionType VALUE
NUMERIC 1
VALUENAME ProviderName VALUE
"Microsoft Windows-Netzwerk"
VALUENAME ProviderType VALUE
NUMERIC 131072
VALUENAME UserName VALUE ""

End ActionListon
Part "\\Serverdfs\dfs\test\tnt\" EditText
EXPANDABLETEXT Required
VALUENAME RemotePath
End Part
Part "Don't connect again" TEXT END PART
END Policy
End Category

End Category

I create a OU with a user (testuser). I link the GPO (net use) to the OU.
The connection doesn`t work. Any idea? Is the GPO okay?

Thanks,

Matthias
 
Hi,

Matthias said:
I try a GPO for the net use command.
[...]
Part "\\Serverdfs\dfs\test\tnt\" EditText EXPANDABLETEXT Required
VALUENAME RemotePath
End Part

Which value do you enter in the edittext field of the part
"\\Serverdfs\dfs\test\tnt\"?
Did you try the oldstyle UNC path, or did you only use the extended one?
Are other settings from the _same_ GPO applied?

Mark
 
Hello Mark,

I choose "\\Server\share" without success. There are no other settings from
this GPO.

Matthias

Mark Heitbrink said:
Hi,

Matthias said:
I try a GPO for the net use command.
[...]
Part "\\Serverdfs\dfs\test\tnt\" EditText EXPANDABLETEXT Required
VALUENAME RemotePath
End Part

Which value do you enter in the edittext field of the part
"\\Serverdfs\dfs\test\tnt\"?
Did you try the oldstyle UNC path, or did you only use the extended one?
Are other settings from the _same_ GPO applied?

Mark
--
Mark Heitbrink - MVP Windows Server
Homepage: www.gruppenrichtlinien.de
W2K FAQ : http://w2k-faq.ebend.de
PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.
 
Hi,

Matthias said:
I choose "\\Server\share" without success. There are no other
settings from this GPO.

That means no other settings takes efect, or does it meam there
is no other setting inside the GPO?

Because your Name sounds german and the ADM looks familar to me,
take a look at this:
http://www.gruppenrichtlinien.de/Grundlagen/Erste_Hilfe.htm

As a test:
- inside your policy/user configuration, deactivate the desktop icons
(because it´s directly obvious, if it works ... ;-)
- do a gpupdate /force
- logoff/login again
- what happens?

Mark
 
Hi,

There are no other settings inside the GPO.

Yes Ì'm german and I get the infos from "www.gruppenrichtlinien.de".

The GPO with other settings is still working. I have only some problems with
the net use command. Shall I use a logon script? Whats better?

Thanks.

Matthias
 
Back
Top