-
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: office365
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
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