-
Recent Posts
- The Undocumented Sync Engine
- This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms
- Just in time–debugging
- Unexpected ‘Unable to process your request’ error
- MIMWAL Demo
- Microsoft WAL Library goes public
- Sync run profile fails for some connectors
- FIM EventLog records errors on searches
- Daylight Savings
- HomepageConfiguration–IsConfigurationType
Identity Management
- Active Directory Team Blog
- Alex Tcherniakhovski – Security
- Apollo Jack
- be-id
- Bespoke learnings from an Identity & Access Management Consultant
- Bob's Identity & Access Blog
- Brian Desmond
- Claus Konrad
- Craig Martin's Identity Trench
- Digital Glue
- FIM 2010 wiki
- fim creative thoughts
- fim facts
- FIM Specialist
- Identity Vacuum
- IdM for Real
- Joe Zamora (IDMWare)
- Jorge's quest for knowledge
- justIDM
- Kim Cameron's Identity Blog
- Konab.com
- Lost & Found
- MissMIIS
- Oxford Computer Group Blog
- Plankytronixx
- Shut up Laura
- the Connector Space
- The DIM Blog
- The FIM Team
- The Identity Manager Explorer
- The Undocumented Sync Engine
- Tomek's DS World
- xmlgrrl
- Yet another identity management blog
Useful Links
People I read
PowerShell
Tags
- AD
- attribute
- C#
- case sensistivity
- certificate
- certificate management
- coding
- credentials
- DLL
- domain
- Error
- export
- facepalm
- fim
- firewall
- fix
- foreach
- install
- lessons learned
- Live@Edu
- Management Agent
- MIM
- MPR
- office365
- permission
- portal
- Powershell
- proxy
- reflection
- Schema
- script
- Security
- service account
- Set
- Snippet
- SQL
- Temporal
- tool
- Visual Studio
- windows internal database
- windows sharepoint services
- Workflow
- wss 3.0
- x509
- XMA
Search
Tag Archives: coding
Just in time–debugging
I’ve recently rebuilt a development environment – replacing my older Windows 2008 FIM R2 rig with a Windows 2012 MIM and hit an odd problem when trying to trigger the just in time debugger from within my code. Normally to … Continue reading
Posted in Testing, Tools, Troubleshooting, Upgrades, Visual Studio, Windows 2012
Tagged C#, coding, Debugging, fix, Registry, Security, Upgrading, Visual Studio, Windows 2012, windows sharepoint services
Leave a comment
Adding PCNS to an ECMA2.0
One of my favourite tools that comes with working at Oxford Computer Group is an ECMA2 called the “delta generator” – at it’s simplest it’s a faster version of the FIM SQL management agent, but it’s got a few extra … Continue reading
Posted in Certificate, ECMA 2.0, FIM, Snippets
Tagged C#, certificate, coding, DLL, ECMA2.0, fim, Management Agent, OCG, Pass-Through, Password Extension, Wrapper
Leave a comment
ECMA 2.0 – Changing Capabilities
I’m working on a project at the moment that requires an MA that writes out it’s major operations (Add, Update, Delete) into separate CSV files – in theory this should be a fairly straight forward Export Only ECMA 2.0 to … Continue reading
Posted in ECMA 2.0, FIM, Troubleshooting
Tagged coding, connector space, ECMA 2.0, Error, fim, MAExportType, Management Agent, refresh interfaces
Leave a comment
E_MMS_SCHEMA_CLASS_NOT_FOUND
I was helping a colleague work on a deployment this week and we needed to change the attribute in the target system we were working on. Naturally there was a rule extension in place that needed updating as well so … Continue reading
Working with FIM Exports
We’ve all been there – you run one little export-fimconfig cmdlet and next thing you know you’ve got a ton of data to process – and given the number of cross links between the different FIM objects you know it’s … Continue reading
Posted in FIM, Powershell, Snippets, Tools
Tagged coding, fim, foreach, Powershell, script, Snippet
Leave a comment
Use PowerShell to make results intelligible
The get-msoluser cmdlet is there for retrieving information about the user accounts within an Office365 tenancy – but it can be a little verbose – which is where the rest of PowerShell kicks into gear and through the magic of … Continue reading
Posted in Office365, Powershell, Snippets
Tagged coding, foreach, get-msoluser, office365, Powershell, Quickie, Snippet, where-object
Leave a comment
Nested Objects in Powershell
I’m currently working on automating some activities for an Office365 deployment, and am making use of powershell cmdlets driven through c# – this works a treat most of the time, and aside from a few oddities (usually down to an … Continue reading
Posted in Office365, Powershell, Snippets
Tagged C#, coding, office365, Powershell, reflection, SI
Leave a comment