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

Oct 21, 2012
0
0

PowerTip: Use PowerShell to Quickly Determine the Network Connection Profile

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell 3.0 to get the network connection profile.  How can you easily determine the network connection profile on your computer running Windows 8 or Windows Server 2012 by using Windows PowerShell 3.0?                Use the Get-NetConnectionProfile&...

Scripting Guy!Windows PowerShellPowerTip
Oct 21, 2012
0
0

Weekend Scripter: Easily Back Up All SQL Server Databases by Using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use the SQL Server 2012 provider for Windows PowerShell to easily back up all databases on an instance. Microsoft Scripting Guy, Ed Wilson, is here. I am still playing around with SQL Server 2012, and, today, I want to check on my backups by using Windows PowerShell. Note   Th...

Scripting Guy!Windows PowerShellWeekend Scripter
Oct 20, 2012
0
0

PowerTip: Find WMI Classes That Permit You to Create Things

Doctor Scripto
Doctor Scripto

Summary: Use a Windows PowerShell 3.0 cmdlet to find WMI classes that permit you to create things.  How can you easily find WMI classes that permit you to create stuff?            Use the Get-Cimclass cmdlet and specify a method name of create:               ...

Scripting Guy!Windows PowerShellPowerTip
Oct 20, 2012
0
0

Weekend Scripter: Use PowerShell to Work with SQL Server 2012 Database Objects

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, the Microsoft Scripting Guy, shows you how to use the SQL Server 2012 provider for Windows PowerShell to work with database objects. Microsoft Scripting Guy, Ed Wilson, is here. Today I want to continue my series of articles that explore the SQL Server 2012 provider for Windows PowerShell. Note   This is the third...

Scripting Guy!Windows PowerShellWeekend Scripter
Oct 19, 2012
0
0

PowerTip: Use PowerShell 3.0 to Find Updatable WMI Classes

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell 3.0 to find updatable WMI classes.  How can you use a Windows PowerShell 3.0 cmdlet to easily find WMI classes that support updating?  Use the Get-CimClass cmdlet and specify the SupportsUpdate qualifier: Get-CimClass -QualifierName supportsupdate

Scripting Guy!Windows PowerShellPowerTip