Showing results for December 2015 - Page 2 of 15 - Scripting Blog [archived]

Dec 28, 2015
Post comments count0
Post likes count0

PowerTip: How to Upload DSC File to Azure

Doctor Scripto
Doctor Scripto

Summary: Use Azure PowerShell cmdlets to send a Desired State Configuration file to be used later by a virtual machine.  How can I use Windows PowerShell to send a DSC file to be used later by a virtual machine?  Use the Publish-AzureVMDscConfiguration cmdlet and specify the path to your DSC script.        ...

Dec 28, 2015
Post comments count0
Post likes count0

PowerTip: How to Upload DSC File to Azure

Doctor Scripto
Doctor Scripto

Summary: Use Azure PowerShell cmdlets to send a Desired State Configuration file to be used later by a virtual machine. How can I use Windows PowerShell to send a DSC file to be used later by a virtual machine? Use the Publish-AzureVMDscConfiguration cmdlet and specify the path to your DSC script.         &nb...

Windows PowerShellPowerTipguest blogger
Dec 27, 2015
Post comments count0
Post likes count0

PowerTip: Display Hidden Files in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Boe Prox shows how to use Windows PowerShell to display hidden files.  How can I use Windows PowerShell to display hidden files and folders? There are a couple of approaches that use Get-ChildItem:

Scripting Guy!Windows PowerShellPowerTip
Dec 27, 2015
Post comments count1
Post likes count0

Weekend Scripter: Remove a Long Path File

Doctor Scripto
Doctor Scripto

Summary: Boe Prox shows how to remove a file with a long path. Honorary Scripting Guy and Cloud and Datacenter Management MVP, Boe Prox, here today filling in for my good friend, the Scripting Guy. This is a continuation of this weekend series on working with PowerShell and PInvoke to do things that you normally couldn’t do natively. Also see...

Scripting Guy!Windows PowerShellguest blogger
Dec 26, 2015
Post comments count1
Post likes count0

PowerTip: Display Titles of Windows

Doctor Scripto
Doctor Scripto

Summary: Boe Prox shows how to use Windows PowerShell to find the titles of windows. How can I use Windows PowerShell to find the titles of windows? Use Get-Process and display the title of the processes for windows by looking at            the MainWindowTitle property, for example:Get-Pro...

Scripting Guy!Windows PowerShellPowerTip