OIM: Disable User and Move to New OU

Hey guys,
I'm trying to figure out how to add an additional event when I disable a user. I want to be able to do as the title says. When I disable a user through OIM, move them to a specific OU within Active Directory. Has anyone done this before?
TIA,
Matt

There is a number of ways to trigger tasks based on an OIM USER disable event.
Kiran's suggestion should work fine as long as you include logic that checks that the user actually has an AD resource object that can be moved.
Another option is to use the "application effect disable" on the task (you find it on the general tab of the task) for triggering. In that case the task will only fire if the specific AD resource object is present in the resource profile of the user.
One thing to look out for is that MS has implemented move in AD as a copy and delete. If the AD system owners doesn't want to give your service account delete rights you will not be able to implement moving functionality.
I recommend making sure that the system owners tells you everything they want you to do to the AD account. It is very easy to miss a small but important details. Also make sure that you know if you need to support re enablement of the AD account.
We actually built this specific functionality for a customer earlier this year.
Best regards
/M

Similar Messages

  • Having arranged some scanned pictures in an album in I-Photo how can I keep them in the order I have chosen when I move the album. They all have the scan date and not the taken date and move to new positions if I move them from one album to another.

    Having arranged some scanned pictures in an album in I-Photo how can I keep them in the order I have chosen when I move the album. They all have the scan date and not the taken date and move to new positions if I move them from one album to another.
    Is there any way to re-number them in the order I have chosen so that they can then be sorted by number? The scans are all from pre-digital images that I wish to move to a photobook and I don't want to have to organise them twice!
    Thanks for any suggestions.

    I was a bit short, Chris, sorry. It is limited, what can be posted, when typing on an iPad.
    Now I am back on my Mac. I meant the following:  Batch Change the date for a large range of photos, that should have a date stepped in increments.
    Select all Photos at once and use the command "Photos > Batch Change".
    Then set the date for the first photo and select an increment, e.g. one minute.
    Now all photos will get a new date assigned, incremented by one minute, in the sequence you have selected. So you will be able to sort them by date.  This way it will be unnecessary to change the titles or filenames.

  • Disable user and session tracking?

    Hi there?
    We would like to use Application Insights for everything except user and session tracking.
    How can i disable these features in AI (we may not use cookies in our site)?
    My guess is to change the applicationinsights.config file as below. Is there any documentation about the configuration file, right now im only guessing...
    Cheers
    /Niclas
    <?xml version="1.0" encoding="utf-8"?>
    <ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings" schemaVersion="2014-05-30">
    <!--
    Learn more about Application Insights configuration with ApplicationInsights.config here:
    http://go.microsoft.com/fwlink/?LinkID=513840
    -->
    <TelemetryModules>
    <Add Type="Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule, Microsoft.ApplicationInsights" />
    <Add Type="Microsoft.ApplicationInsights.Extensibility.RuntimeTelemetry.RemoteDependencyModule, Microsoft.ApplicationInsights.Extensibility.RuntimeTelemetry" />
    <Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCollector.PerformanceCollectorModule, Microsoft.ApplicationInsights.Extensibility.PerfCollector" />
    <Add Type="Microsoft.ApplicationInsights.Extensibility.Web.WebApplicationLifecycleModule, Microsoft.ApplicationInsights.Extensibility.Web" />
    <Add Type="Microsoft.ApplicationInsights.Extensibility.Web.RequestTracking.TelemetryModules.WebRequestTrackingTelemetryModule, Microsoft.ApplicationInsights.Extensibility.Web" />
    <Add Type="Microsoft.ApplicationInsights.Extensibility.Web.RequestTracking.TelemetryModules.WebExceptionTrackingTelemetryModule, Microsoft.ApplicationInsights.Extensibility.Web" />
    <!-- <Add Type="Microsoft.ApplicationInsights.Extensibility.Web.RequestTracking.TelemetryModules.WebSessionTrackingTelemetryModule, Microsoft.ApplicationInsights.Extensibility.Web" />
    <Add Type="Microsoft.ApplicationInsights.Extensibility.Web.RequestTracking.TelemetryModules.WebUserTrackingTelemetryModule, Microsoft.ApplicationInsights.Extensibility.Web" /> -->
    </TelemetryModules>
    <ContextInitializers>
    <Add Type="Microsoft.ApplicationInsights.Extensibility.BuildInfoConfigComponentVersionContextInitializer, Microsoft.ApplicationInsights" />
    <Add Type="Microsoft.ApplicationInsights.Extensibility.DeviceContextInitializer, Microsoft.ApplicationInsights" />
    <Add Type="Microsoft.ApplicationInsights.Extensibility.MachineNameContextInitializer, Microsoft.ApplicationInsights" />
    <Add Type="Microsoft.ApplicationInsights.Extensibility.Web.AzureRoleEnvironmentContextInitializer, Microsoft.ApplicationInsights.Extensibility.Web" />
    </ContextInitializers>
    <TelemetryInitializers>
    <Add Type="Microsoft.ApplicationInsights.Extensibility.Web.TelemetryInitializers.WebOperationNameTelemetryInitializer, Microsoft.ApplicationInsights.Extensibility.Web" />
    <Add Type="Microsoft.ApplicationInsights.Extensibility.Web.TelemetryInitializers.WebOperationIdTelemetryInitializer, Microsoft.ApplicationInsights.Extensibility.Web" />
    <Add Type="Microsoft.ApplicationInsights.Extensibility.Web.TelemetryInitializers.WebUserTelemetryInitializer, Microsoft.ApplicationInsights.Extensibility.Web" />
    <Add Type="Microsoft.ApplicationInsights.Extensibility.Web.TelemetryInitializers.WebSessionTelemetryInitializer, Microsoft.ApplicationInsights.Extensibility.Web" />
    </TelemetryInitializers>
    </ApplicationInsights>

    I'm not sure if we have a documentation about this somewhere yet. But your guess was right. You can remove 2 modules and AI will not read and set cookies.
    Another option is to disable cookie setting but not reading. You would want this if you have JS SDK that sets cookies and you want Web SDK to read it and apply to server telemetry types.
    <Add Type="Microsoft.ApplicationInsights.Extensibility.Web.RequestTracking.TelemetryModules.WebSessionTrackingTelemetryModule, Microsoft.ApplicationInsights.Extensibility.Web" >
    <SetCookie>false</SetCookie>
    </Add>
    There are also 2 telemetry initializers for user and session. They take session and user from RequestTelemetry that was created by WebSdk and initialized in that modules and apply same session to other telemetry types like events and exceptions. If you cut
    modules you can cut telemetry initializers as well.
    Anastasia

  • Setting a Transport Rule to reply with a Custom DSN for a Disabled User and disconnected mailbox

    Here is what I am trying to accomplish. A user leaves the company. We disable there exchange email and that in turn disabled the account in AD. We want a custom NDR to say "This employee is no longer and employee blah blah" We dont get rid of email
    boxes but we disable them. 
    Here is what I done. Created custom NDR and then created a transport rule to read if the message is sent to [email protected] reply back with this NDR code. It works fine if I disable the user from AD and not exchange. Once I "disconnect" the mailbox
    it no longer works. I get the default NDR that says this email cant be found. I don't want that one. I want my custom NDR. I don't want to modify the 5.1.1 message either. Is there away around this?

    Hi Nellyjo,
    In your case, when you disable the user from AD and Exchange, in fact the message is blocked before reaching transport rule, recipient filtering is blocking this email. If you still want to achieve your goal by transport rule, you need to create a mailbox
    or contact to make your transport rule work.
    What's more, you also can modify original DSN for external and internal senders to meet your requirement.
    For more information, here is a similar thread for your reference.
    Setting a Transport Rule to reply with a Custom DSN for a Disabled User
    http://social.technet.microsoft.com/Forums/en-US/b1a4dd86-1e0e-43a9-b340-a80352e5c323/setting-a-transport-rule-to-reply-with-a-custom-dsn-for-a-disabled-user?forum=exchange2010
    Hope it helps.
    If you need further assistance, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Enabling / Disabling graphs and opening a new Front Panel Window

    Hi,
      I have a simple application of showing 12 analog signals on 12 different graphs placed vertically in aligned position. I have to develop a user interface so that if user wants to display signal no. 1, 4 and 6 out of total 12 signals, he should make selection using check boxes and click a re-draw button. It should result in opening a separate window with these three signals displayed as separate graphs aligned vertically and adjusted to fit window size. Similarly later user can change his selection of displaying signals (from same acquired data) say 1, 3, 5, 6, 8, 9, 11 & 12 and click Redraw button. It should result in opening a new Window showing all these signals as separate graphs which are aligned vertically and resized to fit the window. Now I have two major issues in this context.
    1) I have been searching LabView help to locate a way to open a new window for this purpose but I failed to locate any way for it. As per my limited knowledge, it seems that we cannot have multiple "Front Panel" windows in Labview.
    2) For the graph I could not locate a control to enable/disable a graph so that it appears or vanishes. Is there any way to achieve it?
    I shall appreciate your valuable advice. I shifted from "Lab View Signal Express"  to "Lab View" in order to achieve this user interface design but I am still not successful in finding a good solution for this application.
    Regards
    Mnuet

    Hi Mnuet,
    You can do what was said above. Here is a KB on dynamically loading VIs. It looks something like this.
    Dynamically loaded VIs are loaded at the point in code while running, as opposed to being loaded when the parent VI is loaded into memory like normal subVIs. You can make a reference to them and then control the front panel appearance, their run status, etc with property nodes and invoke nodes.
    Jeff | LabVIEW Software Engineer

  • TS3274 Deleting Disabled AppleID and using a new that works with apps gotten with disabled apple ID

    I gave my iPad 2 to someone to download some apps for me.The guy used his apple ID to download the apps.the apple ID used is now disabled. I want to be able to use my new apple ID to update all apps downloaded including the ones downloaded using the initial ID.

    Content is tied to the account that originally downloaded/bought it, and it can't be copied or transferred to a different account - delete the apps that weren't downloaded with your account and then buy/download your own copies of them

  • How to transfer selected apps and movies to new iPad?

    I just received my iPad 3, and I would like to transfer some, but not all, of my apps and videos from my iPad 1.
    I'm pretty confused as to the meaning of the Apps tab in iTunes. There is a list of apps to the left. Is this a list of all the apps that are "stored" in iTunes, whether or not they are on my iPad (or iPhone)? As far as I can tell, all those that are checked are also on my iPad. But there are some that are unchecked that are on my iPad.
    Then there are "screenshots" of the pages of an iPad to the right. Generally, the layout of the apps on these screens match those on my iPad, but there is one app on the screenshot that's not on my iPad.
    If I were to plug my new iPad in now and restore from this backup, what apps would move to the new iPad? How can I control those? Basically I would like to delete a lot of unsued apps from my iPad without losing them forever.
    Same kinds of questions with videos.

    The apps that have checkmarks next to the names are the apps that are selected to sync.
    Those screenshots that you see are all of the home screens on the iPad and why you see an app on the screenshot that is not on the iPad does not make sense. If you see it on one of those screenshots - it should be on the iPad.
    Anyway - simply select all of the items that you want to sync to the new iPad. Click on the boxes next to the names to select them. Deselect apps the same way - click on the boxes to remove the checkmarks.
    You can pick and choose all of the content in each tab in iTunes - apps, music, photos. books - whatever - you can control what it syncs by selecting and selecting. Videos included. All of these apps that have checkmarks next the boxes will sync to my iPad.
    This is how you select the movies that you want to sync.
    All of the content that is checked in iTunes is what would sync - but that is not what would be restored from the backup. The backup contains all of your app data and app settings, the device settings, safari history and bookmarks, contacts, calendar entries, camera roll - and so on. The backup does not contain your media - you still have to sync that from iTunes.

  • Upgrade to Element 12 and move to new computer.

    I have my pictures in an old computer in Element 8. I want to move them to a new computer and upgrade to Element 12. How do I do this?

    Ps I should clarify that I updated to iTunes 12.1

  • Transfer Users and apps on new drive

    I bought a Solid state drive and want to use it only as a start up and to use my apps on, I was going to use migrate assistant but it wants to transfer everything.
    Anyone have any ideas to get all my settings etc to the other drive while using the second drive with itunes.
    My back-up is a 2TB drive and the SSd is 120g.

    Move the home account or just the media data to another hard drive.
    User Account control panel (unlock advanced options) lets you point to any location for your home_account.

  • Best approach to upgrade MaxDB AND move to new OS release

    What would be the best approach to upgrade Contentserver MaxDB 7.5 on W2K server (32-Bit) to MaxDB 7.7 on Windows 2008 Server x64 (R2?)?
    1.  a) Upgrade MaxDB on the existing installation
         b) Create a complete backup
         c) Install latest release on new machine
         b) recover with backup from existing installation on new machine
    2. a)  Create a complete backup from existing installation
        b) Install same release on new machine
        c) recover with backup from existing installation on new machine
        d) upgrade to latest release on new machine
    Both approaches share the problem that you have to run a OS/DB release constellation that is not released according to SAP PAM. The second approach has the advantage that the source system will not be touched and is still available in the original status if something fails. But the main issue is the compatibility question (7.5 not released for W2008, 7.7 not released for W2K)
    Any suggestions?
    Thanks,
    Matthias

    Natalia,
    thanks for your answer.
    > Do you have Content Server 6.40 ?
    yes.
    > the MAXDB version 7.5 is not released on W2008
    neither is 7.7 on W2K.
    > I recommend to go with 1 option.
    Which would be this one:
    >>1. a)Upgrade MaxDB on the existing installation
    So can I upgrade to 7.7 on W2K though it is not released for this combination?
    Best Regards,
    Matthias

  • Dead ipod with unsynched music and movies, how do I get the music and movies onto new ipod

    my old ipod died before i was able to sync the latest purchases to my computer.  How do I redownload purchases to new ipod

    If the iPod is dead and you never synced it and you have no backup, say "bye-bye" to the contents.
    You can individually download the apps and songs from iTunes without charge provided that you use the same Apple ID.

  • I am a disabled user and I need keyboard shortcuts to program the software. Does anyone know the keyboard shortcut for 'Save link as' ? Very grateful for your help. Thanks. :)

    I am using Windows 7 ultimate and Firefox 4. I tried Alt + enter which does not work.

    There is no shortcut key for such context menu items.<br />
    You can use the context menu key on the keyboard to open the right-click context menu on a link and press 'k' for the "Save Link As" item.<br />
    You need to press the tab key until you arrive at that link.
    You can set the pref <b>browser.display.focus_ring_width</b> to a higher value (I use 3) to make it easier to see which link has focus.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    See also:
    * http://kb.mozillazine.org/accessibility_features_of_Firefox
    * http://kb.mozillazine.org/browser.display.focus_ring_width
    *http://www.accessfirefox.org/ - Access Firefox Because the Internet is for everyone.

  • How to disable iCloud for iCal and move events back to your Mac?

    How can I disable iCloud and move my iCal events back to my Mac? I no longer want to store my private calendars in iCloud and want them back on my Mac but I don't know how to do it! Does anyone know what to do? Thanks

    To move your calendars, follow the second set of numbered instructions here:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudmovecalendars.html
    Then you can sign out of iCloud in System Preferences>iCloud.

  • Disabled user

    Hi, I contacted BT today for a couple of things, and one of the questions I asked was about disability and the problems my wife would have using the phone if I was not around, my wife has problems with understanding and following multi choice options on BT, I registered my wife as Disabled with BT and explained her problems with the multi choice option when contacting BT and he just registered her as a disabled user and that was it, what does my wife do if I am not around and she needs to contact BT? is there a special number she can ring that goes direct to someone or does she have to wait until I am home? any help please.   

    Hi sollie52 and welcome
    Well, with most multiple choice automated phone services, if no buttons are pressed, then eventually it should just ring and someone should answer
    If that doesn't work, pressing the * button when prompted to make a selection, used to confuse the system and it would also just connect the call.
    Next time you need to call BT, try the above...
    If either work, just tell your wife which one to do
    -+-No longer a forum member-+-

  • Export user and OU

    I have been able to export a list of disabled users and computers and their DN, but I'm trying to find a way to just get username, objecttype and OU.
    Right now 
    Search-ADAccount -AccountDisabled | FT Name,ObjectClass,DistinguishedName -A
    gives me a output I can work with but I'd like to drop the CN= part of the DN and just have the full OU. I can't seem to figure out how to even get started here. Do I need to go line by line using
    get-aduser? 

    Hi,
    Here's something you can play with:
    Search-ADAccount -AccountDisabled |
    Select Name,ObjectClass,@{N='OU';E={(Get-ADOrganizationalUnit ($_.DistinguishedName.Substring($_.DistinguishedName.IndexOf(',OU=')+1))).Name}}
    This assumes that these objects are actually in OUs, not containers.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

Maybe you are looking for