-
Recent Posts
Categories
Topics
Archives
Tag Archives: Script
Editing the FIM Portal web.config in a farm topology
Hit an interesting issue this week. One of the projects I’m working on was patching pre-production with 4.1.3419.0 and at the end of the process two of the four portals were down. Properly down. HTTP 500 error. The issue was … Continue reading
Posted in FIM, Scripting, SharePoint
Tagged FIM, Script, PowerShell, Farm, SharePoint, FIM 2010 R2, FIM 2010
1 Comment
FIM, PowerShell and DateTime type attributes
In FIM 2010 we couldn’t update DateTime attribute types using the Configuration Migration PowerShell cmdlets. This used to crop up from time to time and has hampered quite a few people over the last couple of years. The good news … Continue reading
Posted in FIM, FIM 2010 R2, Scripting
Tagged DateTime, FIM 2010 R2, FIMAutomation, Forefront Identity Manager 2010 R2, PowerShell, Script, Tip
5 Comments
Invoking (running) SQL Server Agent Jobs using PowerShell
As I navigate the meandering thread of complexities that is the identity management project I inevitably find myself using SQL Server more and more. Forgone is the text delimited management agent; embraced is the database management agent (specifically, SQL Server). … Continue reading
Posted in Scripting, SQL Server
Tagged Example, PowerShell, PS, Script, Scripting, SQL, SQL Server, SQL Server Agent, Tip
Leave a comment
SQL Server aliases
(a.k.a. Honestly…My top Layer-8 issue of 2010) SQL Server aliases: they need to be created on all clients that use them, not just the SQL Server! How do we create them? Two primary ways: CLICONFG.EXE (%systemroot%\system32\cliconfg). Native to Windows, the … Continue reading
Posted in Scripting, SQL Server
Tagged Example, Help, Layer-8, PowerShell, PS, Script, Scripting, Setup, SQL, SQL Server, Tip
4 Comments
Check whether or not the current PowerShell session is elevated
I was reviewing some PowerShell code for a colleague the other day when I stumbled across some code he’d found on the web that I immediately stole, re-wrote into a function, and made use of. Although this information is out … Continue reading
Posted in Scripting
Tagged Elevation, Example, PowerShell, PS, Script, Scripting, Tip, User Account Control
Leave a comment
FIM component database information script
I was chatting to a colleague about ideas for topics for this blog and he said why not post some of your scripts. I’m not a fan of posting scripts as most of the scripts I write that fulfil any … Continue reading
Posted in FIM, Scripting
Tagged Database, Example, FIM, Forefront Identity Manager, Forefront Identity Manager 2010, PowerShell, Script, Scripting
Leave a comment
Re-synchronizing FIM Configuration
I was whipping up a quick and dirty script, to list the explicit connectors (or explicit disconnectors) in a given connector space, for a colleague and had to go poking around in the MSDN documentation for the MIIS/ILM/FIM WMI provider. … Continue reading