Showing archive results for 2016

Mar 29, 2016
Post comments count0
Post likes count0

Using the new PowerShell ISE transcript tool

I_am_mr_ed

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using the new Windows PowerShell 5.0 ISE Transcript tool.   One of my favorite features for Windows PowerShell has always been the transcript tool. I mean, it seems like it was made for Windows PowerShell … I guess it was. What am I talking about? Well, one of my favorite ways to spend...

Scripting Guy!Windows PowerShellPowershell 5
Mar 14, 2016
Post comments count0
Post likes count0

PowerTip: Find your version of PowerShell

Doctor Scripto

Summary: Learn how to find your Windows PowerShell version easily.  How can I use Windows PowerShell to tell me what version of Windows PowerShell I am running?  Use the $PsVersionTable automatic variable. To see the major, minor, build, and revision of Windows PowerShell, use the following: $PSVersionTable.PSVersion  

Scripting Guy!Windows PowerShellscripting techniques
Mar 14, 2016
Post comments count0
Post likes count0

Control management pack updates between MS OMS and Operations Manager

Doctor Scripto

Summary: Learn how to disable automatic management pack updates from MS OMS to Operations Manager and limit updates to a specific time window. Hi all, Brian Wren here. I usually spend my time writing documentation for TechNet and Azure.com, but I’ve been hearing about an issue from a few customers that I wanted to address. We’re going to get some ...

guest bloggermonitoringSystem Center
Mar 14, 2016
Post comments count0
Post likes count0

For the love of Pi

Doctor Scripto

Summary: In honor of Pi Day today, we have a guest blog post written by PowerShell MVP, Doug Finke. It's that time of year again when lovers of math, geometry, Albert Einstein, food, and Windows PowerShell can stop and reflect on that transcendental irrational number, Pi. It's the ratio of a circle's circumference to its diameter or "Hey, can I ...

Scripting Guy!Windows PowerShellguest blogger
Mar 12, 2016
Post comments count0
Post likes count0

PowerTip: Use PowerShell to configure BranchCache to run in local mode

Doctor Scripto

Summary: Learn how to use Windows PowerShell to configure BranchCache to run in local caching mode.  How can I use Windows PowerShell to configure BranchCache to run in local caching mode?  Open Windows PowerShell in an elevated prompt, and use the Enable-BCLocal cmdlet. Here is an example: Enable-BCLocal

Scripting Guy!Windows PowerShellPowerTip