Tag Archives: Powershell

Quick Hits: Finding, Creating and Removing PowerShell Type Accelerators

I saw a question recently that somebody asked on how to locate and create custom type accelerators without the need of the PowerShell Community Extensions (PSCX) and its type accelerator, [accelerator]. I quickly answered his question, but decided that this … Continue reading

Posted in powershell, Tips | Tagged , , , , | 3 Comments

Backup a SQL Database Using SQL Server Management Objects (SMO) and PowerShell

In my next article on my SQL and PowerShell series, I will talk about using the SQL Server Management Objects (SMO) to back up a SQL database. If you recall in my previous article on SQL Databases, you saw how … Continue reading

Posted in powershell, SQL | Tagged , , , | 1 Comment

Report on Group Policy Objects that have Logon Scripts

Recently, I was asked to generate a report on Group Policy Objects (GPO) that are using logon scripts and also to determine the type of logon script being used. Of course the logical approach is to use PowerShell to make … Continue reading

Posted in powershell | Tagged , , , , | 8 Comments

I’m a PowerShell MVP!

I received an amazing email this morning from Microsoft MVP Community stating the following: I am very humbled and honored to receive this honor and joining some amazing people in this community! To everyone that nominated me and those that … Continue reading

Posted in News, powershell | Tagged , | 17 Comments

Exploring SQL Databases Using SQL Server Management Objects (SMO) and PowerShell

Continuing with my little SQL and PowerShell series, I am going to talk about how you can use PowerShell to explore SQL databases using SMO. As shown in the previous articles, I will make my initial connection to a SQL … Continue reading

Posted in powershell, SQL | Tagged , , , | 5 Comments