Sign in
TechNet Blogs
Technet Blog Images
More ...
Browse by Tags
TechNet Blogs
>
Hey, Scripting Guy! Blog
>
All Tags
>
powershell 3
Server & Tools Blogs
>
Server & Management Blogs
>
Hey, Scripting Guy! Blog
All About Windows Server
Windows Server
Windows Server Essentials Blog
Building Clouds
Partner & Customer Solutions
Server & Cloud
Ask The
Performance Team
Ask Premier Field Engineering
Ask the Core Team
Cloud & Datacenter Management
The System Center Team Blog
System Center Virtual Machine Manager
System Center Service Manager
System Center Operations Manager
System Center Data Protection Manager
System Center Orchestrator
Partner & Customer Solutions
Client Management
System Center Configuration Manager
System Center Service Manager
MDOP
Malware Protection Center
Windows Intune
SUS
Partner and Customer Solutions
Virtualization, VDI & Remote Desktop
Virtualization Team Blog
Ben Armstrong’s Virtualization Blog
Jose Barreto Blog on Hyper-V
Partner & Customer Solutions
Remote Desktop Services
Windows Multipoint Server
Ask the Core Team on Hyper-V
File & Storage & High Availability
File & Storage
Jose Barreto
Partner & Customer Solutions
Ask the Core Team on Failover Cluster
Clustering & High Availability
Windows Server Management
PowerShell
Hey Scripting Guy (PowerShell)
Server Manager
Group Policy
Networking
Identity & Access
Ask Directory Services
Active Directory
Microsoft Leadership
Brad Anderson - In the Cloud
Hey, Scripting Guy! Blog
Learn about Windows PowerShell
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Twitter Feed
Recent Posts
PowerShell Hash Tables that Contain Keywords...hmm...
Posted
9 hours ago
by
The Scripting Guys
2
Comments
PowerTip: Create an XML Representation of a Registry Key with PowerShell
Posted
21 hours ago
by
The Scripting Guys
1
Comments
Use PowerShell to Copy Only Folders that Contain Files
Posted
1 day ago
by
The Scripting Guys
3
Comments
PowerTip: Toggle Outline View in the Windows PowerShell ISE
Posted
1 day ago
by
The Scripting Guys
0
Comments
Tags
desktop management
DHCP server
Disks
files
firewall
General Mgmt Tasks
getting started
guest blogger
HyperV
Hyper-V
MCSE
networking
operating system
PowerTip
RSS
Scripting Guy!
scripting techniques
servers
storage
using the Internet
Weekend Scripter
Windows 8
Windows PowerShell
Windows Server 2012
WMI
Related Resources
Script Center Home
Scripting Library
Learn to Script
Script Repository
Scripting Forum
2012 Scripting Games
Archives
Archives
May 2013
(44)
April 2013
(61)
March 2013
(62)
February 2013
(56)
January 2013
(62)
December 2012
(62)
November 2012
(68)
October 2012
(62)
September 2012
(62)
August 2012
(63)
July 2012
(32)
June 2012
(39)
May 2012
(33)
April 2012
(97)
March 2012
(44)
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
(97)
March 2011
(41)
February 2011
(28)
January 2011
(31)
December 2010
(31)
November 2010
(30)
October 2010
(31)
September 2010
(30)
August 2010
(33)
July 2010
(31)
June 2010
(30)
May 2010
(67)
April 2010
(65)
March 2010
(34)
February 2010
(29)
January 2010
(23)
December 2009
(23)
November 2009
(22)
October 2009
(23)
September 2009
(22)
August 2009
(25)
July 2009
(24)
June 2009
(38)
May 2009
(22)
April 2009
(22)
March 2009
(22)
February 2009
(20)
January 2009
(22)
December 2008
(8)
November 2008
(17)
October 2008
(9)
September 2008
(8)
August 2008
(6)
July 2008
(5)
June 2008
(21)
May 2008
(21)
April 2008
(22)
March 2008
(21)
February 2008
(21)
January 2008
(22)
December 2007
(10)
November 2007
(20)
October 2007
(23)
September 2007
(19)
August 2007
(23)
July 2007
(21)
June 2007
(21)
May 2007
(22)
April 2007
(21)
March 2007
(22)
February 2007
(21)
January 2007
(21)
December 2006
(11)
November 2006
(20)
October 2006
(22)
September 2006
(20)
August 2006
(23)
July 2006
(20)
June 2006
(22)
May 2006
(22)
April 2006
(20)
March 2006
(23)
February 2006
(20)
January 2006
(21)
December 2005
(16)
November 2005
(20)
October 2005
(21)
September 2005
(21)
August 2005
(23)
July 2005
(20)
June 2005
(22)
May 2005
(21)
April 2005
(21)
March 2005
(22)
February 2005
(20)
January 2005
(21)
December 2004
(16)
November 2004
(20)
October 2004
(21)
September 2004
(21)
August 2004
(22)
More
▼
Less
▲
Tagged Content List
Blog Post:
PowerTip: Use PowerShell to Find WMI Classes Related to Disks
The Scripting Guys
Summary : Use Windows PowerShell 3.0 to help find WMI classes related to disks. How can I find WMI classes that will return information about disks on my local computer? Use the Get-CimClass cmdlet in Windows PowerShell 3.0. Use a wildcard character for the class name, and use the QualifierName...
on
23 Apr 2013
Blog Post:
PowerTip: Use PowerShell to Keep Up-to-Date with the 2013 Scripting Games
The Scripting Guys
Summary : Use Windows PowerShell to help you stay up-to-date with the 2013 Scripting Games. How can I use Windows PowerShell to obtain an RSS feed of all 2013 Scripting Games content from the Scripting Guys? Use the Invoke-RestMethod cmdlet in Windows PowerShell 3.0 and specify the uri for the...
on
22 Apr 2013
Blog Post:
PowerTip: Use PowerShell to Find WMI Classes with a Specific Property
The Scripting Guys
Summary : Use Windows PowerShell to find WMI classes that contain a specific property. How can I use Windows PowerShell to help find a WMI class that contains a specific property? Use the Get-CimClass cmdlet in Windows PowerShell 3.0, and use the specific property name or a wildcard pattern to...
on
21 Apr 2013
Blog Post:
Weekend Scripter: Two Way-Cool PowerShell Text File Tricks: Tail and Wait
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, talks about two way-cool new Windows PowerShell parameters: Tail and Wait. Microsoft Scripting Guy, Ed Wilson, is here. Some things in Windows PowerShell are just so cool that I get all carried away with them and lose focus on whatever I am supposed to...
on
24 Feb 2013
Blog Post:
PowerTip: Turn Off PowerShell Module Autoload
The Scripting Guys
Summary: Learn how to turn off Windows PowerShell module auto-loading. I want to disable the Windows PowerShell 3.0 module automatic loading of modules. How do I do this? Set the value of the $PSModuleAutoloadingPreference automatic variable to none , as shown here. $PSModuleAutoloadingPreference...
on
20 Feb 2013
Blog Post:
PowerTip: Use PowerShell 3.0 Cmdlet to Find PowerTips and Links
The Scripting Guys
Summary: Use a Windows PowerShell 3.0 cmdlet to find PowerTip articles and the associated links. How can I use a Windows PowerShell 3.0 cmdlet to find PowerTip articles and associated links to those articles? Use the Invoke-WebRequest cmdlet and specify the URI for the Hey, Scripting Guy! Blog...
on
13 Feb 2013
Blog Post:
PowerShell Workflows: A Practical Example
The Scripting Guys
Summary: Honorary Scripting Guy and PowerShell MVP Richard Siddaway concludes his exciting series on Windows PowerShell workflows with a practical example. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have the last article in the most excellent Richard Siddaway workflow 8-part series. ...
on
13 Feb 2013
Blog Post:
Weekend Scripter: Playing Around with PowerShell Namespace ApartmentState
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, talks about exploring the Windows PowerShell namespace ApartmentState property. Microsoft Scripting Guy, Ed Wilson, is here. Ah, it is the weekend. It is not that I “live for weekends” or anything like that. It is just that weekends are different...
on
9 Feb 2013
Blog Post:
PowerShell Workflows: Design Considerations
The Scripting Guys
Summary: Windows PowerShell MVP and Honorary Scripting Guy Richard Siddaway talks about design considerations for Windows PowerShell workflows. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have the seventh article in the most excellent Richard Siddaway workflow series. Note The first...
on
6 Feb 2013
Blog Post:
Use PowerShell to Reset Hyper-V Resource Metering
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell 3.0 to reset Hyper-V Resource Metering. Hey, Scripting Guy! Ok, I have this problem here at work. We have upgraded our servers running Windows Server 2008 R2 to Windows Server 2012. We are running Hyper-V, and we need...
on
29 Jan 2013
Blog Post:
Use PowerShell to Configure Hyper-V Resource Metering
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell 3.0 to configure Hyper-V Resource Metering on Windows Server 2012. Microsoft Scripting Guy, Ed Wilson, is here. Well, today is Monday, and the first thing I do on Monday is update the Help on Windows PowerShell 3.0....
on
28 Jan 2013
Blog Post:
Weekend Scripter: Use PowerShell to Meter Resources on Hyper-V Windows Server 2012
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell 3.0 to do Hyper-V Resource Metering on Windows Server 2012. Microsoft Scripting Guy, Ed Wilson, is here. Well, Charlotte looked like someone had taken a huge can of polyurethane and sprayed the entire city—multiple...
on
27 Jan 2013
Blog Post:
Use PowerShell to Create Multiple DHCP Scopes on DHCP Servers
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use functions from the DHCPServer module to create multiple IPv4 scopes. Microsoft Scripting Guy, Ed Wilson, is here. One thing that is great about Windows PowerShell is that, in general, it always behaves in a similar fashion. This means that...
on
15 Jan 2013
Blog Post:
Use PowerShell to Create IPv4 Scopes on Your DHCP Server
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to create IPv4 scopes on a Windows Server 2012 DHCP server. Microsoft Scripting Guy, Ed Wilson, is here. As I expected, it is cold, wet, and rainy in Redmond this week. Oh well, the cool thing is getting together with...
on
14 Jan 2013
Blog Post:
Weekend Scripter: DHCP Address Conflict Detection
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to configure DHCP address conflict detection. Microsoft Scripting Guy, Ed Wilson, is here. Well, it’s the weekend here in Charlotte, North Carolina. This morning it is foggy, and the air is crisp but not cold....
on
12 Jan 2013
Blog Post:
Weekend Scripter: Messing Around with Disks
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the Windows 8 storage module to create partitions and to format disks. Microsoft Scripting Guy, Ed Wilson, is here. Today, I thought I would spend a bit more time playing around with the Windows 8 and Windows Server 2012 cmdlets in the...
on
6 Jan 2013
Blog Post:
Use PowerShell to Deploy a New Active Directory Forest
ScriptingGuy1
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to deploy a new Active Directory forest. Microsoft Scripting Guy, Ed Wilson, is here. Today, I thought I would provide another excerpt from my new Microsoft Press book: Windows PowerShell 3.0 Step by Step, which is available...
on
3 Jan 2013
Blog Post:
Use PowerShell to Map Disk Drives and Partitions
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and the CIM cmdlets to use WMI to map disk drives to partitions. Microsoft Scripting Guy, Ed Wilson, is here. It is definitely a cliché that the more things change, the more they stay the same. This is certainly...
on
17 Dec 2012
Blog Post:
Weekend Scripter: Use PowerShell and WMI Associations to Find User Group Membership
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and WMI associations to find user group membership. Microsoft Scripting Guy, Ed Wilson, is here. Today is sort of a mellow day. I just finished reading a mystery story called Some Like it Hawk by Donna Andrews. Donna...
on
16 Dec 2012
Blog Post:
Weekend Scripter: Use PowerShell to Find Local Administrators on a Computer
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell and WMI CIM associations to find local administrators. Microsoft Scripting Guy, Ed Wilson, is here. Well, we have been really lucky the past couple of days in Charlotte, North Carolina—at least weather wise. Yesterday...
on
15 Dec 2012
Blog Post:
PowerTip: Use PowerShell 3.0 to Find an IP Address
The Scripting Guys
Summary: Using Windows PowerShell 3.0 on Windows 8 or Windows Server 2012 to display the IP address. How can I use Windows PowerShell 3.0 on Windows 8 or Windows Server 2012 to display IP address configurations? Use the Get-NetAdapter cmdlet and filter for net adapters that have a status of up...
on
7 Dec 2012
Blog Post:
Use the PowerShell Best Practices Module to Configure Servers
The Scripting Guys
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the Windows PowerShell Best Practices module to audit configuration of servers. Microsoft Scripting Guy, Ed Wilson, is here. Well, tonight is the Charlotte Windows PowerShell user group. We are doing a mini version of the Scripting Games...
on
6 Dec 2012
Blog Post:
Use PowerShell Default Parameter Values to Simplify Scripts
The Scripting Guys
Summary: Microsoft PowerShell MVP and guest blogger Dave Moravec talks about using default parameter values to simplify Windows PowerShell scripts. Microsoft Scripting Guy, Ed Wilson, is here. Well, our European Tour is drawing down, but it’s not over yet. Yesterday, we had a great time with...
on
3 Dec 2012
Blog Post:
PowerTip: Find All Cmdlets When Searching by a Specific Noun or Verb
The Scripting Guys
Summary: Use this trick to find all cmdlets when searching by a specific noun or verb. When I just open up Windows PowerShell 3.0, an error arises when I try to search for a cmdlet by a noun or verb. The error is “Object reference not set to an instance of an object.” Is there something...
on
2 Dec 2012
Blog Post:
PowerTip: Find Updatable WMI Classes
The Scripting Guys
Summary: Learn how to use Windows PowerShell 3.0 to easily find WMI classes you can update. How can I find WMI classes that support updating? Use the Get-Cimclass cmdlet and a wild card for the WMI class name. Then, look for the class qualifier of supportsupdate , as shown here. Get-CimClass...
on
1 Dec 2012
Page 1 of 3 (75 items)
1
2
3