Showing results for November 2015 - Page 5 of 15 - Scripting Blog [archived]

Nov 22, 2015
Post comments count0
Post likes count0

Weekend Scripter: Report on Network Level Authentication

Doctor Scripto
Doctor Scripto

Summary: Boe Prox shows how to use Windows PowerShell to report on Network Level Authentication. Honorary Scripting Guy and Windows PowerShell MVP, Boe Prox, here today filling in for my good friend, The Scripting Guy. I plan to spend this Sunday showing you how you can report on whether your systems are enabled for Network Level Authentication. By...

Scripting Guy!Windows PowerShellguest blogger
Nov 21, 2015
Post comments count0
Post likes count0

PowerTip: Find Free Commands in PowerShell 5

Doctor Scripto
Doctor Scripto

Summary: Learn how to find free commands in Windows PowerShell 5.0.  I would like to customize my command line experience in Windows PowerShell 5.0, but I don’t want to write            a lot of code. How can I find available commands that are not bound to any keyboard chord sequence?  Use the ...

Scripting Guy!Windows PowerShellPowerTip
Nov 21, 2015
Post comments count0
Post likes count0

Weekend Scripter: The Case of the Disappearing PowerShell Console

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about fixing a problem where his Windows PowerShell console disappears. Microsoft Scripting Guy, Ed Wilson, is here. So there I was, on a two week trip, out of time, with only my laptop, and I needed to use Windows PowerShell. Most of the time, I use the Windows PowerShell console, but I do occasio...

Scripting Guy!Windows PowerShellWeekend Scripter
Nov 20, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Show Deployment Types for Application

Doctor Scripto
Doctor Scripto

Summary: Use the Configuration Manager cmdlets to identify all deployment types for an application.  How can I use Windows PowerShell to pull up a list of all deployment types for one of my applications?  Use the Get-CmDeploymentType cmdlet and supply the application name in question, for example: Get-CmDeploymentType –App...

Windows PowerShellPowerTipguest blogger
Nov 20, 2015
Post comments count0
Post likes count0

PowerShell and Configuration Manager 2012 R2–Part 5

Doctor Scripto
Doctor Scripto

Summary: Use the Configuration Manager cmdlets to create an application. Oh, Scripting Guy! I want to get home at a decent hour today, but I need to bring this massive list of applications into Configuration Manager. I heard the Configuration Manager cmdlets can do this, but I need some help. So…er…*Cough*...HELP! —TR Hello TR, Honorary...

Windows PowerShellguest bloggerSean Kearney