Showing results for June 2013 - Scripting Blog [archived]

Jun 30, 2013
Post comments count0
Post likes count0

PowerTip: Get Network Adapter Statistics in Windows 8

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell 3.0 in Windows 8 to easily get network adapter statistics.  How can I easily find network adapter statistics in Windows 8 by using Windows PowerShell 3.0?  Use the Get-NetAdapterStatistics function: Get-NetAdapterStatistics 

Scripting Guy!Windows PowerShellPowerTip
Jun 30, 2013
Post comments count0
Post likes count0

Weekend Scripter: Find Errant ACLs Inside a Folder with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson talks about using Windows PowerShell to find errant access control lists on files inside a folder. Microsoft Scripting Guy, Ed Wilson, is here. I have a long flight ahead of me today. The Scripting Wife and I are crossing the Atlantic Ocean to Charlotte, North Carolina in the United States as we return fr...

Scripting Guy!Windows PowerShellscripting techniques
Jun 29, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell 3.0 to Identify Zone Information of Files

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell 3.0 to identify the zone information of files in a folder.   How can I use Windows PowerShell 3.0 to see which files in a folder have a Zone.Identifier alternate data stream so I can find files that came from the Internet?  Use the Get-Item cmdlet, specify the path for the files,...

Scripting Guy!Windows PowerShellPowerTip
Jun 29, 2013
Post comments count0
Post likes count0

Weekend Scripter: Understanding TimeSpan Objects

Doctor Scripto
Doctor Scripto

Summary: Guest bloggers, June Blender and Justin Hall, investigate strange behavior with TimeSpan objects in the Search-ADAccount cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a blog written by two guests: June Blender and Justin Hall. First, a little bit about Justin (June is already well known to our readers). Justin Hall is...

Scripting Guy!Windows PowerShellscripting techniques
Jun 28, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Virtual Machines Using Dynamic Memory

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find which virtual machines on Hyper-V is using dynamic memory.  How can I tell which of my virtual machines are running with dynamic memory ?  Use the Get-VMMemory cmdlet: GET-VMMemory -vmname "My Virtual Machine" (Check the results for "DynamicMemoryEnabled" as "True.") To check all virtual m...

Scripting Guy!Windows PowerShellPowerTip