-
Recent Posts
Categories
Topics
Archives
Tag Archives: Example
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
Converting System.Security.SecureString to String (in PowerShell)
I appreciate that most people won’t want to ever convert a secure string into a normal string however there’s a couple of reasons why you would even though there are security concerns. In my case I’m providing PowerShell scripts that … Continue reading
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 FIM, Script, PowerShell, Scripting, Database, Example, Forefront Identity Manager, Forefront Identity Manager 2010
Leave a comment