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

Nov 22, 2014
0
0

PowerTip: Use PowerShell to Show Hidden Files

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to display only hidden files.  How can I see hidden files by using Windows PowerShell 4.0?  Use the Get-ChildItem cmdlet, and add the –Hidden and the –File switches: Get-ChildItem -Hidden -File

Scripting Guy!Windows PowerShellPowerTip
Nov 22, 2014
0
0

Weekend Scripter: Use PowerShell to Get, Add, and Remove NTFS Permissions

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Raimund Andree, talks about using Windows PowerShell to get, add, and remove permissions. Microsoft Scripting Guy, Ed Wilson, is here. Today we have Microsoft Premier Field Engineer, Raimund Andree, back to talk about using Windows PowerShell to work with permissions... Managing file and folder permissions in Windows Power...

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

PowerTip: Identify All Stopped Azure Virtual Machines with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Identify virtual machines that are shut down, but are consuming billing time.  How can I use Windows PowerShell to track virtual machines that are not shut down from            the management portal in Azure?  Use the Get-AzureVM cmdlet, and filter on 'StoppedVM' status:...

Windows PowerShellPowerTipguest blogger
Nov 21, 2014
0
0

Managing Azure IaaS with Windows PowerShell: Part 5

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to manage virtual machines in Azure. Honorary Scripting Guy, Sean Kearney, is here flying through the digital stratosphere on our final day with Windows PowerShell and Azure! We started by creating a virtual network for our Azure workstations and escalated to spinning up some virtual machines. To read more, see the p...

Windows PowerShellguest bloggerSean Kearney
Nov 20, 2014
0
0

PowerTip: Set Default Storage Account for PowerShell Cmdlets in Azure

Doctor Scripto
Doctor Scripto

Summary: Learn how to define the default storage account to be used with the Azure PowerShell cmdlets.  How do I tell Azure which media or storage account I'd like to use when I create a virtual machine?  Use Get-AzureStorageAccount to access the names of your storage accounts, and            t...

Windows PowerShellPowerTipguest blogger