Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Net Use command in SPS

  Asked By: Kenny Weber         Date: Jun 28, 2004      Category: Sharepoint      Views: 608
 

Has anyone successfully used the Net Use command in a logon script to create web folder client connections to document libraries for roaming profiles?

Tagged:          

 

6 Answers Found

 
Answer #1       Answered By: Demetrius Mcdaniel          Answered On: Jun 28, 2004       

www.microsoft.com/.../default.mspx is usually a good place to look but there's nothing obvious that relates to web  folders.

Try posting to: microsoft.public.windows.server.scripting.

 
Answer #2       Answered By: Jake Harvey          Answered On: Jun 28, 2004       

We have used it many times

To map do net  use Z: http://server/directory for instance

Based on our experience, it looks like you cannot map a drive to the root portal but can map to any sub-site

For instance you can map to the Topics folder, by using net use t: http://server/Topics

It also works with any team sites net use y: http://server/sites/team

 
Answer #3       Answered By: Ricky Kennedy          Answered On: Jun 28, 2004       

I’ve tried this too but can’t seem to get it to work. I look into it again.

 
Answer #4       Answered By: Robin Sparks          Answered On: Jun 28, 2004       

Make sure the WebClient service is running on the server and on your client  if your client is a Windows 2003 server OS

 
Answer #5       Answered By: Dusty Houston          Answered On: Jun 28, 2004       

Web folders are buggy. I'm not sure that they are ready for prime time.

I tested on several machines when writing my search chapter for the MS
Press Step By Step book. File Search in Office 2003 relies on Web
folders and Office frequently had trouble locating resources on those
folders. I didn't complete my research as I infrequently use File Search
from Office. But they are problematic.

You are right, the WebClient service must be running. But, in my
experience, there can be problems even if it is running. It is one of
those occasions where it works great if it works.

 
Answer #6       Answered By: Felix Hardy          Answered On: Jun 28, 2004       

However, if you setup the security settings in IE, you can make it work

 
Didn't find what you were looking for? Find more on Net Use command in SPS Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].