ProfileManager: how to force an update of profile?

I'm a new user of ProfileManager.
I've removed a profile (for Email Service) from the "Settings for Everyone" profile, because I've created an alternative email service profile for each of the two types of user on our system.  The new profile has appeared on machines successfully (i.e. they've got new email settings based on the new profiles) but the old email settings haven't gone away.
The settings in profile manager show that there is no email profile in the Settings for Everyone profile, but when I open the profile on an OS X client and look at the profiles in System Preferences, the entry for the "Settings for Everyone" profile still shows the email setting as part of it.  The old mail account also still appears on iOS devices (but you can't review the content of the profiles on iOS as far as I can tell).  For now simply disabling the old account in the settings on the various machines achieves the desired user experience, but would be interested to know what the right way of doing this is...
Will this sort itself out in due course?  Or have I done something wrong?  Or do I need to do something extra to complete the change?
Thanks in advance.

setting for everyone is not normally a push profile
it's usually user optional install by download from http://yourserver/mydevices or via email
so you'd have to either email the new "settings for everyone" profile with the old mail settings removed
to users and get them to install it, or get them to download it again from your server

Similar Messages

  • How to obtain an updated Device Profile List xml file

    Hi,
    I would like to update the Device profile List used by the WLC to categorize WiFi devices.
    I found in documentation how to upload the file to the controller,but where can I get a newer xml file?
    Thanks.

    Hi Terry,
    Have you tried the procedures layed out in this 12.2.15 doc?
    Working with Software Images
    http://www.cisco.com/en/US/products/hw/wireless/ps4570/products_configuration_guide_chapter09186a0080209240.html#wp1035507
    You could also contact Cisco Tac, I'm sure they could get you a copy of the image. I do have one still but I'm sure there are legal ramifications to posting it here.
    Let me know,
    Rob

  • How to Force enable, silent updates for Adobe flash in windows 8

    How to Force enable updates, silently for Adobe flash in windows 8 using group policy?
    I have followed this Article:
    http://helpx.adobe.com/flash-player/kb/administration-configure-auto-update-notification.h tml
    http://gpyall.com/archives/disable-adobe-flash-updates-on-64-bit-windows-with-group-policy /
    This looks promising but not working.
    Also, I cannot even manually create a file, in Win 8  (C:\Windows\SysWOW64\Macromed\Flash)
    So how would group policy can put mms.cfg in this location with following vaule:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    Thanks in Advance.

    You will find more information in http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/flashplayer/pdfs/flas h_player_11_7_admin_guide.pdf

  • List View: How to force update of *actual* file dates when sort by date?

    List View: How do I force and update of actual file dates when sort by date?
    When I go in, I often see the sort order and dates from 12-15 hours ago!
    not good

    Hi, did you ever get that Windows® Sharing thing worked out?
    On this problem, If it's just that you need the Finder to wake up to the fact that it needs to update the window give a try with Refresh Finder - 1.3...
    http://www.versiontracker.com/dyn/moreinfo/macosx/33066

  • How do you do to update a profile?

    Hi People:
    I am newbie and I need your help for this problem.
    I have a table with a PK with 2 fields.
    I create the profile and derived this PK.
    I modified this PK with 3 fields and when I syncronized the profile again this PK no modified.
    I need know how to do to modified this profile.
    Thank for your help!

    I create a data profile for my projects. That is the one who does not like to update.

  • How can I force the update of items from my local iTunes media onto cloud?

    I have a complete library of music in iTunes on my Mac. When I create
    a new playlist or import some new CD into the iTunes music library I want to
    export and refresh all music files, directories and playlists to the cloud (iMatch).
    How do I force an update of my local music library back into the Cloud
    (and not from Cloud onto my computer)?

    Thanks everyone for the many solutions.
    I ended up un-selecting all the songs in library(edit->select all, then right click and uncheck), setting the ipod to "update checked songs only", then syncing which removed songs.
    Then select all songs again, re-sync and solved.
    Don't forget to undo the "update checked songs only" option.
    I think the manual solution above may have been easier, but only read that solution now.

  • My old email is not anymore existing.It was my Apple id. I updated my profile changing enail and password. Unfort. my Iphone did not update my profile and then I can not use my account by it. how can I do to reset my profile on IPhone4

    My old email is not anymore existing.It was my Apple id. I updated my profile changing enail and password. Unfort. my Iphone did not update my profile and then I can not use my account by it. how can I do to reset my profile on IPhone4

    Settings > iTunes and App Store > Apple ID > Sign Out > Sign In with the current Apple ID
    Settings > iCloud > (Scroll Down) Delete Account > Sign In with the current Apple ID

  • [solved] How does the forced Dropbox update work?

    Seems to everyone agrees: The new Dropbox version (3.0.3) is awful. See comments there: https://aur.archlinux.org/packages/dropbox/
    What makes it even more nasty: Even if you don't intend to update, it will update itself. Luckily, there is a hack in the wiki:
    rm -rf ~/.dropbox-dist
    install -dm0 ~/.dropbox-dist
    https://wiki.archlinux.org/index.php/dr … uto_Update
    But I wonder:
    How is Dropbox even able to force an update without having root rights?
    As far as I can see, it is connected to Dropbox running in the user directory:
    /usr/bin/dropboxd is:
    #!/bin/sh
    # Copyright 2008-2013 Dropbox, Inc.
    # Environment script for the dropbox executable.
    PAR=$(dirname "$(readlink -f "$0")")
    OLD_LD_LIBRARY_PATH="$LD_LIBRARY_PATH"
    export OLD_LD_LIBRARY_PATH
    exec "$PAR"/dropbox "$@"
    where PAR just points to the current user directory.
    So exec just starts /home/carl/dropbox for me? I don't understand, there is no /home/carl/dropbox in my files!
    So does anyone understand what dropbox is doing? Specially concerned the forced auto-update.
    [edit]that assumption regarding the path was wrong. as /usr/bin/dropboxd is a symlink to /opt/dropbox, it starts /opt/dropbox/dropbox.  see comment #3[/edit]
    Last edited by Carl Karl (2014-12-13 11:47:34)

    OK, one step further:
    On my next installation, I was to slow to stop the forced auto-update and now I see:
    there is ~/.dropbox-dist/dropboxd including:
    #!/bin/sh
    PAR=$(dirname "$(readlink -f "$0")")
    exec "$PAR/dropbox-lnx.x86_64-3.0.3/dropboxd" "$@"
    and in fact there is~/.dropbox-dist/dropbox-lnx.x86_64-3.0.3/dropboxd
    which includes
    #!/bin/sh
    # Copyright 2008-2013 Dropbox, Inc.
    # Environment script for the dropbox executable.
    PAR=$(dirname "$(readlink -f "$0")")
    OLD_LD_LIBRARY_PATH="$LD_LIBRARY_PATH"
    export OLD_LD_LIBRARY_PATH
    exec "$PAR"/dropbox "$@"
    like the old /usr/bin/dropboxd before, and in fact, there is a whole directory ~/.dropbox-dist/dropbox-lnx.x86_64-3.0.3/ which includes the executable ~/.dropbox-dist/dropbox-lnx.x86_64-3.0.3/dropbox.
    So the forced upgrade is possible because the software runs in the user-directory.
    I still don't understand, how that is called by the "dropboxd" command, as
    $ which dropboxd
    /usr/bin/dropboxd
    and that still seems to execute ~/dropbox as described in #1. How is that script able to refer to ~/.dropbox-dist/* ?
    @Jasonwryan:
    Yes, I know, thanks anyway.
    I need Dropbox for work as we use it there to share files. I don't use it for private stuff and sensible files are protected by encfs.
    And understanding how an non-root-update is possible is interesting anyway. I hope that other software isn't inspired by passing by the repos that way....

  • After refusing an update now all I get is a white screen with the firefox logo. If I have to reinstall firefox 3.66, how can I transfer my firefox profile with bookmarks etc, to the new installation?

    After refusing an update now all I get is a white screen with the firefox logo. If I have to reinstall firefox 3.66, how can I transfer my firefox profile with bookmarks etc, to the new installation?
    == This happened ==
    Every time Firefox opened

    -> press '''F11''' to bring the computer out of FullScreen
    -> Tap '''ALT''' key or press '''F10''' to show the Menu Bar
    -> go to View Menu -> '''Zoom''' -> click '''Reset''' -> '''Page Style''' -> select '''Basic Page Style'''
    -> go to View Menu -> Toolbars -> select '''Menu Bar''' and '''Navigation ToolBar''' -> unselect All Unwanted/Incompatible Toolbars
    -> go to Tools Menu -> Options -> General -> '''When Firefox starts : select "Show My Home Page"''' -> Type the address of the website which you want to be your HomePage e.g. http://www.google.com
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows 2) Load images automatically 3) Enable JavaScript
    -> go to Tools Menu -> Options -> Privacy -> History section -> '''Firefox will: select "Remember History"'''
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons 2) Block reported attack sites 3) Block reported web forgeries 4) Remember Passwords for sites
    -> Click OK on Options window
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious/Incompatible Extensions (Add-ons)
    -> go to Tools Menu -> Add-ons -> Appearance section -> REMOVE All Unwanted/Suspicious/Incompatible Themes (Persona)
    Now Restart Firefox. Check and tell if its working.

  • How can I force an update of Core Services?

    Hello!
    I am trying to get MATLAB 2014a to work on my macbook air.
    I have followed all the steps in the troubleshooting guides but I am in need of an update from apple it seems.
    I have been waiting for a week now for the update to appear and it hasn't yet. I have restarted, reinstalled and tried many other tricks like moving the install to a new directory and such.
    https://www.mathworks.com/support/bugreports/1116607
    Is there any way to force an update, or do I just have to wait?
    Thanks in advance!

    Thanks everyone for the many solutions.
    I ended up un-selecting all the songs in library(edit->select all, then right click and uncheck), setting the ipod to "update checked songs only", then syncing which removed songs.
    Then select all songs again, re-sync and solved.
    Don't forget to undo the "update checked songs only" option.
    I think the manual solution above may have been easier, but only read that solution now.

  • How to force refresh of data through browser or PDF?

    We have the dashboard set to refresh every minute.  We are pulling the data using XML from DB.  When we are in browser and clear the browser cache and then reload the .swf... the data is updated.  We haven't been able to figure out how to force the cache-clear and data refresh with either swf or pdf.
    Your help is greatly appreciated.

    Hi Jeff,
    Is the XML coming from a web page or a web server?
    If yes then you can give this a go. To stop the caching mark your web page with extra tags to say it has expired.
    HTML page example:
    <HEAD>
        < META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" />
        < META HTTP-EQUIV="EXPIRES" CONTENT="0" />
    </HEAD>
    JSP example:
    <%
      // Stop Internet Explorer from caching the results of this page.
      // We do this so that every time Xcelsius calls this page it see the latest results.
      response.setHeader("Cache-Control","no-cache"); //HTTP 1.1
      response.setHeader("Pragma","no-cache"); //HTTP 1.0
      response.setDateHeader ("Expires", 0); //prevents caching at the proxy server 
    %>
    Regards,
    Matt

  • How to force a re-calculation of a formula (pricing)?

    Hello gurus,
    I'm facing a big problem regarding the use of custom conditions for SAP pricing. We have created a new pricing condition (ZFR1) and binded it to a custom formula, this condition is a percentual, it updates de field KBETR. Everything works fine at first, using VA01 all fields are filed according to our configuration, but using VA02 and updating the total amount of a item doesn't update the total value of that item (KWERT).
    Ex.: We have one item with a total of $100,00 and the condition is 1%, the amount in this condition is $1,00, if we change the total value of the item (by changing its quantity) to $200,00 the formula will again be called in the ABAP, the 1% we had configured will be carried to the condition correctly but the total amount of the condition will still be $1,00 instead of $2,00. If we create the order from the begining with the total value of $200,00 the total of the condition will be $2,00.
    With this in mind I can only assume the calculations are correct but for some reason the standard ABAP doesn't execute on every update of a item but only on the creation of it. Has someone faced similar problem? How could I solve it? Can I somehow force this update every time a item has some value changed? Or maybe someone could show me where I can find the routines that does this kind of calculations and I can study whats wrong.
    Thanks in advance,
    Gross, Fabio

    Hi
    Check if there is any requirement for this condition in pricing procedure (V/08).
    See also note 24832 - Pricing rules / TVCPF as a checklist.
    Regards
    Eduardo
    PD Check also in MV45AFZB the subroutines  userexit_new_pricing_vbap and  userexit_new_pricing_vbkd. Look for in your conding (userexits, vofm and so on) if there is any condition for T180-TRTYP.

  • How to force my Web part to run regardless of users permissions

    I have created the following custom permission , which will allow users to Create items without being able to view,edit them:-
    $spweb=Get-SPWeb -Identity "http://vstg01";
    $spRoleDefinition = New-Object Microsoft.SharePoint.SPRoleDefinition;
    $spRoleDefinition.Name = "Submit only";
    $spRoleDefinition.Description = "Can submit/add forms/files/items into library or list but cannot view/edit them.";
    $spRoleDefinition.BasePermissions = "AddListItems, ViewPages, ViewFormPages, Open";
    $spweb.RoleDefinitions.Add($spRoleDefinition);
    $spweb.Dispose();
    then inside my "Issue Tracking List" i stop inheriting permission from team site , and i define the following permission for all users:-
    now users can add items and they can not view them ,, which is perfect :).
    But now i wanted to add a custom web part to my Create form which will hide certain fields if the user is not within specific group ,the web part looks as follow:-
    protected override void OnInit(EventArgs e)
    base.OnInit(e);
    InitializeControl();
    using (SPSite site = new SPSite(SPContext.Current.Site.Url))
    using (SPWeb web = site.OpenWeb())
    web.AllowUnsafeUpdates = true;
    SPGroup group = web.Groups["Intranet Visitors"];
    bool isUser = web.IsCurrentUserMemberOfGroup(group.ID);
    if (!isUser)
    SPList myList = web.Lists.TryGetList("Issue List");
    SPField titleField = myList.Fields.GetField("Category");
    titleField.Hidden = true;
    titleField.ShowInEditForm = false;
    titleField.ShowInNewForm = false;
    titleField.ShowInDisplayForm = false;
    titleField.Update();
    myList.Update();
    // web.AllowUnsafeUpdates = false;
    else
    SPList myList = web.Lists.TryGetList("Issue List");
    SPField titleField = myList.Fields.GetField("Title");
    titleField.Hidden = false;
    titleField.Update();
    myList.Update();
    // //web.AllowUnsafeUpdates = false;
    web.AllowUnsafeUpdates = false;
    then i deploy the web part and i add it to the Create form. but after doing so user are not able to create items and they will get the following error:-
    Sorry this site has not been shared with you
    so can anyone advice how to force my web part to run , without checking the users permissions or with minimal permssions ?

    in this case, use the elevated privileges to read/add/edit items with elevated privileges with below code.
    but make sure the page which you add this web part have at least read access to all user.
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite site = new SPSite(web.Site.ID))
    // implementation details omitted
    More: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsecurity.runwithelevatedprivileges.aspx
    Bistesh
    Ok after adding :-
    SPSecurity.RunWithElevatedPrivileges(delegate()
    users with the following permissions can create items:-
    "AddListItems, ViewPages, ViewFormPages, Open";
    and they can not edit/read them, which is great. but i am facing a caching problem , because if user is inside the "Intranet visitor" he will be able to see Category field as mentioned in my code, but if i remove him from the "Intranet Visitor"
    he still can see the field,, although in the web part i specify not to display the Category column if the user is not inside the "Intranet visitor " group... here is my current code:-
    protected override void OnInit(EventArgs e)
    base.OnInit(e);
    InitializeControl();
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite site = new SPSite(SPContext.Current.Site.Url))
    using (SPWeb web = site.OpenWeb())
    web.AllowUnsafeUpdates = true;
    SPGroup group = web.Groups["Intranet Visitor"];
    bool isUser = web.IsCurrentUserMemberOfGroup(group.ID);
    if (!isUser)
    SPList myList = web.Lists.TryGetList("Risk & Issue Management");
    SPField titleField = myList.Fields.GetField("Category");
    titleField.Hidden = true;
    titleField.ShowInEditForm = false;
    titleField.ShowInNewForm = false;
    titleField.ShowInDisplayForm = false;
    titleField.Update();
    myList.Update();
    // web.AllowUnsafeUpdates = false;
    else
    SPList myList = web.Lists.TryGetList("Risk & Issue Management");
    SPField titleField = myList.Fields.GetField("Category");
    titleField.Hidden = false;
    titleField.ShowInEditForm = true;
    titleField.ShowInNewForm = true;
    titleField.ShowInDisplayForm = true;
    titleField.Update();
    myList.Update();
    web.AllowUnsafeUpdates = false;
    so can you advice please ? is this a caching problem, or once the user add at-least single item he will be able to see all columns ?

  • How do I manually update a contact with their Facebook?

    I signed on in settings into Facebook, I also have my Facebook app up to date.
    My contacts list correctly synced about 40% of my contacts with the correct Facebook account - with their profile picture etc.
    One contact is incorrect, I have no idea how that happened, their names and profiles are totally different.
    The problem is now that I'm trying to update my phone contacts with their Facebook counterpart it simply won't work.
    If I type in say John Smith it won't find the person, if I go to their Facebook page and find out the username eg john.smith.9 it still won't work, I tried going back into settings and updating contacts but still nothing?!
    Any help would be greatly appreciated. I don't want to download 500 Facebook 'friends' just to update the ones in my phone book so I get their profile pic etc.
    Thanks

    Update: I discovered that if I open a VPN connection to the server, then I can (almost) publish from VS as I did before, so the question has partially been avoided.
    I say partially, because when I try to publish, it copies the files correctly, but then sits there for quite a while, before giving the error...
    Error 1
    An exception occurred when deploying the database for the application.
    Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration
    spent while attempting to connect to this server was - [Pre-Login] initialization=42271; handshake=34;
    C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\LightSwitch\v1.0\Microsoft.LightSwitch.targets
    1114 10
    HLReports.OfficeSystem.MainApp
    Any idea what this means?
    FREE custom controls for Lightswitch! A collection of useful controls for Lightswitch developers (Silverlight client only).
    Download from the Visual Studio Gallery.
    If you're really bored, you could read about my experiments with .NET and some of Microsoft's newer technologies at
    http://dotnetwhatnot.pixata.co.uk/

  • How to disable auto update?

    On the Q10, how can the automatic updates be disabled so that operating system version updates cannot proceed without user approval?
    Thanks!
    . . . .  Pete

    petercreasey wrote:
      Does doing this block the service provider from "forcing" an update on our Q10s? 
    In the best "IT Speak", it should. But there is no way for us to know for certain.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • I have several copies of the same track - how do I remove extra tracks?

    First, I am now running iTunes for windows, 11.1.3.8 My computer is a laptop running Windows 7. I have an iPod classic that I try to sync with it. I have a mix of songs downloaded from Amazon (sorry guys) or ripped from CD's.  A year ago, iTunes star

  • Unable to clear the GR/IR account

    Hi friends, My user booked the GRN is 13.03.2010. the entry is  Material/Services a/c  1000    To  GR/IR a/c  1000 Here Invoice and vendor payment are done in 24.04.2010, payment as cleared. But client wants close the year-end closing 2009-10 . Here

  • Hdisk0 and hdisk1 is showing 100% busy most of the time

    Hi, hdisk0 and hdisk1 is showing 100% busy most of the time.During 100% busy database and application goes hang even a simple sql query or simple os command(ex: ls -lrt) takes long time to execute.whereas hdisk0 and hdisk1 not hit where oracle home a

  • What DO I need to output HD projects to DVD?

    Trying to piece together how I will output HD footage to DVD. Have researched and paged through this forum and as a technophobe can't quite get it..I know FCP7 does have output to basic blu ray...I know toast and encore will get me there, but what do

  • ASM restore

    11g ASM RAC, whole data raw disk group lost as SA mount raw disks to anther file system, rebuild +data raw disk group. rebuild spfile, restore controlfile. do rman restore database RMAN> restore database; Starting restore at 02-OCT-08 using channel O