Sign In
Alex Tcherniakhovski - Security
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Active Directory Programming
AD Interop
FIM 2010
Forefront
ILM 2007
ISA
MIIS
Pages
PKI
Sharepoint
SSIS
WCF
Windows Server
Archive
Archives
January 2012
(1)
December 2011
(2)
November 2011
(1)
June 2011
(4)
May 2011
(1)
March 2011
(2)
February 2011
(1)
August 2008
(1)
June 2008
(1)
May 2008
(1)
April 2008
(3)
December 2007
(1)
November 2007
(2)
September 2007
(2)
August 2007
(3)
July 2007
(2)
June 2007
(2)
May 2007
(2)
March 2007
(1)
December 2006
(1)
November 2006
(1)
October 2006
(1)
September 2006
(2)
August 2006
(2)
July 2006
(3)
June 2006
(2)
May 2006
(2)
April 2006
(1)
March 2006
(2)
December 2005
(3)
November 2005
(1)
September 2005
(1)
July 2005
(1)
June 2005
(1)
May 2005
(2)
April 2005
(3)
March 2005
(1)
MIIS
MSDN Blogs
>
Alex Tcherniakhovski - Security
>
MIIS
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Alex Tcherniakhovski - Security
Accessing ILM WMI Inteface from non-windows host
Posted
over 5 years ago
by
Alex Tcherniakhovski
0
Comments
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm This screencast explores a scenario of calling WMI interface...
Alex Tcherniakhovski - Security
Connecting ILM 2007 with SharePoint Services Lists
Posted
over 5 years ago
by
Alex Tcherniakhovski
2
Comments
In this blog I explore the possibilities of using information stored in SharePoint Services V3.0 lists to drive provisioning processes (specifically integration with Active Directory). The idea behind this approach is to merge provisioning and synchronization capabilities of ILM with collaboration and workflow components of SharePoint Services 3.0. Please, follow this link for a complete walkthrough. ...
Alex Tcherniakhovski - Security
Adding workflow components into your MIIS solutions
Posted
over 6 years ago
by
Alex Tcherniakhovski
1
Comments
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm In this blog I explore the possibilities of integrating SharePoint...
Alex Tcherniakhovski - Security
A PRACTICAL SCENARIO OF USING EXPORT_PASSWORD ATTRIBUTE
Posted
over 6 years ago
by
Alex Tcherniakhovski
0
Comments
If you have been working with MIIS for some time then you probably noticed that each connector space receives an attribute called export_password. Intuitively I knew that this attribute must have something to do with the password synchronization capabilities of MIIS, but unfortunately I could not find any good documentation to help me better understand the role this attribute plays or scenarios in which we could be leveraging this attribute. Luckily while working on my extMA for Oracle principals, I found myself in a situation where I needed to resolve an issue with setting initial Oracle user passwords, which prompted me start asking questions about this attribute. Many thanks to Tomasz Onyszko who helped me understand the role of export_password attribute and how to utilize it in my extMA. In this blog I will show how I used the export_password attribute to solve what I believe to be a very common scenario of setting-up initial password via extensible Management Agent (extMA). ...
Alex Tcherniakhovski - Security
Improving Import Performance of MIIS Extensible Management Agent (extMA)
Posted
over 6 years ago
by
Alex Tcherniakhovski
1
Comments
During the early stages of developing a new extMA performance is not probably the first thing on your mind, you are mainly concerned with getting the basic functionality of an extMA working properly, and there is nothing wrong with this approach. But as you move your extMA out of your development environment and start testing it against some real production scenarios, the issues of performance become more important. Things that worked just fine in you lab environment with a dozen or a hundred test accounts suddenly don’t go as smoothly anymore when your extMA needs to handle for example 30,000 accounts. Of course, performance tuning is more of an art then a science and highly dependant on the system that you are connecting to. But there are some universal performance improving principals, one of which is minimizing number of round trips to database/directory in order to reduce the impact of network latencies incurred by each trip. While working on performance tuning of my extMA for Oracle Security Principals I was reminded of the importance of this principal and would like to share some of that experience in this blog. ...
Alex Tcherniakhovski - Security
Dealing with “System.InvalidOperationException: Collection was modified; enumeration operation may not execute” error message in provisioning code.
Posted
over 6 years ago
by
Alex Tcherniakhovski
0
Comments
Dealing with “System.InvalidOperationException: Collection was modified; enumeration operation may not execute” error message in provisioning code...
Alex Tcherniakhovski - Security
Very practical example of using MapAttributesForJoin Method
Posted
over 6 years ago
by
Alex Tcherniakhovski
0
Comments
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm I finally found a very good practical example of demonstrating...
Alex Tcherniakhovski - Security
Synchronizing Active Directory and Oracle security principals using Microsoft Identity Integration Server (MIIS)
Posted
over 6 years ago
by
Alex Tcherniakhovski
1
Comments
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm This walkthrough explores the possibility of using MIIS for...
Alex Tcherniakhovski - Security
Extensible MA and Data Source Systems that auto-generate anchor attributes
Posted
over 6 years ago
by
Alex Tcherniakhovski
0
Comments
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm While developing an extMA for SharePoint Form library I ran...
Alex Tcherniakhovski - Security
Building extensible management agent for MIIS
Posted
over 6 years ago
by
Alex Tcherniakhovski
0
Comments
Walkthrough: How to build an extensible management agent for MIIS This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright...
Alex Tcherniakhovski - Security
Automating Fail-over of MIIS Service deployed in a Hot-Standby configuration via Microsoft Cluster Service.
Posted
over 7 years ago
by
Alex Tcherniakhovski
1
Comments
Automating Fail-over of MIIS Service deployed in a Hot-Standby configuration via Microsoft Cluster Service. This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified...
Alex Tcherniakhovski - Security
Step-by-step guide on installing MIIS in a hot-standby configuration
Posted
over 7 years ago
by
Alex Tcherniakhovski
1
Comments
Step-by-step guide on installing MIIS in a hot-standby configuration This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright...
Alex Tcherniakhovski - Security
How to establish password synchronization between Active Directory and SunOne Diretory using MIIS
Posted
over 7 years ago
by
Alex Tcherniakhovski
0
Comments
How to establish password synchronization between Active Directory and SunOne Directory using MIIS This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http...
Alex Tcherniakhovski - Security
How to import a CSV file into ADAM using Microsoft Identity Integration Server 2003 (MIIS)
Posted
over 7 years ago
by
Alex Tcherniakhovski
0
Comments
How to import a CSV file into ADAM using Microsoft Identity Integration Server 2003 (MIIS) This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft...
Alex Tcherniakhovski - Security
Establishing Co-Existence environment between Lotus Domino and Exchange 2000/3, based on SMTP and Microsoft Identity Integration Server
Posted
over 7 years ago
by
Alex Tcherniakhovski
0
Comments
Establishing Co-Existence environment between Lotus Domino and Exchange 2000/3, based on SMTP and Microsoft Identity Integration Server This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject...
Alex Tcherniakhovski - Security
Utilizing new features of MIIS SP1 for dealing with organizations where employees may have multiple jobs and work at multiple locations
Posted
over 7 years ago
by
Alex Tcherniakhovski
0
Comments
Utilizing new features of MIIS SP1 for dealing with organizations where employees may have multiple jobs and work at multiple locations This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject...
Alex Tcherniakhovski - Security
Utilizing MIIS for password synchronization between Active Directory and Oracle (Establishing a Proof of Concept Environment)
Posted
over 7 years ago
by
Alex Tcherniakhovski
0
Comments
Utilizing MIIS for password synchronization between Active Directory and Oracle (Establishing a Proof of Concept Environment) This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to...
Alex Tcherniakhovski - Security
Provisioning to Novell eDirectory using MIIS: Setting initial eDirectory Password
Posted
over 7 years ago
by
Alex Tcherniakhovski
0
Comments
Provisioning to Novell eDirectory using MIIS: Setting initial eDirectory Password This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft...
Page 1 of 1 (18 items)