Showing archive results for October 2014

Oct 26, 2014
Post comments count0
Post likes count0

PowerTip: Find Syntax of PowerShell Cmdlet

Doctor Scripto

Summary: Easily find the syntax of a Windows PowerShell cmdlet.  How can I use Windows PowerShell to see the syntax of a cmdlet I want to use?  Use the Get-Command cmdlet (gcm is an alias) with the –Syntax switch, for example: gcm Checkpoint-Computer -Syntax

Scripting Guy!Windows PowerShellPowerTip
Oct 26, 2014
Post comments count0
Post likes count0

AutomatedLab Tutorial Part 1: Introduction to AutomatedLab

Doctor Scripto

Summary: Microsoft PFEs, Raimund Andree and Per Pedersen, present a multipart series about using Windows PowerShell to deploy a solution called AutomatedLab. Microsoft Scripting Guy, Ed Wilson, is here. Today we kick off a multiple part series about automated lab deployment by using Windows PowerShell. Written by two Microsoft premier field enginee...

Scripting Guy!Windows PowerShellguest blogger
Oct 25, 2014
Post comments count0
Post likes count0

PowerTip: Test Connectivity to Remote Servers without Ping

Doctor Scripto

Summary: Use Windows PowerShell to test connectivity to remote servers without using Ping.  How can I test connectivity to remote servers to ensure my Windows PowerShell scripts will work if I            have the Packet Internet Grouper (PING) blocked at the firewall?  Use Test-WsMan, for example: '...

Scripting Guy!Windows PowerShellPowerTip
Oct 25, 2014
Post comments count0
Post likes count0

Weekend Scripter: Team Talk About Why to Upgrade to PowerShell 4.0

Doctor Scripto

Summary: Windows PowerShell program manager, John Slack, talks about upgrading to Windows PowerShell 4.0. Microsoft Scripting Guy, Ed Wilson, is here. Today we have John Slack, a program manager in the Windows PowerShell team as our guest blogger... Do you use the version of Windows PowerShell that ships with your operating system? Do you wonder if...

Scripting Guy!Windows PowerShellguest blogger
Oct 24, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Keep Servers Correctly Configured

Doctor Scripto

Summary: How do I keep my servers configured correctly?  I can write Windows PowerShell scripts to configure my machines, but how do I enforce these configurations            after the script has finished?  This situation is called "configuration drift." You’ve set up your server properly, and...

Scripting Guy!Windows PowerShellPowerTip