Showing results for October 2012 - Page 6 of 13 - Scripting Blog [archived]

Oct 19, 2012
Post comments count0
Post likes count0

Use PowerShell to Work with the SQL Server Object

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to examine the SQL Server object. Microsoft Scripting Guy, Ed Wilson, is here. Today I want to continue exploring the SQL Server provider for Windows PowerShell. We will dive into the named instance node of SQL Server. Note   Yesterday I introduced the ...

Scripting Guy!Windows PowerShelldatabases
Oct 18, 2012
Post comments count0
Post likes count0

PowerTip: Save PowerShell Help Files

Doctor Scripto
Doctor Scripto

Summary: Save Windows PowerShell Help files for use on other machines.   How can you download Windows PowerShell 3.0 Help files to update Help on other computers?  Use the Save-Help cmdlet and specify a network share as the destination: save-help -Module * -Force -Verbose -DestinationPath \\server1\help

Scripting Guy!Windows PowerShellPowerTip
Oct 18, 2012
Post comments count0
Post likes count0

Introduction to the SQL Server 2012 PowerShell Provider

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, provides an introduction to the SQL Server 2012 provider for Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. One of the really cool things about SQL Server 2012 is the SQL Server provider for Windows PowerShell. By using the SQL Server provider, you gain access to a driver that...

Scripting Guy!Windows PowerShelldatabases
Oct 17, 2012
Post comments count0
Post likes count0

PowerTip: Find PowerShell Cmdlets Related to Jobs

Doctor Scripto
Doctor Scripto

Summary: Find Windows PowerShell cmdlets that support the Job or the AsJob parameters.  How can you find Windows PowerShell cmdlets that relate to jobs?  Use the Get-Command cmdlet and the ParameterName parameter to search for parameters with the name Job or AsJob: Get-Command -Parame...

Scripting Guy!Windows PowerShellPowerTip
Oct 17, 2012
Post comments count0
Post likes count0

Use PowerShell 3.0 to Optimize Hyper-V VHD Size

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell 3.0 to optimize Hyper-V VHD disk size. Microsoft Scripting Guy, Ed Wilson, is here. One of my favorite Windows 8 features is that (depending on the age of your laptop) you can add real-live, honest-to-goodness Hyper-V. This is such a cool feature because Micr...

Scripting Guy!Windows PowerShellPowerShell 3