Showing results for getting started - Scripting Blog [archived]

Aug 29, 2015
0
0

PowerTip: Find Specific Help Articles with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to easily find specific Help articles with Windows PowerShell.  How can I use Windows PowerShell to find a Help article about automatic variables, if I am not sure of the title?  Use the Get-Help cmdlet and begin with about_ , then press Tab expansion. It will cycle through matches.     &...

Scripting Guy!Windows PowerShellPowerTip
Aug 18, 2015
0
0

PowerTip: Find Processes with High Priority

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to find processes that have a high priority.  How can I use Windows PowerShell to quickly see what processes have a high priority or an above normal priority?  Open Windows PowerShell with Admin rights, use the Get-Process cmdlet to return processes, and filter       &...

Scripting Guy!Windows PowerShellPowerTip
Aug 7, 2015
0
0

The PowerShell 5 NoNewLine Parameter

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about the NoNewLine parameter in Windows PowerShell 5.0 in Windows 10. Microsoft Scripting Guy, Ed Wilson, is here. In addition to new cmdlets in Windows PowerShell 5.0, there are also improvements to existing cmdlets. These improvements are often really cool because it means I can use the old ...

Scripting Guy!Windows PowerShellgetting started
Aug 6, 2015
0
0

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-...

Scripting Guy!Windows PowerShellPowerTip
Aug 3, 2015
0
0

Cool Stuff about PowerShell 5.0 in Windows 10

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about cool stuff in Windows PowerShell 5.0 for Windows 10. Microsoft Scripting Guy, Ed Wilson, is here. Over the weekend, I installed Windows 10. It is way cool. I love what we have done with the charms bar…it is gone. I also like the streamlined user interface, the new Edge browser, and ...

Scripting Guy!Windows PowerShellgetting started