Sign in
|
Join PowerShell.com!
|
Help
Home
PowerTips
Ask the Experts
Forums
Webcasts
Blogs
eBookV2
Script Library
Twitter Grid
Featured Posts
Dreaming in PowerShell
Don Jones
Code MarkUp Tool
Directory
Hey, Scripting Guy! Blog
»
All Tags
»
PowerTip
(
RSS
)
Browse by Tags
Share
|
Recent Posts
PowerTip: Toggle Outline View in the Windows PowerShell ISE
PowerTip: Find the Path to a PowerShell Module
PowerTip: Use PowerShell to Get Virtual Machine Start Mode
Scripting Wife Comments on Beginner Event 4
PowerTip: Find All Required Assemblies for PowerShell Modules
Archives
May 2013 (38)
April 2013 (61)
March 2013 (62)
February 2013 (56)
January 2013 (62)
December 2012 (62)
November 2012 (63)
October 2012 (65)
September 2012 (62)
August 2012 (63)
July 2012 (31)
June 2012 (38)
May 2012 (33)
April 2012 (71)
March 2012 (31)
February 2012 (31)
January 2012 (31)
December 2011 (31)
November 2011 (30)
October 2011 (31)
September 2011 (30)
August 2011 (31)
July 2011 (31)
June 2011 (30)
May 2011 (31)
April 2011 (72)
March 2011 (31)
February 2011 (24)
January 2011 (30)
December 2010 (20)
November 2010 (27)
October 2010 (31)
September 2010 (30)
August 2010 (30)
July 2010 (31)
June 2010 (30)
May 2010 (53)
April 2010 (45)
March 2010 (30)
February 2010 (19)
Tags
2010 Scripting Games
2011 Scripting Games
2012 Scripting Games
Active Directory
Advanced
Beginner
desktop management
files
getting started
guest blogger
leaderboard
operating system
PowerShell 3
PowerTip
Scripting Guy!
scripting techniques
Scripting Wife
security
servers
storage
VBScript
Weekend Scripter
Windows PowerShell
WMI
writing
View more
Active Directory
Brian Wilhite
CIM
event logs
files
firewall
guest blogger
Hyper-V
Internet Search
Logs and monitoring
PowerShell 3
PowerTips
RSS
Scripting Guy!
scripting techniques
Sean Kearney
security
servers
storage
using the Internet
Windows 8
Windows PowerShell
Windows Server 2012
WMI
PowerTip: Toggle Outline View in the Windows PowerShell ISE
Toggle the Outline view in the Windows PowerShell ISE. ...( read more ) Read More...
Published
Sun, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
PowerTip
PowerTip: Find the Path to a PowerShell Module
Summary : Easily find the path to a Windows PowerShell module. How can I easily find the path to a Windows PowerShell module? Use the Get-Module cmdlet and a wildcard character for the name, and select the Path property. The following script finds the...
Published
Sat, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
PowerTip
PowerTip: Use PowerShell to Get Virtual Machine Start Mode
Summary : Sean Kearney shows how to determine virtual machine start mode by using Windows PowerShell. How can I tell which virtual machines will start automatically? Use the Get-VM cmdlet, and check the AutomaticStartAction property: Get-VM | Format-Table...
Published
Fri, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
guest blogger
,
Sean Kearney
,
PowerTip
Scripting Wife Comments on Beginner Event 4
Summary : The Scripting Wife reveals her impressions of 2013 Scripting Games Beginner Event 4. When I first read this, I thought, “Dude, this is going to take an entire script.” But as I began to read the Help information for the Get-Random...
Published
Thu, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
PowerTip
PowerTip: Find All Required Assemblies for PowerShell Modules
Summary : Find required assemblies for your Windows PowerShell modules. How can I use Windows PowerShell to show required assemblies for my Windows PowerShell modules? Use the ExpandProperty parameter of Select-Object and choose the RequiredAssemblies...
Published
Wed, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
PowerTip
PowerTip: Use PowerShell to Show Screensaver Info for Logged-on User
Summary : Use Windows PowerShell to show screensaver info for a user who is logged on. How can I easily use Windows PowerShell to show screensaver information for the currently logged-on interactive user? Use WMI to query the Win32_Desktop class, and...
Published
Tue, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
PowerTip
PowerTip: Use Set-Variable to Create a ReadOnly PowerShell Variable
Summary : Use the Set-Variable cmdlet to create a ReadOnly Windows PowerShell variable. How can I create a ReadOnly variable in Windows PowerShell? Use the Set-Variable cmdlet to create a ReadOnly variable, and specify ReadOnly for the Option parameter...
Published
Mon, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
PowerTip
PowerTip: Use PowerShell to List Top-Level WMI Namespaces
Summary : Use Windows PowerShell to list top-level WMI namespaces. How can I use Windows PowerShell to list the top-level WMI namespaces? Use the Get-WmiObject cmdlet or the Get-CImInstance cmdlet and query for __NameSpace : Windows PowerShell 2.0 syntax...
Published
Sun, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
PowerTip
PowerTip: Use PowerShell to Find Changed Directories
Summary : Use Windows PowerShell to identify directories that changed since a specific date. How can I use Windows PowerShell to find directories that have changed since a specific date? Use the Get-ChildItem cmdlet and specify only directories. Pipe...
Published
Sat, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
PowerTip
PowerTip: Use PowerShell to Find Running Virtual Machines
Summary : Sean Kearney explains how to use Windows PowerShell to find running virtual machines. How can I find a list of virtual machines on my computer that is running Windows Server 2012 with Hyper-V? Use the Get-VM cmdlet and filter on the State property...
Published
Fri, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
guest blogger
,
Sean Kearney
,
PowerTip
PowerTip: Use PowerShell to Find Status of Optional Features in Windows
Summary : Use Windows PowerShell 3.0 in Windows 8 to identify the status of optional features in Windows. How can I use Windows PowerShell 3.0 in Windows 8 to identify the status of optional features in Windows? Use the Get-WindowsOptionalFeature cmdlet...
Published
Mon, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
PowerTip
PowerTip: Use PowerShell to Troubleshoot PowerShell
Summary : Use Windows PowerShell to troubleshoot errors with Windows PowerShell. How can I use Windows PowerShell to troubleshoot issues with Windows PowerShell? Use the Get-WinEvent cmdlet to parse the Windows PowerShell log. For example, to find all...
Published
Sun, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
PowerTip
PowerTip: Use PowerShell to Find Network Adapter Power State
Summary : Use Windows PowerShell to find network adapter power states. How can I use Windows PowerShell 3.0 in Windows 8 to identify network adapter power states? Use the Get-NetAdapterPowerManagement function. Read More...
Published
Sat, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
PowerTip
PowerTip: Use PowerShell to Find Reserved System Volumes
Summary : Use Windows PowerShell 3.0 in Windows 8 to find information about the system reserved volume. How can I use Windows PowerShell 3.0 in Windows 8 to return information about my system reserved volume? Use the Get-Volume function and specify the...
Published
Fri, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
PowerTip
PowerTip: Use PowerShell to Show Remaining Battery Time
Summary : Use Windows PowerShell to show the percentage of remaining battery time. How can I use Windows PowerShell to show the percentage of remaining battery time on my laptop or on my Windows Surface? Use the Get-WmiObject cmdlet and query the Win32_Battery...
Published
Wed, May 05 2013 1:59 PM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
PowerTip
1
2
3
4
5
Next >
...
Last »
Copyright 2012 PowerShell.com. All rights reserved.