Showing results for April 2013 - Page 4 of 10 - Scripting Blog [archived]

Apr 19, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Copy Files

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to copy files from one location to another.  How can I use Windows PowerShell to copy a file to a new location?  Use the Copy-Item cmdlet and specify the path to the original file and a destination for the copy. In this example, file 20110314.log in the C:\fso fold...

Scripting Guy!Windows PowerShellPowerTip
Apr 17, 2013
Post comments count0
Post likes count0

PowerTip: Get Windows PowerShell Online Help

Doctor Scripto
Doctor Scripto

Summary: Use Get-Help and a switch to show the latest Windows PowerShell online Help in your browser.  How can I open and view the Windows PowerShell online Help in my Internet browser?  Use the Online switch with the Get-Help cmdlet: Get-Help Get-Process -Online  

Scripting Guy!Windows PowerShellPowerTip
Apr 16, 2013
Post comments count0
Post likes count0

PowerTip: Find the PowerShell Version

Doctor Scripto
Doctor Scripto

Summary: Easily find the installed version of Windows PowerShell. How can I find the installed version of Windows PowerShell? There are two easy ways.1. Use the automatic $PSVersionTable variable:PS C:> $PSVersionTableName                 &nb...

Scripting Guy!Windows PowerShellPowerTip
Apr 15, 2013
Post comments count0
Post likes count0

PowerTip: Get a List of Installed BPA Models

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to obtain a list of all installed Best Practice Analyzer models.  How can I get a list of all the Best Practice Analyzer models that are installed on my server?  Use the Get-BPAModel cmdlet with no parameters: Get-BPAModel

Scripting Guy!Windows PowerShellPowerTip
Apr 15, 2013
Post comments count0
Post likes count0

Installing WSUS on Windows Server 2012

Doctor Scripto
Doctor Scripto

Summary: Honorary Scripting Guy, Boe Prox, talks about installing WSUS on Windows Server 2012 via Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back today to Honorary Scripting Guy, Boe Prox. Without further ado, here is Boe… In a previous Hey, Scripting Guy! Blog post, Introduction to WSUS and PowerShell, I demons...

Scripting Guy!Windows PowerShellguest blogger