Showing results for November 2014 - Page 6 of 13 - Scripting Blog [archived]

Nov 17, 2014
0
0

PowerTip: Connect to Azure to Leverage PowerShell Cmdlets

Doctor Scripto
Doctor Scripto

Summary: Learn how to use the Microsoft Azure cmdlets to connect to an Azure subscription. I downloaded the Azure PowerShell cmdlets, and I when I run them, they produce an            error. How do I authenticate to Microsoft Azure from the cmdlets? Use a combination of two cmdlets (Get-AzurePublishSettingsFi...

Windows PowerShellPowerTipguest blogger
Nov 17, 2014
0
0

Manage Azure IaaS with Windows PowerShell: Part 1

Doctor Scripto
Doctor Scripto

Summary: Establish a connection to Azure through Windows PowerShell. Honorary Scripting Guy, Sean Kearney, is here. I'm back from the MVP Summit with my head in the clouds! More specifically, the Azure sky! Yes, my head is truly in the clouds. About a month ago, I got some training in Microsoft Azure and I got to meet the fellow who created th...

Windows PowerShellguest bloggerSean Kearney
Nov 16, 2014
0
0

PowerTip: Continue a Windows PowerShell Script After Restart

Doctor Scripto
Doctor Scripto

Summary: Learn how to continue a script after a remote system restart by using Windows PowerShell. I am configuring MPIO to automatically claim the iSCSI Bus Type, which requires a restart. However, I want to continue           automating afterward, so how do I continue my script from that point? Introduced i...

Scripting Guy!Windows PowerShellPowerTip
Nov 16, 2014
0
0

Weekend Scripter: Scriptify—A New PowerShell Learning Tool

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Steve Jeffery, talks about a new Windows PowerShell learning tool: Scriptify. Microsoft Scripting Guy, Ed Wilson, is here. Today I have a guest blog post by premier field engineer, Steve Jeffery. He talks about a new tool he created to help you learn Windows PowerShell. Now, here's Steve... I started using Windows Power...

Scripting Guy!Windows PowerShellguest blogger
Nov 15, 2014
0
0

PowerTip: Using PowerShell to Search Text Files for Letter Pattern

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to search the contents of all text files in a folder for a specific letter pattern.  How can I use Windows PowerShell to search the contents of a lot of files in a folder for            the occurrence of a specific letter pattern?  Use the Select-String cmdlet, and sp...

Scripting Guy!Windows PowerShellPowerTip