Showing results for August 2014 - Page 9 of 13 - Scripting Blog [archived]

Aug 11, 2014
Post comments count0
Post likes count0

PowerTip: Mini-Scripting Games 2014 Question 1

Doctor Scripto
Doctor Scripto

Summary: Here is the Mini-Scripting Games 2014 first short-answer question.  On your laptop running Windows 8.1, you opened the Windows PowerShell console and typed Get-Disk.            You were greeted with an error message that says:                 “Get-Di...

Scripting Guy!Windows PowerShellPowerTip
Aug 11, 2014
Post comments count0
Post likes count0

PowerShell Mini-Scripting Games 2014: Problem 1

Doctor Scripto
Doctor Scripto

Summary: Introducing Problem 1 in the Windows PowerShell Mini-Scripting Games 2014.  Hey, Scripting Guy! You know, the Scripting Games are tons of fun, and I always learn a lot. I wish you would post problems from time-to-time, instead of me having to wait for the official Scripting Games. You don’t have to have prizes, judging, or even ...

Scripting Guy!Windows PowerShellcommunity
Aug 10, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Printer Configuration

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell in Windows 8.1 to easily find the configuration of printers.  How can I use Windows PowerShell to see the configuration of all printers defined on my Windows 8.1 system?  Use the Get-Printer cmdlet and pipe the results to the Get-PrintConfiguration cmdlet: get-printer | Get-PrintCon...

Scripting Guy!Windows PowerShellPowerTip
Aug 10, 2014
Post comments count0
Post likes count0

Mini-PowerShell Scripting Games 2014: Questions, Problems, and Answers

mredwilson
mredwilson

Summary: Use these Mini-PowerShell Scripting Games questions, problems, and answers for practice or in User Group meetings. Microsoft Scripting Guy Ed Wilson is here. On August 11, 2014, we kicked off a five day Mini-PowerShell Scripting Games. This was in response to a number of requests I have received in person, via email, via Twitter, and ...

Scripting Guy!Windows PowerShellcommunity
Aug 10, 2014
Post comments count0
Post likes count0

Weekend Scripter: Add Security Groups to Print Servers by Using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Alan Morris, talks about using Windows PowerShell to add security groups to print servers. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest blog from Alan Morris. Here is a little about Alan: Alan Morris has been involved with testing the Windows print system since Windows 2000. Active on Microsoft forums, ...

Scripting Guy!Windows PowerShellguest blogger