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
»
Windows PowerShell
(
RSS
)
Browse by Tags
Share
|
Recent Posts
PowerTip: Use PowerShell to Get Virtual Machine Start Mode
Change Virtual Machine Network Configuration with PowerShell
Scripting Wife Comments on Beginner Event 4
2013 Scripting Games: Advanced Event 4
PowerTip: Find All Required Assemblies for PowerShell Modules
Archives
May 2013 (33)
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
.NET Framework
2010 Scripting Games
2011 Scripting Games
2012 Scripting Games
2013 Scripting Games
Active Directory
Advanced
arrays hashtables and dictionary objects
basic information
BATCHman
Beginner
best practices
Boe Prox
Brian Wilhite
Build your own cmdlet
CIM
client-side management
community
CSV and other delimited files
databases
dates and times
desktop management
displaying output
Don Jones
downloading files
error handling
Event 1
Event 2
Event 3
Event 5
Event 6
Event 7
Event 9
event logs
events and monitoring
expert commentators
files
folders
functions
general management tasks
General Mgmt Tasks
getting started
graphical
Group Policy
guest blogger
hardware
Hyper-V
Jeffery Hicks
jobs
leaderboard
Logs and monitoring
Messaging & Communication
Microsoft Exchange 2010
Microsoft Word
modules
multimedia
networking
Office
operating system
performance
PowerShell 3
powershell 3.0
PowerTip
processes
profiles
Quick-Hits Friday
registry
regular expressions
remoting
Richard Siddaway
running
scheduled tasks
Scripting Guy!
scripting techniques
Scripting Wife
Sean Kearney
searching Active Directory
security
servers
services
SharePoint
splatting
SQL Server
storage
string manipulation
text files
troubleshooting
user accounts
users
using the Internet
VBScript
VBScript migration
Weekend Scripter
Windows 8
Windows PowerShell ISE
Windows Server 2012
WMI
wrap up
writing
XML
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
Change Virtual Machine Network Configuration with PowerShell
Summary : Learn how to use Windows PowerShell to change the virtual machine network configuration in Windows Server 2012. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent...
Published
Fri, May 05 2013 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
servers
,
guest blogger
,
Hyper-V
,
Sean Kearney
,
Windows Server 2012
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
2013 Scripting Games: Advanced Event 4
Summary : Scripting Games Advanced Event 4: Dr. Scripto needs audit 20 random users from Active Directory. Microsoft Scripting Guy, Ed Wilson, is here. Once again it is time to reveal an event for the 2013 Scripting Games that are being hosted and run...
Published
Thu, May 05 2013 2:03 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
Advanced
,
Event 4
,
2013 Scripting Games
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
I Found This Module—What Do I Do?
Summary : Microsoft Scripting Guy, Ed Wilson, talks about how to use a Windows PowerShell module. Hey, Scripting Guy! I found this module in the Scripting Guys Script Repository. Now what do I do? —SH Hello SH, Microsoft Scripting Guy, Ed Wilson...
Published
Wed, May 05 2013 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
scripting techniques
,
modules
,
functions
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
I Found this PowerShell Function—Now What Do I Do? Part 3
Summary : Microsoft Scripting Guy, Ed Wilson, talks about combining functions into a single function file, and using them in scripts. Microsoft Scripting Guy, Ed Wilson, is here. This morning is sort of mellow. It seems as if the clouds are touching the...
Published
Tue, May 05 2013 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
scripting techniques
,
functions
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
I Found this PowerShell Function—Now What Do I Do? Part 2
Summary : Microsoft Scripting Guy, Ed Wilson, continues his discussion about what to do with a Windows PowerShell function. Microsoft Scripting Guy, Ed Wilson, is here. Last week I did not get a chance to finish answering a question from JB about how...
Published
Mon, May 05 2013 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
scripting techniques
,
functions
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
Security Series: Using PowerShell to Protect Your Private Cloud Infrastructure – Part 3
Summary : Microsoft senior technical writer, Yuri Diogenes, and knowledge engineer, Tom Shinder, talk about using Windows PowerShell to protect a Windows Server 2012-based cloud infrastructure. Microsoft Scripting Guy, Ed Wilson, is here. Guest bloggers...
Published
Sun, May 05 2013 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
security
,
Tom Shinder
,
Yuri Diogenes
,
cloud
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
Weekend Scripter: Playing with PowerShell's Get-Variable Cmdlet
Summary : Microsoft Scripting Guy, Ed Wilson, spends some time playing around with the Get-Variable cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. This morning I am doing something a little different. Instead of drinking English Breakfast tea, I...
Published
Sat, May 05 2013 2:01 AM
by
Hey, Scripting Guy! Blog : Windows PowerShell
Filed under:
Scripting Guy!
,
Windows PowerShell
,
scripting techniques
,
Weekend Scripter
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
1
2
3
4
5
Next >
...
Last »
Copyright 2012 PowerShell.com. All rights reserved.