Difference between revisions of "Remediating extension attributes"

From MyWiki
Jump to: navigation, search
Line 1: Line 1:
 +
 
'''Step 1'''<br>
 
'''Step 1'''<br>
 
Get a list of users to check for the correct configuration or ExtensionAtribute1 and ExtensionAtribute2<br>
 
Get a list of users to check for the correct configuration or ExtensionAtribute1 and ExtensionAtribute2<br>
 
We can user serveral commands depending on the selection criteria, examples below:<br>
 
We can user serveral commands depending on the selection criteria, examples below:<br>
 
'''List users created on a particular day:'''  Get-QADUser -CreatedOn 2014/07/26 > user_list.txt
 
'''List users created on a particular day:'''  Get-QADUser -CreatedOn 2014/07/26 > user_list.txt

Revision as of 10:05, 27 August 2014

Step 1
Get a list of users to check for the correct configuration or ExtensionAtribute1 and ExtensionAtribute2
We can user serveral commands depending on the selection criteria, examples below:
List users created on a particular day: Get-QADUser -CreatedOn 2014/07/26 > user_list.txt