Best way to map server shares to drives

I've always used logon.bat for mapping server shares to client network drive letters.  However, I'm being told that setting up group policies is the proper way to map network drives.   Anyone have any insight on this?  It seems that group
policies at this level are kind of buried in Server Essentials, so it makes me think MS didn't intend for Server Essentials to use GPs for things like this. 
If GPs is the proper way to map network drives, is there a good howto for this?  I didn't have any luck the first time I tried this.
Thanks,
Greg
Greg Zartman

Hi Greg
I suggest you try the following. 
1. Create a GPO and link it to the relevant users OU. 
2. Right clink on the GPO link and select Edit. 
3. Select User Configuration and expand Preferences > Windows Settings.
4. Select Drives Map and right click on the right side of the window then select NEW > Mapped Drive
5. within the opened window in the Action select CREATE.
6. Then type the folder location and select a drive letter. 
7. Under Show/Hide Drive select Show this drive / show all drives and remember to check the Reconnect box in order to reconnect at log-in. 
8. Then navigate to Common Tab. Check the box Item Level Targeting and select Targeting in order to assign to which user group you would like to assign it. Apply and OK
9. Go to CMD and type gpupdate /force
10. logoff/logon the users and test. 
You are done. :)
Aref

Similar Messages

  • Best way to format my 16GB flash drive for Mac and PC transferring large power point files?

    best way to format my 16GB flash drive for Mac and PC transferring large power point files?

    format flash drive in Exfat for transferring files between Mac and Pc.
    FORMAT TYPES
    FAT32 (File Allocation Table)
    Read/Write FAT32 from both native Windows and native Mac OS X.
    Maximum file size: 4GB.
    Maximum volume size: 2TB
    You can use this format if you share the drive between Mac OS X and Windows computers and have no files larger than 4GB.
    NTFS (Windows NT File System)
    Read/Write NTFS from native Windows.
    Read only NTFS from native Mac OS X
    To Read/Write/Format NTFS from Mac OS X, here are some alternatives:
    For Mac OS X 10.4 or later (32 or 64-bit), install Paragon (approx $20) (Best Choice for Lion)
    Native NTFS support can be enabled in Snow Leopard and Lion, but is not advisable, due to instability.
    AirPort Extreme (802.11n) and Time Capsule do not support NTFS
    Maximum file size: 16 TB
    Maximum volume size: 256TB
    You can use this format if you routinely share a drive with multiple Windows systems.
    HFS+ ((((MAC FORMAT)))) (Hierarchical File System, a.k.a. Mac OS Extended (Journaled) Don't use case-sensitive)
    Read/Write HFS+ from native Mac OS X
    Required for Time Machine or Carbon Copy Cloner or SuperDuper! backups of Mac internal hard drive.
    To Read HFS+ (but not Write) from Windows, Install HFSExplorer
    Maximum file size: 8EiB
    Maximum volume size: 8EiB
    You can use this format if you only use the drive with Mac OS X, or use it for backups of your Mac OS X internal drive, or if you only share it with one Windows PC (with MacDrive installed on the PC)
    EXFAT (FAT64)
    Supported in Mac OS X only in 10.6.5 or later.
    Not all Windows versions support exFAT. 
    exFAT (Extended File Allocation Table)
    AirPort Extreme (802.11n) and Time Capsule do not support exFAT
    Maximum file size: 16 EiB
    Maximum volume size: 64 ZiB
    You can use this format if it is supported by all computers with which you intend to share the drive.  See "disadvantages" for details.

  • What is the best way to set up an external drive for video storage

    What is the best way to set up an external drive for video storage?

    Check the formatting. It need to be formatted as Mac OS Extended (journaled). This is also known as HFS+.
    FAT32 and NTFS formatting will not work with iMovie.
    If necessary, you can reformat using Disk Utility.
    Make one large partition. No need for multiple partitions.
    Do moves or copies to the external drive through iMovie as detailed in iMovie Help. If you move Events in the Finder, they may become unlinked from the projects that use them.

  • Opinion needed on best way to map multiple table joins (of the same table)

    Hi all
    I have a query of the format:
    select A.col1, B.col1,C.col1
    FROM
    MASTER_TABLE A, ATTRIBUTE_TABLE B, ATTRIBUTE_TABLE C
    WHERE
    A.key1 = B.key1 (+)
    AND
    A.key1 = C.key1(+)
    AND
    B.key2(+) = 100001
    AND
    C.key2(+) = 100002
    As you can see, I am joining the master table to the attribute table MANY times over, (over 30 attributes in my actual query) and I am struggling to find the best way to map this efficiently as the comparison for script vs. mapping is 1:10 in execution time.
    I would appreciate the opinion of experienced OWB users as to how they would tackle this in a mapping and to see if they use the same approach as I have done.
    Many thanks
    Adi

    SELECT external_reference, b.attribute_value AS req_date,
    c.attribute_value AS network, d.attribute_value AS spid,
    e.attribute_value AS username, f.attribute_value AS ctype,
    g.attribute_value AS airtimecredit, h.attribute_value AS simnum,
    i.attribute_value AS lrcredit, j.attribute_value AS airlimitbar,
    k.attribute_value AS simtype, l.attribute_value AS vt,
    m.attribute_value AS gt, n.attribute_value AS dt,
    o.attribute_value AS datanum, p.attribute_value AS srtype,
    q.attribute_value AS faxnum,
    R.ATTRIBUTE_VALUE AS FAXSRTYPE,
    s.attribute_value AS extno,
    t.attribute_value AS tb, u.attribute_value AS gb
    v.attribute_value AS mb, w.attribute_value AS stolenbar,
    x.attribute_value AS hcredit, y.attribute_value AS adminbar,
    z.attribute_value AS portdate
    FROM csi_item_instances a,
    csi_iea_values b,
    csi_iea_values c,
    csi_iea_values d,
    csi_iea_values e,
    csi_iea_values f,
    csi_iea_values g,
    csi_iea_values h,
    csi_iea_values i,
    csi_iea_values j,
    csi_iea_values k,
    csi_iea_values l,
    csi_iea_values m,
    csi_iea_values n,
    csi_iea_values o,
    csi_iea_values p,
    csi_iea_values q,
    CSI_IEA_VALUES R,
    csi_iea_values s,
    csi_iea_values t,
    csi_iea_values u,
    csi_iea_values v,
    csi_iea_values w,
    csi_iea_values x,
    csi_iea_values y,
    csi_iea_values z
    WHERE a.instance_id = b.instance_id(+)
    AND a.instance_id = c.instance_id(+)
    AND a.instance_id = d.instance_id(+)
    AND a.instance_id = e.instance_id(+)
    AND a.instance_id = f.instance_id(+)
    AND A.INSTANCE_ID = G.INSTANCE_ID(+)
    AND a.instance_id = h.instance_id(+)
    AND a.instance_id = i.instance_id(+)
    AND a.instance_id = j.instance_id(+)
    AND a.instance_id = k.instance_id(+)
    AND a.instance_id = l.instance_id(+)
    AND a.instance_id = m.instance_id(+)
    AND a.instance_id = n.instance_id(+)
    AND a.instance_id = o.instance_id(+)
    AND a.instance_id = p.instance_id(+)
    AND a.instance_id = q.instance_id(+)
    AND A.INSTANCE_ID = R.INSTANCE_ID(+)
    AND a.instance_id = s.instance_id(+)
    AND a.instance_id = t.instance_id(+)
    AND a.instance_id = u.instance_id(+)
    AND a.instance_id = v.instance_id(+)
    AND a.instance_id = w.instance_id(+)
    AND a.instance_id = x.instance_id(+)
    AND a.instance_id = y.instance_id(+)
    AND a.instance_id = z.instance_id(+)
    AND b.attribute_id(+) = 10000
    AND c.attribute_id(+) = 10214
    AND d.attribute_id(+) = 10132
    AND e.attribute_id(+) = 10148
    AND f.attribute_id(+) = 10019
    AND g.attribute_id(+) = 10010
    AND h.attribute_id(+) = 10129
    AND i.attribute_id(+) = 10198
    AND j.attribute_id(+) = 10009
    AND k.attribute_id(+) = 10267
    AND l.attribute_id(+) = 10171
    AND m.attribute_id(+) = 10184
    AND n.attribute_id(+) = 10060
    AND o.attribute_id(+) = 10027
    AND p.attribute_id(+) = 10049
    AND q.attribute_id(+) = 10066
    AND R.ATTRIBUTE_ID(+) = 10068
    AND s.attribute_id(+) = 10065
    AND t.attribute_id(+) = 10141
    AND u.attribute_id(+) = 10072
    AND v.attribute_id(+) = 10207
    AND w.attribute_id(+) = 10135
    AND x.attribute_id(+) = 10107
    AND y.attribute_id(+) = 10008
    AND z.attribute_id(+) = 10103
    AND external_reference ='07920490103'
    If I run this it takes less than a second in TOAD, when mapped in OWB it takes ages. 10:1 is a conservative estimate. In reality it takes 15-20 minutes. CSI_IEA_VALUES has 30 million rows CSI_ITEM_INSTANCES has 500,000 rows.
    Hope that helps. I would love to know how others would tackle this query.

  • What is the easiest and best way to install or open flash drive in Sarfari on my Macbook Pro...2010 model using mountain lion

    what is the easiest and best way to install or open flash drive in Sarfari on my 2010 macbook pro using mountain lion?

    There is no really good way to do what you want. Any tracks you purchase via your own iTunes Store account are for your personal use, tied to your iTunes Store account, and can't be given to anyone else. If you don't want to gift the tracks to her and can't access her iTunes Store account, the only option other than creating her a completely new iTunes Store account (which will require a new email address for her) is to buy the CDs those tracks are on.
    Regards.

  • Best way to move files to external drive in LR 5. Drag and drop or export, if drag and drop

    Best way to move files to external drive in LR 5. Drag and drop or export, if drag and drop can I put all the dated folders into one single folder

    Drag and drop should do the job. Or move the files (or folders) in your operating system and then re-link via http://www.computer-darkroom.com/lr2_find_folder/find-folder.htm
    Yes, you can put all the dated folders into a single folder (but if you plan to do this, then don't try move the files using your operating system and re-link)
    Export most definitely isn't the solution.

  • The best way to replace the internal hard drive

    Hi,
    I have a MacBook with a 160gb hard drive which has been partitioned into two partitions one for OSX (130gb) and the other for Windows 7(30gb) and as you can imagine 30gigs for windows is almost nothing, the OS itself is taking a big percentage of its capacity, so I would like to expand both partitions by having a bigger hard drive installed but I was wondering what would bethe best way to do this so I don’t have to reinstall OSX and Windows 7, I have heard about Super Duper for OSX I don’t know if a similar software exists for Windows, well I don't even know if this is the way to go. So my question would is...
    What would be the best way to replace an internal hard drive and have everything moved including the Operating Systems (OSX Lion and Windows7)?
    Can someone be so kind and tell me the procedure I should follow to accomplish this task? I’m not expecting a step by step tutorial but if you could list the tools needed and a brief procedure it would be greatly appreciated.
    Oh, I’m using Boot Camp for the Windows 7 installation.
    Thanks a lot.

    For a hard drive try Newegg.com http://www.newegg.com/Store/SubCategory.aspx?SubCategory=380&name=Laptop-Hard-Dr ives&Order=PRICE
    Or OWC  http://eshop.macsales.com/shop/hard-drives/2.5-Notebook/
    Here's instructions on replacingthe hard drive http://creativemac.digitalmedianet.com/articles/viewarticle.jsp?id=45088
    To transfer your current hard drive I like the free application Carbon Copy Cloner. It makes a bootable copy of everything on your hard drive http://www.bombich.com/index.html You'll need a cheap SATA external hard drive case. Put the new drive in the case then partition and format the new drive and clone your old drive to the new one. Check that it's set up right by booting up from the external drive. Then replace your old hard drive with the new one.
    Here's a cheap SATA external hard drive case on eBay http://cgi.ebay.com/USB-2-5-SATA-HDD-HARD-DRIVE-EXTERNAL-ENCLOSURE-CASE-BOX-/120 636286623?pt=PCC_Drives_Storage_Internal&hash=item1c167ba69f
    For copying the Windows partition I like WinClone http://download.cnet.com/Winclone/3000-2242_4-172338.html
    After you've installed your Mac OS with Carbon Copy Cloner (or SuperDuper) on the new drive create a new Windows partition with Boot Camp and copy your WinClone copy to it with Winclone.

  • What is the best way to use 2 internal Hard Drives in a laptop.

    Looking for info on the best way (ease of filing, speed and efficiency) to use 2 internal hard drives in my laptop (OS and apps on one and Data on the other?) while using an ext. drive for back up and such.
    Thanks for any info.

    thanks for your help, I want to do the right thing, and I have thought about moving the files back to the c drive by 'importing' and just start over. But is there an easier way. I was wondering about using the 'add folder to library' function. Since all the music is now on my ext. drive.
    DAVE

  • What's the best way to safely eject external backup drive

    I just bought a new Seagate external drive and made my first backup. Their website said the best way to disconnect it is to drag the desktop icon to the trash. I apparently ruined my previous backup drive (Adata) by right-clicking and selecting "Eject" from the context menu. This same "Eject" option is available for the Seagate drive and I read on this forum that it's a safe way to disconnect the drive. However, after using my Adata drive for a couple of years and getting frequent warnings saying the it hadn't been ejected properly after the previous backup, last week it just wouldn't work anymore and backups simply failed. So I'm not feeling confident about how to safely disconnect my new hard drive... Thanks for any advice.

    Things can happen to drives after a few years of year of use, even if the hardware itself is OK. The directory structure can get corrupted, etc. Choosing "eject" rather than dragging the icon to the trash isn't going to make a difference. I think Seagate tells users to do it because it's perhaps the simplest, most obvious method. Disk Utility can usually fix minor problems with your directory structure or volume info.
    One problem with external drives is that some external enclosures are a lot better than others. So a drive can seem to be failing when in fact the enclosure itself has a problem. It's a good idea to have a spare dock or enclosure on hand to test for this possibility. A spare known-good cable is something else to keep in your "toolkit".

  • Best way to format a second hard drive in a MacBook Pro?

    I put a SSD in my MacBook Pro and I am wondering what is the best way to format the hard drive that i am putting in the place of the optical drive. I could set it put in raid configuration but I'm pretty sure that it takes the speed from the slower drive. Making my upgrade pointless. Should I put the hard drive in and format it to Mac OS extended (journaled). Is this my best option. Will i only be able to put applications on the second hard drive or will i only be able to put on files such as media, word docs ect.?

    Hello,
    I read some of your responces to other computer issues. Do you have any thoughts that may help my situation. I posted this earlier. I try to use my OS X HD to reinstall but I only get so far and I am told install can't go any further.
    Detailed Discription;
    Everything is running-phizz-black screen
    Start button-enter password-gray bar at bottom of screen-
    Gray bar fills 1/4 - computer shuts off
    So I looked around on wifes computer and find a few sequences to try and fix.
    didn't work.
    So I am here now after accessing reinstall  from my os x disc and a couple other discs to choose from.
    Nothing is working-need help
    Past history;
    from the begining my mac never carried a charge. Then it stopped charging completely.
    I just lived with it-but now this-christ man it ticks me off.
    Anyways I would appreciate all the hel I could get, thanks
    Thank You

  • Best way to set up iPhoto; external drive

    HI!
    I want to set up iphoto in a way that steals less of my ssd drive space. I will buy a usb 3 harddrive, where I store my pictures. In iphoto I just want a reference to the picture on my external harddrive. But when working, some times I want to delete pictures; can I do this from iphoto, or will I only delete the reference?
    How do I make sure that I have no duplicates, when I store files this way?
    Ok, how do I set this up; is iphoto the best way?

    But when working, some times I want to delete pictures; can I do this from iphoto, or will I only delete the reference?
    It will only delete the Reference. iPhoto is not the best way. If you want to use iPhoto the best way is to run a Managed Library from the external disk.
    For more on iPhoto and file management see this User Tip:
    https://discussions.apple.com/docs/DOC-6361
    Aperture is much more powerful in this regard.

  • Best way to clean out a hard drive.

    I have a A505 S605 Satelite laptop with a hard drive full of junk. I would  like to start over by cleaning out the hard drive completely. After the hard drive is cleaned out, I will install everything using the recovery disks that I got from the Geek Squad when I bought the computer.
    What is the best way to get the hard drive wiped out? Thank you for your help.

    Just back up the data you need to keep onto a usb thumb drive or usb external hard drive then run the Recovery Disk to restore the system to it's factory out of box state.   IT will wipe the drive as part of the process leaving your system exactly as it came to from the factory.  You don't need to delete anything first. 
    If you don't post your COMPLETE model number it's very difficult to assist you. Please try to post in complete sentences with punctuation, capitals, and correct spelling. Toshiba does NOT provide any direct support in these forums. All support is User to User in their spare time.

  • Best way to secure server

    hi ! well my servlet app in done, but Im worried about security and how sensible data can be reached by people who shouldnt be accessing it.
    So my question is, wich is the best way to ensure that the data will not be readed by someone else? I have crypted things like database fields, but Im interested in the data that is being handled by the server and the client and possible attacks.
    All recomendations are welcome.
    Thanks!

    dunno if u did it but first thing to do is prevent sql injection ie forbiding usernames password and all other form feild or in fact any stringish data u accept form clients to start with unwanted chars like (' or " or ;) and end with things like sql comment mark (i think its --).
    next thing that can come in handy is forbiding HttpSession to be created in all servlets exept in login servlet. this is done by:
    HtttpSession session=request.getSession(false);
    this disables HttpSession to be created but still making if avaliable if it is created some time earlier (depeniding on session-timout tag in web.xml, default is 10 or 30 minutes).
    hope i helped

  • What is the best way to move photos to external drive?

    My internal drive is filling up and I'd like to move my photos in iPhoto onto an external hard drive, but stil view them in iPhoto?
    What is the best way to do this?

    You can copy your entire iPhoto library to the external drive. You can find it in your user library.
    After copying it over, start iPhoto with the option key depressed. It might be the Control key instead so try that if the option key doesn't work. This wil give you the option of selecting a different iPhoto library. Navigate to your external har drive and select the iPhoto library you copied there. iPhoto will, in the future, continue to look for the library on the external drive every time you start iPhoto. You will not have to navigate there again, iPhoto will find the library as long as you do not move it and the drive in on and connected.
    Once iPhoto is finding the library on the external drive you can delete the library on your internal drive to free up space there.

  • Best way to erase a portable hard drive?

    Hi, I just got done installing a new hard drive in to an iMac and used a portable hard drive when I use SuperDuper. Everything transfered without any problems. But now I want to erase the portable hard drive that contained all of the transfered data. What is the best way to erase that data so I can use the portable hard drive so I have a clean drive and can use it to back up with Time Machine?

    If it was set up for SuperDuper, it should be Apple-format.
    Go into DiskUtility, select the partition of the external in the left column, and you should have an "Erase" option at the top of the main-activity window.  You can decide if you need more than simple "Erase" (you can do a 7-pass erase, but nromally that is used when transferring a disk to a new user/buyer).

Maybe you are looking for

  • Mini and Samsung S27B350

    Hey all! I am very interested in getting a mac mini to replace my aging MBP and was wondering if it's worth it. I want something that will handle my Samsung monitor. Will the Intel HD Graphics 4000 handle a 27" monitor? I am new at this whole resolut

  • Can't stop sounds embbed in movieclips timelines

    Hello i have a big problem. I searched everywhere but no  answer.i have a main Movie containing many movieclips with sound  atttached in their timeline. When i change to a different frame from my  main movie ( Main Timeline) the sound from my old mov

  • Bind Variables...Urgent

    Thanks! I build a SQL statement, PARSE and Execute... Begin :l_result := Test(pa01=>':pa01',pa02=>':pa02'); End; I am binding ':pa01', ':pa02' When I try to Bind variables, it throws error "ORA-01036 illegal variable name/number". Do I need to instal

  • Reader XI Version 11.0.07 running on Windows XP SP2/3 -- can't split .pdf file ; Tools -- Pages menu not visible/available

    Hi , Folks My ( free ) download of Adobe Reader XI doesn't permit me to split a ( scanned )  .pdf file into two separate .pdf files , as I would like . The on-line Help advises me to go into Tools --> Pages to do this . But my Tools menu does not hav

  • How to fix an error for Microsoft Outlook.

    HI, I hope you can help me with this- Everytime I open up my Microsoft Outlook with my Mac, I get a pop up window saying "Microsoft Outlook must be closed because an error occurred. Any unsaved work may be lost". I'm forced to quit the application wi