Showing archive results for August 2015

Aug 6, 2015
Post comments count0
Post likes count0

PowerTip: Find Alias for PowerShell Cmdlet

Doctor Scripto
Doctor Scripto

Summary: Learn how to find an alias for a specific Windows PowerShell cmdlet.  How can I find is there is an alias for a specific Windows PowerShell cmdlet that I use a lot?  Use the Get-Alias cmdlet, specify the –Definition parameter, and supply the name of the cmdlet, for example: Get-Alias -Definition Get-CimC...

Scripting Guy!Windows PowerShellPowerTip
Aug 6, 2015
Post comments count0
Post likes count0

Playing Around with Format-Hex

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about the Format-Hex cmdlet in Windows PowerShell 5.0. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things about Windows PowerShell is that it usually just works. Well of course, after you learn how, it just works. For example, it is largely self-describing, and it has standard para...

Scripting Guy!Windows PowerShellPowershell 5
Aug 5, 2015
Post comments count0
Post likes count0

PowerTip: Create a GUID with PowerShell 5

Doctor Scripto
Doctor Scripto

Summary: Learn how to create a new GUID with Windows PowerShell 5.0.  How can I use Windows PowerShell 5.0 in Windows 10 to create a new GUID?  Use the New-Guid cmdlet:

Scripting Guy!Windows PowerShellPowerTip
Aug 5, 2015
Post comments count0
Post likes count0

Create Temporary Files with PowerShell 5

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about creating temporary files with Windows PowerShell 5.0 in Windows 10. Microsoft Scripting Guy, Ed Wilson, is here. This morning I am sipping a nice Gunpowder Green tea with hibiscus leaves and rose hips in it. I also added a bit of lemon grass for taste. I made the tea last night and chilled it...

Scripting Guy!Windows PowerShellPowershell 5
Aug 4, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell 5 to Clear Recycle Bin

Doctor Scripto
Doctor Scripto

Summary: Learn how to clear the recycle bin by using Windows PowerShell 5.0 in Windows 10.  How can I use Windows PowerShell to clear the recycle bin in my laptop running Windows 10?  Use the Clear-RecycleBin cmdlet.

Scripting Guy!Windows PowerShellPowerTip