Monday, August 16, 2010

Home /ForeFront /IIFP /MIIS / Forefront Identity Manager (FIM) 2010 Capacity Planning Guide

Forefront Identity Manager (FIM) 2010 Capacity Planning Guide

The Forefront Identity Manager (FIM) 2010 Capacity Planning Guide is available for download. 

This document provides advice and considerations for organizations that are planning deployments of FIM 2010. The first part of the document describes multiple factors to consider as you begin to plan your FIM 2010 deployment. Topic subjects include FIM 2010 topology, hardware, policy configuration objects, scale, and load. The latter part of this document describes measurements and observations that were made during the initial deployment test scenarios. The main goal of this guide is to help you set up a test lab environment that will help you in preparing the deployment of FIM 2010 to a production environment.

Download:

http://www.microsoft.com/downloads/details.aspx?FamilyID=b991b665-a0fc-4e10-a498-49ddfa398577&displayLang=en

SS

Santhosh Sivarajan

Microsoft MVP · Identity & Cybersecurity Architect

Santhosh has 30+ years of hands-on enterprise experience in Identity and Access Management, Microsoft Entra ID, Active Directory, Microsoft 365 and Zero Trust architecture. He is the author of two books on Windows Server and security, and leads consulting, assessments and training at SAG Business Group.

2 comments:

Hi Santhosh,

Greetings!!

I thought of sharing my task information with you and also need your suggestion on this.

Currently I am using exporting users from group using following command:
dsquery group -name | dsget group –members >temp.csv (exporting users & groups information to temp file)

Netxt: Using PowerShell, running following command to add exported users to new group

Import-Csv test.csv | % { Add-ADGroupMember -Identity "" -Member $_.UserName}


Old groups consist of several groups, but every time I need to run above commands to export users from old groups and adding.

I have a situation here is I want add existing users & groups from security tab to a new security groups. Old securities groups are not standards, I want get all the users from old security groups and need to add them in to new groups in automatic way.

Old security groups has members of users and some groups also (I want to export the members info and need to add)

Is there any way to get the members information as well as member groups of member’s information?

Thank you in advance.

Post a Comment

Popular Posts
Workstation Trust Relationship Issue Issue: You receive the following error message, when you try to login to the domain.  The security database on the server does not have ... ADMT Service Account - Permission and Configuration The ADMT service account needs to have proper permission in source and target domains.  You don’t need to use 2 separate accounts.  You can ... My First Peek into Microsoft Exchange 2010 By Santhosh Sivarajan Before I really dive into Exchange 2010, I thought I would install and play with it first. I took some screen shots and notes during the ins... ObjectSID and Active Directory What is an objectSID in Active Directory? When a new object is created in Active Directory, Domain Controller assigns a unique value used ... AD Group Report - List Group Members in Active Directory–PowerShell Script Updated Script - http://portal.sivarajan.com/2011/10/search-ad-collect-local-admin-group.html Script #1 This script... Add Users to a Group–PowerShell Script Purpose – Add users to a group from an input file – PowerShell V2 Script.  Input file – Input file (Users.csv) contains samAccountName in... User Account Migration and Merging – Part I (ADMT) Part I - User Account Migration and Merging Using ADMT Part II - User Account Migration and Merging Using QMM pre-creating user account ... User Account Migration and Merging – Part II (Quest Migration Manager) Part I - User Account Migration and Merging Using ADMT Part II - User Account Migration and Merging Using QMM Pre-creating user account in... Delete Stale or Inactive Computer Accounts from Active Directory Here is an easy way to identify and delete inactive or stale computers in an Active Directory environment.  Using the dsquery command you c... Converting PowerShell (PS1) to EXE / Standalone Application As we know, there many applications available to convert a PowerShell file to a standalone executable file.  Based on my experience, PowerSh...