Good morning everyone, I am following up on my pre...
# _general
t
Good morning everyone, I am following up on my previous post. Has anyone run into the below request before? If so, how did you handle it? Has anyone created a script to pull user accounts that are older than 90 days from Active Directory and then take the output to create a script to clean up profiles in DEM?
a
I did something similar where I would check for UPMsettings file date (which gets updated every time a user logs in) and if it wasn’t updated in certain number of days, i would move the profile to a subfolder in preparation for deletion later. This was done for Citrix UPM profiles but a similar logic can be applied to DEM I think.
t
Do you have a template I could reference?