-
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
File Categories
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
Author Archives: Jason
massGAC
Fortunately it’s not a frequent occurrence, but once in a while I need to update multiple workflow’s at the same time – and today, that clocked in at around 34 new versions of DLLs. Rather than attempt to script a … Continue reading
Posted in Snippets
Leave a comment
Packaging it all up
I’m currently in the middle of preparing a new XMA to hand over to a colleague, and as they need to use it rather than code it, I thought I’d try to make things as easy for them as possible … Continue reading
Posted in FIM, Snippets, Tools
Tagged Customization File, DLL, Extension, fim, HowTo, install, Installer, Management Agent, MAPackager.exe, Visual Studio, XMA
Leave a comment
Removing & Reinstalling WSS 3.0
I broke my FIM installation today (not an uncommon thing in my world) and as I really badly broke the portal and Sharepoint Services decided that nothing but a full removal and reinstallation would do. Removing the portal is straightforward … Continue reading
Posted in FIM, Snippets
Tagged fim, fix, reinstall, remove, select features, sharepoint services, uninstall, windows internal database, windows sharepoint services, wss 3.0
Leave a comment
Publishing an On-Premise AD Account to Office365
When you first start looking at Office365 there’s a real need to get user accounts into the Cloud so you and your colleagues can start poking about, and while there are quite a few decent tools for getting bulk users … Continue reading
Posted in Office365, Powershell, Snippets, Tools
Tagged AD, office365, on-premise, Powershell, script, Snippet
8 Comments
Retrieve certificate Thumbprint
The SSO Kit is part of the Live@Edu toolkit that translates an “on premises” windows login to an authenticated session in the cloud – in order to do this a web application (sso portal) is deployed that retrieves a certificate … Continue reading
Posted in Certificate, Snippets
Tagged cert store, certificate, certificate management, Live@Edu, Powershell, Security, Snippet, x509
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
Proxy This!
As ever, I’m in a new environment with a new set of firewall and proxy restrictions and seeing as I’m working on an Office365 deployment, powershell is pretty much an essential piece of the puzzle. From my laptop, I’ve got … Continue reading