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

Jul 2, 2013
0
0

Use PowerShell to Work with SkyDrive for Powerful Automation

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Chris Wu, talks about creating powerful automation scenarios by using Windows PowerShell and SkyDrive. Microsoft Scripting Guy, Ed Wilson, is here. Chris Wu is back with us today. I will let Chris dive right in… On the Microsoft Download Center, you can download Live SDK v5.3, which contains APIs and a great deal of i...

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

PowerTip: Import Specific Cmdlets from a Module

Doctor Scripto
Doctor Scripto

Summary: Selectively import specific cmdlets when you import a module.  How can I import only cmdlets that use the verb Get from the PSCX module?  Call the Import-Module cmdlet, specify the cmdlet parameter, and use a filter to get only cmdlets with the verb Get (ipmo is an alias for Import-Module):...

Scripting Guy!Windows PowerShellPowerTip
Jul 1, 2013
0
0

Use PowerShell 3.0 to Get More Out of Windows Live

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Chris Wu, talks about using Windows PowerShell 3.0 to automate Windows Live. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back to guest blogger, Chris Wu. Take it away Chris… One advantage of Windows PowerShell that I’ve really enjoyed is the ability to test various APIs at ease. There is no need for Vis...

Scripting Guy!Windows PowerShellguest blogger