Skip to main content

Identity & Access Management

  • About

Tag: PowerShell

Running PS 3.0 cmdlets with FIM PS WF

September 3, 2014September 3, 2014 Remi 2 Comments

Problem You want to run PowerShell 3.0 cmdlets through FIM PowerShell Workflow Activity (FIM PS WF) (https://fimpowershellwf.codeplex.com)? As you may or may not know FIM2010 R2 Service is using a workflow host based on Workflow Foundation 3.5 (.NET 3.5). This means that you can only run PowerShell 2.0 cmdlets through the workflow from FIM.

Read More

Simplifying FIM Service Migration

June 4, 2014June 4, 2014 Remi Leave a comment

I just built a pretty big FIM2010 R2 solution in a development environment, and now was the time to migrate the whole solution to new production servers. Well, I was pretty nervous about it. I have previously used Microsoft`s solution (here), but this time I had _a lot_ of MPR`s, Sets, WF and also a […]

Read More

Import pictures into FIM portal

April 14, 2013June 4, 2014 Remi 10 Comments

#UPDATE 16. April 2013: Changed the PS script to write directly to binary attribute Picture in CS. Removing the need for rules extension. The new updates is uploaded in the zip file. Also remember to update your Schema file (example further down in this post).. #UPDATE 29. April 2013 – Fixed bug on line 74. […]

Read More

Howto: Update attribute value in FIM using Powershell

December 20, 2011 Remi Leave a comment

Maby you are using a PowerShell Workflow (Like Craig`s here, or Carol`s here) and you want to manipulate an attribute and write it to a attribute on a Person object in FIM. It`s actually really easy! Let`s say you are using a simple cmldet to enable a user for Lync 2010: Enable-CsUser –Identity $UserName –RegistrarPool […]

Read More

Lync 2010 Powershell Modules

December 19, 2011March 4, 2014 Remi 11 Comments

When working with a Powershell Workflow for FIM I needed to have Lync 2010 powershell modules installed locally on my FIM server. This was actually really easy to achieve. But at first glance I couldn`t find out where/how to get hold of the Lync modules. So. After alot of googling. I found out that the […]

Read More

Tags

ADFS Azure exchange2010 Federation Feide FIM2010 FIMMA IAM Lync MIM2016 Office365 PowerShell RCDC Reporting Splunk SSRS TMG UAG VTSP WF

Recent Comments

Chuck Lusin
Chuck Lusin - 20/4/2018
Cannot be used for communication because it is in the Faulted state
Thanks. I was also missing the registry entries for version 3.0.0.0, but they were in version 4.0.0.0. Thanks, I have been working on this error for a few days!
Guy Horn
Guy Horn - 25/11/2017
FIM2010R2 Custom Reports
Hi, First of all a compliment. That's exactly what I was looking for. MIM Reporting is poorly documented. What do you mean by Active Group Membership? Computed Member? Manually Managed? PAM Role...
EviljesterNZ
EviljesterNZ - 5/7/2016
Import pictures into FIM portal
One thing that tripped me up for a minute or 2, was the "j" missing on line 7 of your "get-schema" sample code above...
Sean McGovern
Sean McGovern - 16/11/2015
Running PS 3.0 cmdlets with FIM PS WF
correction to that tip, you will have problems passing in an xml, instead just pass the requestguid and targetguid as a string. nice benefit now that i have it working is i can use...
Sean McGovern
Sean McGovern - 13/11/2015
Running PS 3.0 cmdlets with FIM PS WF
i found another way i think, when i put the script in a ps1 file and call it using c:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -file "script-path.ps1" -fimwf $fimwf i exported the...

Follow me on Twitter

My Tweets
IAM Life All rights reserved. Theme by Colorlib Powered by WordPress