Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
.net
Active Directory
AD DS
ASP.NET
azure
Benoît Jester
BizTalk
BizTalk Server
BizTalk Server 2010
C#
C# .NET
Chen V
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2010
fa-IR
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
Mehmet Parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into French
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
Windows 8
Windows Phone
Windows Phone Migration Content
Windows Server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
Browse by Tags
>
TechNet Articles
>
All Tags
>
PowerShell
Tagged Content List
Wiki Page:
How to Use PowerShell to Display the Statistics of a Management Agent
Durval Ramos
FIM ScriptBox Item Summary The script lists the synchronization statistics 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 ...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Display the Permissions on the FIM Site
Durval Ramos
FIM ScriptBox Item Summary This script displays the permissions on the FIM site. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 #--------------------------------------------------...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Display the FIM Security Groups
Durval Ramos
FIM ScriptBox Item Summary This script displays the security group associated with all of the FIM security groups and whether they are domain groups or local groups. By default these groups are local and called: FIMSyncAdmins, FIMSyncOperators, FIMSyncJoiners, FIMSyncBrowse and FIMSyncPasswordSet...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Display the Attributes of an Object Type
Durval Ramos
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
23 May 2014
Wiki Page:
How to Use PowerShell to Display the Connection State for the Partitions of a Management Agent
Durval Ramos
FIM ScriptBox Item Summary This script displays the connection state for the partitions of a management agent. For more details about the return values see GetServerStatus . Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Display the Attribute Flow Precedence Of An Attribute
Durval Ramos
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
23 May 2014
Wiki Page:
How to Use PowerShell to Display Denied Requests
Durval Ramos
FIM ScriptBox Item Summary When you troubleshoot access problems, it might be helpful to review whether denied requests exits on your system. The objective of this script is to display them. Script Code 001 002 003 004 005 006 007 008 009 010 011 ...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Disable Provisioning
Durval Ramos
FIM ScriptBox Item Summary This script disables provisioning on your FIM server. Important To use this script, you need to add the FIM service account to the FIMSyncAdmins group! Script Code 001 002 003 004 005 006 007...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Determine the ERL Flow Configuration
Durval Ramos
FIM ScriptBox Item Summary To process outbound synchronization rules, you must populate the ERL attribute of you managed objects in the metaverse. The objective of this script is to check whether import attribute flow rule mappings for the expectedRulesList attribute are configured on your...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Display a User’s Attribute Values for FIM Portal Access
Durval Ramos
FIM ScriptBox Item Summary To access the FIM portal, the following attributes must be set: AccountName Domain ObjectSID This script lists the values of these attributes for a user. The script indicates if a value is not set: If the values are set, the script shows them: Script...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Determine a List of the Last DCs Used by Your ADDS Management Agents
Durval Ramos
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
23 May 2014
Wiki Page:
How to Use Powershell to Delete All Users from the FIM Portal
Durval Ramos
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
23 May 2014
Wiki Page:
How to Use PowerShell to Delete a User in the FIM Portal
Durval Ramos
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
23 May 2014
Wiki Page:
How to Use PowerShell to Delete a FIM User
Durval Ramos
FIM ScriptBox Item Summary A PowerShell module is available on CodePlex to simplify FIM management ( http://fimpowershellmodule.codeplex.com/ ). This article shows how to use that module to delete a user from the FIM Service. Note : This snippet was copied from the FIM PowerShell Module...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Delegate Minimum Permissions for Exchange to Create Mailboxes
Durval Ramos
FIM ScriptBox Item Summary This script shows how to delegate minimum permissions for Exchange to create mailboxes. Script Code 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 # this script must be run...
on
23 May 2014
Wiki Page:
How to Use Powershell to Create Manager-Based Distribution Lists from a CSV File (FIM 2010)
Durval Ramos
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
23 May 2014
Wiki Page:
How to Use PowerShell to Create FIM ActivityInformationConfiguration Objects
Durval Ramos
FIM ScriptBox Item Summary FIM 2010 can be extended with custom WF activities. Try it out using the TechNet guide: How to: Create a Custom Logging Activity and Deploy it to the FIM Portal One of the challenges with creating (for me at least) is getting the details of the Activity...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Create a Criteria-Based Set
Durval Ramos
FIM ScriptBox Item Summary The script code below creates a criteria-based sample Set. 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 ...
on
23 May 2014
Wiki Page:
How to Use Powershell to Create Criteria-Based Security Groups from a CSV File
Durval Ramos
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
23 May 2014
Wiki Page:
How to use Powershell to Copy an MPR (en-US)
Durval Ramos
FIM ScriptBox Item Summary This Powershell script is intended to simply the process of copying an MPR - usually in order to duplicate or split out functionality with the fewest possible necessary manual changes needed. Script Code 001 002 003 004 005 006 007 ...
on
23 May 2014
Wiki Page:
How to Use Powershell to Clear the AdvancedFilter property on all the SearchScope objects within FIM
Durval Ramos
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
23 May 2014
Wiki Page:
How to Use PowerShell to Check Your MPR Configuration for Synchronization
Durval Ramos
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
23 May 2014
Wiki Page:
How to Use PowerShell to Check Your MPR Configuration for FIM Portal Access
Durval Ramos
FIM ScriptBox Item Summary Note Please see this post for more details. 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...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Bulk Update the Value of an Attribute for a Certain Type
Durval Ramos
FIM ScriptBox Item Summary Changes the value of the given attribute for all the objects of the given type. The script currently works only for single-valued attributes. Cannot be used for datetime attributes (limitation of FIMAutomation snapin). Warning This script is suitable to...
on
23 May 2014
Wiki Page:
How to Use PowerShell to Backup all Resource Control Display Configuration (RCDC) Objects
Durval Ramos
FIM ScriptBox Item Summary The objective of this script is to create a backup of all ObjectVisualizationConfiguration objects as XML that are exported by FIM Automation cmdlets. Each Resource Control Display Configuration (RCDC) object is saved in a separate file and the name of the the file...
on
23 May 2014
Page 74 of 90 (2,239 items)
«
72
73
74
75
76
»
Can't find it? Write it!
Post an Article