Showing results for July 2013 - Page 12 of 13 - Scripting Blog [archived]

Jul 4, 2013
0
0

Use PowerShell to Translate Airport Code to City Name

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and a web service to translate an airport code to a city name. Microsoft Scripting Guy, Ed Wilson, is here. One thing that I have never really understood is the relationships between airport codes and the airport name. Now, some of them make sense. CLT for Charlotte i...

Scripting Guy!Windows PowerShellusing the Internet
Jul 3, 2013
0
0

PowerTip: Import Only Aliases and Functions from a PowerShell Module

Doctor Scripto
Doctor Scripto

Summary: Use parameters of Import-Module to control what you import from a Windows PowerShell module.  How can I import only custom aliases and functions from a Windows PowerShell module?  1. Use the –Function and –Alias parameters, and use wildcard characters to control the import (ipmo is an alias fo...

Scripting Guy!Windows PowerShellPowerTip
Jul 3, 2013
0
0

Using the Live REST API with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Chris Wu talks about using the Live REST API with Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Once again we have Chris Wu with us. For previous posts from Chris, see the Hey, Scripting Guy! Blog. Take it away Chris… In this post, we will show off some miscellaneous tasks that are enabled by the Li...

Scripting Guy!Windows PowerShellguest blogger
Jul 2, 2013
0
0

PowerShell updatable help updated!

ScriptingGuy1
ScriptingGuy1

Summary: A recent update to Windows PowerShell help removed parameter data types from the syntax block. This is now fixed. Hello all you Windows PowerShell enthusiasts! As you know, Downloadable Help for Windows PowerShell has been available since Windows 8 and Windows Server 2012 introduced it with Windows PowerShell 3.0. It’s a great thing ...

guest bloggerWindows PowerShell 3.0Dave Bishop
Jul 2, 2013
0
0

PowerTip: Customize PowerShell Cmdlet Names to Avoid Conflict

Doctor Scripto
Doctor Scripto

Summary: Customize Windows PowerShell cmdlet names that you import from a module to avoid naming conflicts.  How can I easily distinguish a cmdlet that has the same name as cmdlets in other modules?  When you import the module, use the –Prefix parameter, and supply custom prefix (ipmo is an alias for ImportModule...

Scripting Guy!Windows PowerShellPowerTip