Folder Redirection in Profile Manager

Hi,
We are currently using the Preference editor in Work Group Manger to redirect folders (com.apple.MCXRedirector), now that WGM is becoming obsolete is there a way of setting this up using Profile Manager?
Many Thanks

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>LoginRedirection</key>
  <array>
  <dict>
  <key>action</key>
  <string>deleteAndCreateSymLink</string>
  <key>destPath</key>
  <string>/tmp/%@/Library/Application Support</string>
  <key>path</key>
  <string>~/Library/Application Support</string>
  </dict>
  </array>
  <key>LogoutRedirection</key>
  <array>
  <dict>
  <key>action</key>
  <string>deleteandCreateSymLink</string>
  <key>destPath</key>
  <string>/tmp/%@/Library/Application Support</string>
  <key>path</key>
  <string>~/Library/Application Support</string>
  </dict>
  </dict>
  </array>
</dict>
</plist>

Similar Messages

  • Reader X Folder redirection / Roaming Profiles supported ? by

    Are Folder redirection / Roaming Profiles supported in Reader X ?
    (that's in systems that use Active Directory in Windows)
    Its only been a bug for about 10 years ;-)
    cheers pb...

    If any Adobe Employee is still reading this, here is the very specific information you need to fix this.
    Server 2008 R2 Domain, User profile config:
    User's share:
    Map to N:
    \\LHMAIL\ACCT-TEST3\Teacher1
    Profile path:
    \\LHMAIL\ACCT-TEST3\Teacher1\0-Profile Folders\Profile
    Group Policy Object for user's Organizational Unit
    Folder redirection for Application Data:
    \\LHMAIL\ACCT-TEST3\Teacher1\0-Profile Folders\AppData
    For share: \\LHMAIL\ACCT-TEST3
    Share permissions:
    Authenticated Users - full control
    NTFS permissions:
    Domain Admins, Enterprise Admins, Administrators (local), SYSTEM - Full control
    CREATOR OWNER - Full control - subfolders and files only
    Authenticated Users - List folder / Read Data - this folder only
    ==================
    Basically, Adobe Reader X tests every folder in the AppData path, from right to left down to the root, and it chokes trying to create a file on the root part of a UNC path, which is the server name:
    CreateFile \\lhmail\ OBJECT PATH INVALID
    This is an invalid action that no program can do, regardless of whatever permissions the program has.
    Open Adobe Reader X, using SysInternals / Process Monitor to watch for activity:
    Tests: \\lhmail\acct-test3\teacher1\0-Profile Folders\AppData
    7:34:05.0729667 AM AcroRd32.exe 3916 CreateFile \\lhmail\acct-test3\teacher1\0-Profile Folders\AppData SUCCESS Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
    7:34:05.0775536 AM AcroRd32.exe 3916 QueryBasicInformationFile \\lhmail\acct-test3\teacher1\0-Profile Folders\AppData SUCCESS CreationTime: 3/20/2011 4:16:01 AM, LastAccessTime: 3/20/2011 7:07:11 AM, LastWriteTime: 3/20/2011 7:07:11 AM, ChangeTime: 3/20/2011 7:07:11 AM, FileAttributes: DNCI
    7:34:05.0778734 AM AcroRd32.exe 3916 CloseFile \\lhmail\acct-test3\teacher1\0-Profile Folders\AppData SUCCESS
    Tests: \\lhmail\acct-test3\teacher1\0-Profile Folders\AppData
    7:34:05.1002372 AM AcroRd32.exe 3916 CreateFile \\lhmail\acct-test3\teacher1\0-Profile Folders\AppData SUCCESS Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
    7:34:05.1045836 AM AcroRd32.exe 3916 QueryBasicInformationFile \\lhmail\acct-test3\teacher1\0-Profile Folders\AppData SUCCESS CreationTime: 3/20/2011 4:16:01 AM, LastAccessTime: 3/20/2011 7:07:11 AM, LastWriteTime: 3/20/2011 7:07:11 AM, ChangeTime: 3/20/2011 7:07:11 AM, FileAttributes: DNCI
    7:34:05.1048840 AM AcroRd32.exe 3916 CloseFile \\lhmail\acct-test3\teacher1\0-Profile Folders\AppData SUCCESS
    Tests: \\lhmail\acct-test3\teacher1\0-Profile Folders
    7:34:05.1186705 AM AcroRd32.exe 3916 CreateFile \\lhmail\acct-test3\teacher1\0-Profile Folders SUCCESS Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
    7:34:05.1201481 AM AcroRd32.exe 3916 QueryBasicInformationFile \\lhmail\acct-test3\teacher1\0-Profile Folders SUCCESS CreationTime: 3/20/2011 4:16:01 AM, LastAccessTime: 3/20/2011 4:17:40 AM, LastWriteTime: 3/20/2011 4:17:40 AM, ChangeTime: 3/20/2011 4:17:40 AM, FileAttributes: D
    7:34:05.1204470 AM AcroRd32.exe 3916 CloseFile \\lhmail\acct-test3\teacher1\0-Profile Folders SUCCESS
    Tests: \\lhmail\acct-test3\teacher1
    7:34:05.1273541 AM AcroRd32.exe 3916 CreateFile \\lhmail\acct-test3\teacher1 SUCCESS Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
    7:34:05.1285301 AM AcroRd32.exe 3916 QueryBasicInformationFile \\lhmail\acct-test3\teacher1 SUCCESS CreationTime: 3/20/2011 4:15:47 AM, LastAccessTime: 3/20/2011 4:16:01 AM, LastWriteTime: 3/20/2011 4:16:01 AM, ChangeTime: 3/20/2011 4:16:01 AM, FileAttributes: D
    7:34:05.1289268 AM AcroRd32.exe 3916 CloseFile \\lhmail\acct-test3\teacher1 SUCCESS
    Tests: \\lhmail\acct-test3\
    7:34:05.1348512 AM AcroRd32.exe 3916 CreateFile \\lhmail\acct-test3\ SUCCESS Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened
    7:34:05.1368520 AM AcroRd32.exe 3916 QueryBasicInformationFile \\lhmail\acct-test3\ SUCCESS CreationTime: 3/20/2011 2:52:19 AM, LastAccessTime: 3/20/2011 5:42:42 AM, LastWriteTime: 3/20/2011 5:42:42 AM, ChangeTime: 3/20/2011 5:42:42 AM, FileAttributes: D
    7:34:05.1371515 AM AcroRd32.exe 3916 CloseFile \\lhmail\acct-test3\ SUCCESS
    Tests: \\lhmail\
    7:34:05.1381626 AM AcroRd32.exe 3916 CreateFile \\lhmail\ OBJECT PATH INVALID Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
    As a result, Adobe Reader X opens with a warning box, cannot open in Protected Mode due to "a problem with your system configuration".
    This particular error will not occur if:
    AppData points to the local system drive (No AppData redirection), whether roaming or not
    C:\Users\Teacher1\AppData
    AppData is redirected to point at a mapped drive for the network path:
    X:\Teacher1\0-Profile Folders\AppData
    This second option is the usual workaround to Adobe's problem, but not recommended by Microsoft. Apparently it has negative effects for other Windows services and programs to use drive mappings rather than UNC paths.

  • App-v 5.0 sp3 Publish application icons/ shourtcut missed on 2nd time logon on terminal server 2012 r2 with roaming profile with folder redirection

    1. I updated app-v 5.0 sp3 environment on 2012 R2. Roaming profile users with folder redirection logon fine at first time applications icons available but at 2nd logon applicaitons icons are missed while packages are available. we are using existing
    roaming profiles with folder redirection which are running in current environment through APP-V 4.6 2008 R2. Please suggest work around to resolve this issue.
    2. TS Nodes of 2008 R2 with App-v 4.6 running fine on Microsoft 2012 private cloud but we are facing performance issue (stuck, slow logon, slow performance etc) when we are moving in new 2012 R2 private cloud. SAP, SCSM and other sevices are running
    fine, please provide solution.
    Thanks

    1.) What are you doing with the App-V Icon path? e.g. %LOCALAPPDATA%\Microsoft\AppV\Client\Integration\<GUID>\Root\AppVClientUX.exe.0.ico ?
    I guess you could workaround it with deploying the icons to a central location and then pointing to the icon out on a central share. Or put the icons in a machine location...I haven't had this issue but that's just off the top of my head.
    2.) I have not used App-V 4.6 in an environment like yours BUT would pre-caching the applications be possible? Any chance you'll be moving those apps into App-V 5.0 soon?
    PLEASE MARK ANY ANSWERS TO HELP OTHERS Blog:
    rorymon.com Twitter: @Rorymon

  • Best solution for data availability for end users --- reverse redirected folder and roaming profile

    Roaming profiles and redirected folders do not seem to work for our environment. They often become troublesome and cause much help desk time and resources.
    Is there a way to have a roaming profile and redirected folder configuration however have the local workstation have the primary copy and have the "server side" version be a backup?
    This would seem to allow the user to have a constantly updated local copy and also have a backed up version on the enterprise server side available.

    Hi,
    I'm afraid there is no such function for saving the main copy on local side.
    However if the sync of your roaming profile or folder redirection is not working well, it will still affect the result even if the function is available.
    Also roaming profile is for "using same profile on different client computers", if the primary copy is on client it will not affect the purpose.
    And for folder redirection it supports Offline Files so client should have a local copy when sync is not work.
    If you have any feedback on our support, please send to [email protected]

  • Folder Redirection policy is not applied to a user, when the server target is changed, but works after resetting the windows profile.

    Folder Redirection policy is not applied to a user, when the server target is changed. 
    After server target is changed via group policy, when user login  (roaming profile)first time, the the new server target has not been applied, instead it's pointing to the old folder redirection path.
    But if we reset the windows profile (roaming ), the new folder redirection works, can you please specify a solutions that the new folder redirection works when the user login for the first time. so it reduce the time on resetting users profile.
    it seems that we need to delete the old folder redirection path from the user profile (roaming user profile) via group policy or similar solutions..
    Many Thanks

    >   But when the specific users login they all get the same error, it
    Is the old server removed from the domain? Seems so - or some other
    authentication related issue, hard to tell from here...
    > seems that the roaming user profiles still keeps the old server details,
    Yes - if you change redirection targets, FR moves content from old to
    new, and only if this ends sucessfully, it will update the redirection
    target.
    Make the old redirection target accessible to the user and you'll be fine.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • BB desktop 6 crashes (could be because of profile/folder redirection)

    hello all
    I've got a issue on our corporate network. 3 or 4 users are getting "BB desktop software has stopped working".
    * BB desktop only crashes when working offline away from our lan.
    * BB desktop works fine when back in the office connected to our lan.
    * BB desktop also works when logged in as a local user, off the domain.
    only event id regarding this is
    Log Name:      Application
    Source:        Windows Error Reporting
    Date:          17/05/2011 12:47:38 PM
    Event ID:      1001
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Computer:      *** name of computer hidden**
    Description:
    Fault bucket , type 0
    Event Name: CLR20r3
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: rim.desktop.exe
    P2: 6.0.2.44
    P3: 4db5e0d4
    P4: Rim.Common.Filesystem
    P5: 6.0.2.44
    P6: 4db5dff8
    P7: 210
    P8: 1d
    P9: System.IO.DirectoryNotFound
    P10:
    Attached files:
    These files may be available here:
    C:\Users\username\AppData\Local\Microsoft\Windows\WER\ReportQueue\AppCrash_rim.desktop.exe_ea102ca66253b0f63132f3466efad6d84221c944_084ff632
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: ffc2eb12-802f-11e0-b0ba-002713aa74b8
    Report Status: 6
    Computers in our environment are windows 7 enterprise 64 bit, with folder redirection for my documents and desktop. app data is not redirected. I have done clean un-install, and installed latest version with no luck. Please can someone help me. I have even granted these user admin rights with no luck.
    ICT support for a education company in qld. (100s of blackberry users!!!)

    I'm having this problem in our company laptops as well. However, blackberry desktop software 5 does not have this problem. Most of our top management leaders will soon migrate to iPhone...

  • Recreate User Profile that uses Folder Redirection

    Hi all,
    I would to recreate a user profile that is utilizing Folder Redirection. What I would like to do is have the user log back into their computer and have their profile to be recreated. I don't want any of the existing data to be copied over, I just want to
    them to log in and have the system recreate the folder redirection, as if they were a new user logging in for the first time.  We redirect the AppData, My documents, and desktop only. It's a windows 7 system as well.  What's the best way I can accomplish
    this?
    Thanks

    > and have their profile to be recreated. I don't want any of the existing
    > data to be copied over
    If they didn't have a local profile before, there is no "existing data".
    And to be honest, I don't fully understand your question and your goal :)
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Profile manager "Choose folder" button not working

    Since the version 11 update, I noticed in both
    (1) Profile Manager, in creating a new profile, the "Choose folder" button is unresponsive; and in
    (2) Options->General->Downloads "Browse" button is unresponsive.
    Both work fine in Nightly and Seamonkey. The problem is reproducible in safe mode, after a clean install, and also upon creating a new profile (albeit in the default location since the Choose Folder button doesn't work).
    Anyone else running into this issue?

    (bump) Anyone?

  • Profile Manager redirects to Wiki page.

    Since the 10.7.2 update if I try to access the Profile Manager I get the login screen OK and then it redirects the web to the Wiki page. Cannot find any relevant Aliases in the httpd.conf files. Where to look next?

    I am having this issue too, did you find a solution?

  • Profile manager redirect issue

    I'm setting up a new Mac Mini Server with OS 10.7.3. I've run through the Profile Manager configuration and it appears to be running. When I go to https://server.domain/mydevices I get the login screen, but when I try to login I receive the following  redirect error.
    The webpage at https://server.domain/auth?redirect=https://server.domain/devicemanagement/api/a uthentication/device_callback has resulted in too many redirects.
    Any suggestions?

    Well, I meanwhile managed to get most services up and running, all in all quite a time consuming process though.
    Did you set up your server with a public dynamic DNS hostname such as name.dyndns,org or as a private server ?
    If I remember well I set up the server as a public server (which makes sense if you want to use Profile and Device Manager) and I re-created the Open Direcory database and the server SSL's as described in one of my recent posts:
    https://discussions.apple.com/message/20816605#20816605
    If you follow these steps religiously you should be able to get all services up and running.
    Of course, DNS should also be working properly.
    I did not mention in that post that if applicable all server databases should be be backed-up (dumped) as described for example in an article by Jason Bosket (Sep 2011 on Sourcenetworks, sorry, I could not find the URL anymore).
    Hope that helps to give you an idea.
    Regards,
    Twistan
    NB. I am not an expert, just an experienced Mac user.

  • Microsoft-Windows-Folder Redirection Error 502. CSC database locked by another user

    Dear all,
    We are finalizing our Windows 7 migration where we migrated 500+ clients. In our enterprise concept we implemented RUP (Roaming User Profiles) and Redirected Folders for all
    users. The Redirected Folders have been by enabled by a single GPO which redirects all folders from
    AppData to
    Searches \\servername.domain.name\documents$\%username%.
    Problem:
    The RUP and Redirected folders solution works fine until a new user wants to logon. This new user has been migrated to RUP and Redirected on another system and
    he just wants to work on another workplace or gets a temporary pc. What happens is that redirected folders do not work. The user gets a message that the folder is not reachable and desktop is empty.
    Troubleshooting:
    Soon I found out that something was being locked. If we used a user account which had working Redirect Folders than this
    worked for that user. An event of 10 was logged in OfflineFiles area of EventViewer to reconnect the path which was configured in the GPO.
    This is example screenshot. It says "Error on Open Folder. \\server.domain.name\documents$\%username%\Desktop refers to a location that is unavailable. It could be on a hard disk
    on this computer, or a on a network. Check to make sure that the disk is properly inserted, or that you are connected to the Internet or your network, and then try again. If it still cannot be located, the information might have been moved to a different location."
    These symptoms happen randomly and not on all workstations. The pain here is when it happens on a portable computer. For desktop we disabled the "Disable Offline Files' in "Manage
    Offline Files" control panel and then reboot. After the reboot the folders are directed
    and it works without these errors... On portable computer we can't use this work around as they need to work offline.
    If I connect to the share without the FQDN like \\servername\documents$\%username%\Desktop than this works fine and user can access all folders. When I try the FQDN path which is
    configured in the GPO to redirect user to like \\servername.domain.name\documents$\%username%\Desktop than it fails with this message. I personally think because the C:\Windows\CSC database is locked by the previous user who has been logged on this system.
    An example of the event generated in the Applications Event viewer part (I removed some username and server path):
    Log Name:      Application
    Source:        Microsoft-Windows-Folder Redirection
    Date:          1-2-2011 17:40:11
    Event ID:      502
    Task Category: None
    Level:         Error
    Keywords:     
    User:          domain\ivan
    Computer:      computer.domain.name
    Description:
    Failed to apply policy and redirect folder "Videos" to "\\servername.domain.name\documents$\ivan\Documents\My Videos".
     Redirection options=0x1001.
     The following error occurred: "Can not create folder "\\\servername.domain.name\documents$\ivan\Documents\My Videos"".
     Error details: "Access is denied.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Folder Redirection" Guid="{7D7B0C39-93F6-4100-BD96-4DDA859652C5}" />
        <EventID>502</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2011-02-01T16:40:11.486983400Z" />
        <EventRecordID>2754</EventRecordID>
        <Correlation ActivityID="{3211E6FB-2801-456D-BE6E-66AAE150A4DC}" />
        <Execution ProcessID="968" ThreadID="5856" />
        <Channel>Application</Channel>
        <Computer>computer.domain.name</Computer>
        <Security UserID="S-1-5-21-3705223304-2632712944-1292073641-26755" />
      </System>
      <EventData Name="EVENT_FDEPLOY_FailedToApplyPolicy">
        <Data Name="FromFolder">Videos</Data>
        <Data Name="ToFolder">\\servername.domain.name\documents$\ivan\Documents\My Videos</Data>
        <Data Name="Options">0x1001</Data>
        <Data Name="Error">Can not create folder "\\servername.domain.name\documents$\ivan\Documents\My Videos"</Data>
        <Data Name="ErrorDetails">Access is denied.
    </Data>
      </EventData>
    </Event> 
    Something like this I see in the Application Eventviewer:
    Environment:
    Windows 7 Enterprise client with patches until 1-Nov-2010
    Windows Server 2008 R2 for the Documents$ share
    Windows Server 2003 R2 as the domain controller
    I have tried all different option even to rebuild the CSC database but this also was not helping. I hope we are not dealing with a bug.
    Any help is much appreciated.
    Best regards, Ivan Versluis http://www.networknet.nl

    Ivan and SteveDIG - Thanks for taking the time to post detailed information about what you have found.  I have found the same things over the past few months and have been working with Microsoft to resolve this.  Like Ivan, I have been told by
    MS that this is a design problem in Windows 7, but they did admit it is a bug and did not charge me for the case.  That was the good news.  The bad news was that the problem is so 'deep' in Windows 7 that it will not be fixed until Windows 8 and
    the CSC engineering team in Redmond has rejected several requests to fix this issue in Windows 7 from several customers.  I personally feel we should have hauled our TAM in over this, but that wasn't my call so we haven't attempted to get an attitude
    change from MS.
    <RANT> I find this completely outrageous.  Windows is supposed to be a multi-user operating system suitable for deployment to mobile workforces spread around the world and often using slow VPN links.  Offline folders, folder redirection,
    slow link detection, etc. are all great on paper and as I did the design work for the W7 solution I've just built I sold these advantages heavily.  I now have serious egg on my face and am not happy.  Like others here I missed this in testing as
    multiple users are a fringe for us, but still important, I unfortunately didn't think to specifically test for multiple users, though I tested the features thoroughly and was happy with the results when used on single user machines.</RANT>
    As identified above, this issue manifests when more than one user uses a machine and their Offline folders (all redirected folders are configured this way by default) are in an offline state when the first user logs off.  The second user cannot access
    this 'offline' share so folder redirection fails.  We get burnt as we have latency=0 configured for slow link detection with Offline folders so users always work offline.  This is partly because of WAN optimisers in the network that lie to Windows
    so the online/offline transition doesn't work on slow links (not MS's fault), and partly because it made sense for other reasons.
    The workaround Microsoft and I came up with for our environment was to use individual file shares for each user.  We had been using a common file share with each user folder under that file share.  Changing to an individual share for each users
    means the share is not locked by the previous user.
    Examples
    This would cause a problem if John then Emma logged on to the same machine. Folder redirection would fail for Emma:
    \\FileServer1\Users$\john
    \\FileServer1\Users$\emma
    So would this if DFS was used
    \\my.domain\users\john            (points to \\FileServer1\Users$\John)
    \\my.domain\users\emma          (points to \\FileServer1\Users$\Emma)
    This would fix the problem:
    \\FileServer1\John$
    \\FileServer1\Emma$
    Unfortunately we then figured we could move these shares behind DFS like so:
    \\my.domain\homes\john             (points to \\FileServer1\John$)
    \\my.domain\homes\emma          (points to \\FileServer1\emma$)
    This was wrong.  The problem returned.  I assume the share that is being locked is now the DFS root and not the user share.
    The operations team here is very reluctant to go with direct access to the file servers and not use DFS as that will create issues for them in the future when they need to make file server changes.  I sympathise with them but can't see an alternative
    at the moment as we are deploying W7 and can't stop.  If I'd picked this up earlier a third party product might have been the solution (MS actually suggested this when I opened my case).
    I hope the information about individual shares above is helpful to someone.  Otherwise I don't really have more to add but I needed the rant :-)
    <RANT>BTW.  Has anyone tested changing a user’s home directory path once it is cached?  Try it. Test a scenario where you move the user from one file server to another.  You will not enjoy the results.  I'll say no more
    than this as it is off topic, but it shows the lack of investment in the CSC feature in Windows.  Very disappointing</RANT>

  • Firefox doesn't open, but is open in Processes in Task Manager, not even profile manager opens up for Firefox opens up. Please help

    I'm using Vista, 32 bit - not even downloading the beta version of Firefox 4 helps; it downloads (just like the regular version of Firefox, 3.4) and I can install it, but trying to run it gives me nothing - no warning, no text; it just doesn't open up, but is still visible in my start menu, programs folder and in task manager. And not even profile manager opens up.

    Make sure that you do not remove your personal data when you uninstall Firefox. Then you won't lose personal data stored in a different location in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder].
    See also http://kb.mozillazine.org/Profile_backup and [[Backing up your information]]
    A possible cause is security software (firewall) that blocks Firefox.<br />
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.<br />
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls
    See also http://kb.mozillazine.org/Browser_will_not_start_up
    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database.<br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • Win7 Folder redirection - I give!

    OK, I have wasted half a day looking at how to implement folder redirection via group policies and ZCM in Windows 7. I have come across several threads discussing the use of old adm templates files that will still work in Win7, but they don't (each gp setting has a little down arrow). I have tried editing the shell folders registry settings but no luck there either.
    Is there a Windows 7 specific adm template that will work in ZCM? Where can I find it? Or if registry hacking is best, can someone post which keys need to be changed?
    Thanks, Chris.

    Bingo. Thanks.
    >>> casutton<[email protected]> 6/28/2013 1:26 PM >>>
    cmosentine;2269598 Wrote:
    > OK, I have wasted half a day looking at how to implement folder
    > redirection via group policies and ZCM in Windows 7. I have come across
    > several threads discussing the use of old adm templates files that will
    > still work in Win7, but they don't (each gp setting has a little down
    > arrow). I have tried editing the shell folders registry settings but no
    > luck there either.
    >
    > Is there a Windows 7 specific adm template that will work in ZCM?
    > Where can I find it? Or if registry hacking is best, can someone post
    > which keys need to be changed?
    >
    > Thanks, Chris.
    You do need an adm template. Try these
    https://www.novell.com/coolsolutions/trench/3406.html and
    http://technet.microsoft.com/en-us/l.../cc772560.aspx. Then create a
    group policy object in ZENWorks. Select "local group policy". Then click
    the configure button. It will run gpedit.msc for you and you can change
    the setting under User Configuration\Classic Administrative Templates
    (ADM)\Folder Redirection through Administrative Templates\User Shell
    Folders. Exit gpedit.msc and let ZENWorks upload your settings. Make
    sure you choose "User Configuration" on the ZENWorks policy object page
    under "Select the configuration setting to be applied on the managed
    device"
    We have this set for all Windows 7 workstations in our environment and
    it works just fine.
    Regards -- Chad
    casutton's Profile: https://forums.novell.com/member.php?userid=69210
    View this thread: https://forums.novell.com/showthread.php?t=467768

  • Push MS Office Prefs in Profile Manager?

    Has anyone found a good way to push Microsoft Office preferences in Profile Manager? All of my Mac workstations will run the setup assistant for every user that logs in. I did try to add a Custom Pref and it did add and push out but it didn't stop the setup assistant and then it crashes Word continuously. I remember with Workgroup Manager I would use the same preferences and it would never prompt users to run the setup assistant.
    My server is running 10.9 Server pushing out to 10.10.1 clients. I've also tried the same thing to a 10.9.4 client with the same results so I don't think its an OS issue, but rather somehow its pushed prefs simply aren't working and are continuously crashing all Office apps.

    If there is an approach via Profile Manager then using the Custom Pref is the way to do it. The fact that something is happening when you try this even though it results in Word crashing suggests you are successfully pushing a setting out but that it is likely either malformed or missing items.
    Note: I don't know offhand which particular plist file is relevant so insert it where applicable below.
    I suggest you log in to a Mac (or user) with a working Office plist file and run -
    defaults read ~/Library/Preferences/name of the plist file
    Then do the same on the broken one set via Profile Manager and see what the differences are, this may help you narrow things down, I believe the Custom Pref syntax in Profile Manager is different to how Workgroup Manager does it, this is certainly true for setting up folder-redirection as an example.
    An alternative approach you could consider is to add the file to the User Template folder which is in -
    /System/Library/User\ Template/English.lproj/Library/Preferences/
    When a new user account is created on a Mac with a pre-configured User Template the contents of the User Template are copied to the matching locations within the users home folder - when the user logs in for the first time. Existing users will not get these files. If your using Network Home Directories or Portable Home Directories then you need to do this on the server hosting the Network Home Directories as well.

  • Folder redirection to a new location is not working

    Currently in SCM we have all Windows 8 users Documents and Desktop redirected to a users home folder in a Netapp share.  We are planning on moving them to a Windows File Server.  As a test I moved my home folder in AD to the new share.  But
    SCM is still redirecting my Documents and Desktop to the old share.  I also tried excluding my user account from the user collection used for Folder Redirection.  Created a user collection and configuration item just for my account and SCM is still
    trying to redirect to the old share.
    Help please
    Thanks

    I have created a user collection with my id as a test user and also under user data and user profiles I created a user data and profiles configuration item under Folder redirection.   For Desktop and documents I selected REdirect to remote and for configure
    folder redirection path I checked Redirect to the users home folder .  In Active Directory I made the new Windows Server share my home directory.   
    Thanks

Maybe you are looking for

  • MBP sudden boot problem, gray screen then black zombie

    Hello all - I've had leopard installed on my MBP since Oct 27th and it's been running great, although I've noticed several times when I shut down, the machine really hadn't - I'd stick it in my briefcase only to find that the mac was on and the batte

  • AC_FL_RunContent is not defined

    Hello all, New here to forum and relatively to DW and Flash. I inserted a flash slideshow to this site http://www.cirilloworld.com/home.html and it does not work. I am getting this page load error in IE "AC_FL_RunContent is not defined" and it points

  • IPhoto 6 or 8

    I have iPhoto 4.03 and have just updated to Tiger. I would like to update iPhoto, which is the better software to use, 6 or 8? Thanks

  • No GR on Back date (Document Date)

    Hi All, We normally use Tx: MB01 and MB0A for Goods Reciept. Now we have a requirement not to allow GR on back date (i.e. Document date in GR screen should not be back dated) but it should be allowed in Goods Issue (MB1A). I have tried by using the s

  • Dropped Calls/Low/Weak 4G signal

    Both my wife and I have the Samsung S5 and in the past two weeks or so, the amount of dropped calls as increased. We live in the 21117 area code and have tried calls is several locations and the call either drops or we have connectivity issues. I hav