Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
AD FS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
Exchange Server 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MCTS
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Portal
Português Brasil
PowerShell
Private Cloud
pt-BR
SCCM
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
UAG
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
FIM How To Script
Tagged Content List
Wiki Page:
FIM 2010: How to Use Powershell to Create Manager-Based Distribution Lists from a CSV File
Peter Geelen - MSFT
FIM ScriptBox Item Summary Create Manager-based Distribution Lists from a CSV file. The CSV file must include a header row, such as in the following example: DisplayName,MailNickname,Description,Manager DL-Hongs Team,HHanTeam,Hong Han's team,hhan Script Code rg ...
on
18 Jun 2013
Wiki Page:
How to Use Powershell to Create Criteria-Based Security Groups from a CSV File
Richard Mueller
FIM ScriptBox Item Summary Create criteria-based Security Groups from a CSV file. Your CSV must include a header row and the filters for the groups, as in the following example: DisplayName,AccountName,Description,Filter SG-Geneva,sgGeneva,Staff based in Geneva,/Person[(EmployeeType...
on
18 Jun 2013
Wiki Page:
How to Use PowerShell to Display the Version of Your FIM Components
Richard Mueller
FIM ScriptBox Item Summary Your FIM service and the FIM synchronization service should be on the same patch level. The objective of this script is to display the installed versions for both components. Script Code 001 002 003 004 005 006 007 008...
on
25 May 2013
Wiki Page:
How to Use PowerShell to List the Selected Attributes of a Management Agent
Richard Mueller
FIM ScriptBox Item Summary The script displays the selected attributes of a management agent. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028...
on
25 May 2013
Wiki Page:
How to use powershell to delete an orphaned Synchronization Rule in FIM
Peter Geelen - MSFT
Table of Contents OVERVIEW RESOLUTION OVERVIEW Recently, I worked on an issue to where we had a Synchronization Rule that had become orphaned in the FIM Portal. If a Synchronization Rule becomes orphaned, then: You will not be able to delete the Synchronization Rule You will receive...
on
22 May 2013
Wiki Page:
How to Use PowerShell to List the Configured Management Agents in FIM
Peter Geelen - MSFT
FIM ScriptBox Item Summary The script lists the management agents that are configured on your system. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 #-----------------------...
on
22 May 2013
Wiki Page:
How to Use Powershell to Import Schema Objects from a CSV File
Richard Mueller
FIM ScriptBox Item Summary This script may be used to create Attributes and Bindings in the FIM Portal Schema based on information in a CSV file. The script comes in two parts: Import-SchemaCSV.ps1 is used to generate a changes.xml file, and CommitChanges.ps1 is used to import the...
on
13 May 2013
Wiki Page:
How to Use PowerShell to Determine a List of the Last DCs Used by Your ADDS Management Agents
Richard Mueller
FIM ScriptBox Item Summary The script code below uses Svrexport to determine a list of the last DCs used by your ADDS management agents. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020...
on
10 May 2013
Wiki Page:
How to Use PowerShell to Create a User in the FIM Portal
Richard Mueller
FIM ScriptBox Item Summary The objective of this script is to create a user in the FIM portal. The script expects the attributes of the new user as parameter with the following format: "<attribute name>:<attribute value>|<attribute name>:<attribute value>"...
on
8 May 2013
Wiki Page:
How to Use PowerShell to Display the Attributes of an Object Type
Richard Mueller
FIM ScriptBox Item Summary This script gets the attributes of a given object class and formats the output as a table. Modify the parameters of the Format-Table CmdLet to display the attribute parameters you need. Script Code 001 002 003 004 005 006 007 008...
on
8 May 2013
Wiki Page:
How to Use PowerShell to Update Resources from a CSV File
Richard Mueller
FIM ScriptBox Item Summary This script will update resources in the FIM Portal using values in a CSV file. Currently this has only been tested on single-valued string attributes . The CSV file must have the following: A header row, The first three columns must be as follows: ObjectType...
on
8 May 2013
Wiki Page:
How to Use PowerShell to Enable an MPR
Richard Mueller
FIM ScriptBox Item Summary The objective of this script is to enable a MPR. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031...
on
7 May 2013
Wiki Page:
How to Use PowerShell to Delete a User in the FIM Portal
Richard Mueller
FIM ScriptBox Item Summary The objective of this script is to delete a user in the FIM portal. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028...
on
7 May 2013
Wiki Page:
How to Use VBScript to Run a PowerShell Script
Richard Mueller
FIM ScriptBox Item Summary If you you want to run a PowerShell script by just double-clicking it, you can do this calling the PowerShell script from a VBScript. The VBScript code below shows an example for this. To use the VBScript, save the VBS file in the folder where your PowerShell script...
on
3 May 2013
Wiki Page:
How to Use PowerShell to Delete an ExpectedRuleEntry
Richard Mueller
FIM ScriptBox Item Summary The script code below deletes an ExpectedRuleEntry object from your environment. To run this script, you need to configure a Management Policy Rule that grants you permission to perform this operation: Management Policy Rule Configuration ...
on
3 May 2013
Wiki Page:
How to Use PowerShell as an FIM Function Library
Richard Mueller
This page provides a set of PowerShell Functions which can be used as a shared library across PowerShell scripts or from the PowerShell prompt. Table of Contents Introduction FIMFunctionLibrary The Functions Explained Convert-FimExportToPSOjbect Delete-FimObject Prepare-FimObject > Set-FimAttribute...
on
1 May 2013
Wiki Page:
How to Use PowerShell to Delete the Run History Based on a Specific Date
Richard Mueller
FIM ScriptBox Item Summary The script code below clears the run history earlier than or equal to a specific date. If no parameter is specified, today is used as specific date. Optionally, you can specify the number of days from today. Script Code 001 002 003 004...
on
1 May 2013
Wiki Page:
How to Use PowerShell to Check Your MPR Configuration for Synchronization
Carsten Siemens
FIM ScriptBox Item Summary To synchronize identity objects, you need to enable certain built-in MPRs in your environment. The objective of this script is to check whether: All required MPRs are enabled There is a need to modify a built-in MPR Script Code 001 002...
on
27 Apr 2013
Wiki Page:
How to Use Powershell to Delete All Users from the FIM Portal
Richard Mueller
FIM ScriptBox Item Summary This script will delete all users from the Portal except for the Administrator and Built-In Sync Account. This should only be used in test environments when you want to clear things out and start over. Script Code 001 002 003 004 005 006...
on
25 Apr 2013
Wiki Page:
How to Use PowerShell to Generate MA Run Profile Execution Time Statistics
Richard Mueller
FIM ScriptBox Item Summary This script will gather the run times for all Run Profiles of all Management Agents and generate average, minimum, and maximum time to run statistics. This should be run from the computer that has the FIM Synchronization service installed. Script Code ...
on
21 Apr 2013
Wiki Page:
How to Use PowerShell to Display the Attribute Flow Precedence Of An Attribute
Richard Mueller
FIM ScriptBox Item Summary The objective of this script is to display the configured attribute flow precedence for a specified attribute. The following screenshot shows a sample output: There are two methods to get the data from FIM: Using the FIM Synchronization Service Using...
on
4 Apr 2013
Wiki Page:
How to Use PowerShell to Export All Users Who Have Registered for Self-Service Password Reset (SSPR)
Markus Vilcinskas
FIM ScriptBox Item Summary This script lists the Display Name of users that were already registered into the FIM Portal by FIM Password Reset Registration Client and export it to a CSV File. The script queries a WorkFlow called "Password Reset AuthN Workflow" and returns its ObjectID...
on
13 Mar 2013
Wiki Page:
How to Use PowerShell to Fix an ObjectSID on an FIM Portal Object
Markus Vilcinskas
FIM ScriptBox Item Summary Sometimes the ObjectSID just isn't what you want it to be or it's been unintentionally recalled due to another action. :) This script should fix the portal object, just pass it the account name and domain on the command line and it will retrieve the SID, find...
on
13 Mar 2013
Wiki Page:
How to Use PowerShell to Troubleshoot FIM Query Issues
Markus Vilcinskas
FIM ScriptBox Item Summary Troubleshooting FIM Query issues can be difficult because of the large number of items output to trace when FIM tracing is turned up. As easy way to filter them out is to use the Get-EventLog cmdlet with a Where-Object clause to dig out the items where the Message starts...
on
13 Mar 2013
Wiki Page:
How to Use Powershell to Clear the AdvancedFilter property on all the SearchScope objects within FIM
Markus Vilcinskas
FIM ScriptBox Item Summary If you would like to wipe out the AdvancedFilter property on all the SearchScope objects within FIM (e.g. you may want to wipe them clean so that this PowerShell script can configure them consistently). This script will undo any custom AdvancedFilters you may have put...
on
12 Mar 2013
Page 1 of 3 (69 items)
1
2
3
Can't find it? Write it!
Post an Article