Tag Archives: Powershell

Get Available Constructors Using PowerShell

Working with PowerShell sometimes (or a lot of the time) involves using .Net types to create objects that can be used for more in depth scripting of various items. It is one thing to know the type that you need … Continue reading

Posted in powershell, scripts | Tagged , , | 4 Comments

SQL Saturday 197 in Omaha and PowerShell Sessions

SQL Saturday is coming to Omaha, Nebraska on April 6, 2013 (Saturday) and there are some PowerShell sessions available that will be there! Granted, there are not many PowerShell sessions at this event, but some are better than none in … Continue reading

Posted in News, powershell | Tagged , , , | Leave a comment

Translate Color Name to ARGB Using PowerShell

ARGB stands for Alpha Red Green Blue and is something I use quite often when I work with a WPF and want to get a color for font or something else. Basically, if you want a color like Green, sometimes … Continue reading

Posted in powershell | Tagged , , , | Leave a comment

Finding a File’s MFT Timestamp using PowerShell

During my last couple of articles dealing with writing and reading files without updating their LastAccess and LastWrite timestamps which has seen a bit of popularity from folks.  While these methods work great for the casual onlooker, digging down deeper … Continue reading

Posted in powershell | Tagged , , , , , | 2 Comments

Fix Spaces in Hyperlinks That Exist in a Word Document

While hanging out in the PowerShell forums, I came across a question that talked about going out to a Sharepoint site and finding all word documents and then scanning each document and fixing all of the hyperlinks that had spaces … Continue reading

Posted in powershell | Tagged , , | 2 Comments