Showing tag results for operating system

Feb 8, 2011
Post comments count0
Post likes count0

Use PowerShell to Automate Windows Troubleshooting

ScriptingGuy1

Summary: Learn how to use Windows PowerShell to automate troubleshooting of Windows 7 and Windows Server 2008 R2.   Hey, Scripting Guy! I need to be able to perform troubleshooting tasks on my Windows 7 desktop computer, but I do not want to sit and answer a bunch of questions. I was intrigued by yesterday’s blog post about using the tr...

Scripting Guy!Windows PowerShellscripting techniques
Feb 7, 2011
Post comments count0
Post likes count0

Use PowerShell to Troubleshoot Your Windows 7 Computer

ScriptingGuy1

Summary: Learn how to use Windows PowerShell to simplify troubleshooting your Windows 7 or Windows Server 2008 R2 computers.   Hey, Scripting Guy! I was recently reading something about using the Windows PowerShell troubleshooting packs that are available in Windows 7. How can I leverage this information? —SW Hello SW, Microsoft Script...

Scripting Guy!Windows PowerShellscripting techniques
Feb 5, 2011
Post comments count0
Post likes count0

Create a Custom File Extension by Using PowerShell

ScriptingGuy1

Summary: Learn how to use Windows PowerShell to create a custom file extension to store code snippets. Weekend Scripter: Creating a .snip file type Microsoft Scripting Guy, Ed Wilson, here. After I created the Get-CodeSnippet function yesterday, I decided that it might be useful to have my own file extension to keep track of code snippets. The re...

Scripting Guy!Windows PowerShellscripting techniques
Feb 3, 2011
Post comments count0
Post likes count0

Export Performance Counters with PowerShell to Ease Tuning

ScriptingGuy1

Summary: Learn how to use Windows PowerShell to export performance counter sets to simplify analysis and tuning. Hey, Scripting Guy! I think that using Windows PowerShell to parse performance counter stuff is pretty cool. However, as much as I am a command line person, there are times when I need to be able to use the GUI. For example, often I nee...

Scripting Guy!Windows PowerShellscripting techniques
Feb 2, 2011
Post comments count0
Post likes count0

Use PowerShell to Parse Saved Performance Counter Logs

ScriptingGuy1

Summary: Learn how to use the Import-Counter cmdlet in Windows PowerShell to parse saved performance counter log files. Hey, Scripting Guy! We have configured a series of custom performance monitor logs that run as scheduled tasks and collect monitoring information. The problem is that I never seem to have time to run Performance Monitor to review...

Scripting Guy!scripting techniquesgetting started