Sign in
TechNet Blogs
Technet Blog Images
More ...
Browse by Tags
TechNet Blogs
>
Hey, Scripting Guy! Blog
>
All Tags
>
brian wilhite
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
Weekend Scripter: Add Power and Functionality to the PowerShell ISE Part 1
Posted
6 hours ago
by
The Scripting Guys
0
Comments
PowerTip: Use PowerShell to Get Virtual Machine Start Mode
Posted
18 hours ago
by
The Scripting Guys
0
Comments
Change Virtual Machine Network Configuration with PowerShell
Posted
1 day ago
by
The Scripting Guys
1
Comments
Scripting Wife Comments on Beginner Event 4
Posted
1 day ago
by
The Scripting Guys
0
Comments
Tags
basic information
dates and times
desktop management
general management tasks
guest blogger
operating system
PowerTip
Scripting Guy!
scripting techniques
servers
service packs and hotfixes
virtual server
Weekend Scripter
Windows PowerShell
WMI
Related Resources
Script Center Home
Scripting Library
Learn to Script
Script Repository
Scripting Forum
2012 Scripting Games
Archives
Archives
May 2013
(38)
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:
Use PowerShell to Change the Mouse Pointer Scheme
The Scripting Guys
Summary: Guest blogger and Honorary Scripting Guy Brian Wilhite talks about using Windows PowerShell to change a user’s mouse scheme. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have a guest blogger—Brian Wilhite is an Honorary Scripting Guy and member of the Charlotte PowerShell...
on
17 Jan 2013
Blog Post:
PowerTip: Use PowerShell to Update DNS IP Address
The Scripting Guys
Summary: Use Windows PowerShell 3.0 on either Windows 8 or Windows Server 2012 to update the DNS server IP addresses on a client. How can I update my DNS server IP addresses on my Windows 8 client? According to Brian Wilhite, Charlotte Windows PowerShell user group member: Luckily, there is a Windows...
on
22 Dec 2012
Blog Post:
PowerTip: The Easy Way to Create a Custom PowerShell Object
The Scripting Guys
Summary: Create a custom Windows PowerShell object with the PSCustomObject type accelerator. What’s the easiest way to create a custom object? Charlotte Windows PowerShell User group member Brian Wilhite says: One of the easiest ways to create a custom object is to use the PSCustomObject...
on
21 Dec 2012
Blog Post:
PowerTip: View Static Members of a Type Accelerator
The Scripting Guys
Summary: Learn how to view static members of a type accelerator in Windows PowerShell. How can I view the static methods and properties of the [math] type accelerator? Charlotte Windows PowerShell user group Brian Wilhite says: To view the methods and properties of the [math] type accelerator,...
on
20 Dec 2012
Blog Post:
PowerTip: Search for Inactive User Accounts in Windows Server 2012 Active Directory
The Scripting Guys
Summary: Learn how to use Windows PowerShell to search for inactive user accounts in Active Directory for Windows Server 2012. How can I query inactive user accounts in my Windows Server 2012 Active Directory environment? Charlotte Windows PowerShell user group member Brian Wilhite says: You can...
on
19 Dec 2012
Blog Post:
PowerTip: Select the Next-to-Last Item in a PowerShell Array
The Scripting Guys
Summary: Learn how to select the next-to-last item in a Windows PowerShell array. I have a collection of objects in an array, and I need to select the next-to-last item in the array. How can this be done? Good question … Charlotte Windows PowerShell user group member Brian Wilhite says:...
on
18 Dec 2012
Blog Post:
PowerTip: Collect VM Performance by Using PowerShell
The Scripting Guys
Summary: Use Windows PowerShell 3.0 and Windows Server 2012 to collect virtual machine performance information. How do I collect performance data on a daily basis for a specific Hyper-V virtual machine? Charlotte Windows PowerShell User group member Brian Wilhite says: There are two cmdlets that...
on
17 Dec 2012
Blog Post:
PowerTip: Use the Get-Cimclass Cmdlet to Find WMI Properties
The Scripting Guys
Summary: Use Windows PowerShell 3.0 to find specific WMI properties. How do I find what WMI class contains the Service Pack property? Charlotte PowerShell User Group member Brian Wilhite says: The easiest way to find the WMI class or classes that contain the “Service Pack” property...
on
16 Dec 2012
Blog Post:
PowerTip: Use the PowerShell 3.0 Get-CimInstance Cmdlet
The Scripting Guys
Summary: Use Windows PowerShell 3.0 to connect to servers running Windows Server 2003 with the Get-CimInstance cmdlet. How can I use Get-CimInstance to connect to servers running Windows Server 2003 in my legacy environment? Charlotte Windows PowerShell user group member Brian Wilhite says: The...
on
15 Dec 2012
Blog Post:
PowerTip: Use PowerShell to Compare Two Objects
The Scripting Guys
Summary: Use Windows PowerShell to compare two objects to view differences and similarities. How can I compare two objects and see the values that differ and exist in both? Charlotte Windows PowerShell User Group member Brian Wilhite says: There is a cmdlet that will make life easy for you. The...
on
14 Dec 2012
Blog Post:
PowerTip: Adjusting the Case of a String
The Scripting Guys
Summary: Use Windows PowerShell to adjust the case of an entire string. How can I adjust the case of an entire string? Charlotte PowerShell User Group member Brian Wilhite says: One way to adjust the case (upper or lower) of an entire string object is to call the ToUpper or ToLower methods of the...
on
13 Dec 2012
Blog Post:
PowerTip: Use PowerShell 3.0 to View IP Address Info
The Scripting Guys
Summary: View detailed IP address information for non-virtual network adapters. How can I obtain detailed IP address information from a non-virtual network adapter? Charlotte PowerShell User Group member Brian Wilhite says: Luckily, there is a cmdlet that does this very thing. The Get-NetIPConfiguration...
on
12 Dec 2012
Blog Post:
PowerTip: Query Running Scheduled Tasks
The Scripting Guys
Summary: Use Windows PowerShell 3.0 to query running scheduled tasks. How do I query “running” scheduled tasks on my computer? Charlotte PowerShell User Group member Brian Wilhite says the following: With Windows PowerShell 3.0, we have a ton of new cmdlets, and we’ll see one...
on
11 Dec 2012
Blog Post:
Check for Daylight Savings Time by Using PowerShell
The Scripting Guys
Summary : Brian Wilhite, guest blogger, discusses a function to check for transition to daylight savings time. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have a guest blogger. Brian Wilhite has been a guest in the past, and you can see his previous posts here . Brian is speaking at the...
on
23 Oct 2012
Blog Post:
Weekend Scripter: Discover the Power of WMI and PowerShell
The Scripting Guys
Summary : Guest blogger, Brian Wilhite, talks about using Windows PowerShell and WMI in the enterprise. Microsoft Scripting Guy, Ed Wilson, is here. Brian Wilhite is with us today to share a preview of his presentation for Windows PowerShell Saturday , whiche is coming to you in two weeks on September...
on
1 Sep 2012
Blog Post:
Weekend Scripter: The Mission for “True-Up” Data Via Get-WmiObject
The Scripting Guys
Summary : Guest blogger, Brian Wilhite, shares his experience using Windows PowerShell jobs to speed up collecting information from WMI. Microsoft Scripting Guy, Ed Wilson, is here. This weekend, we will start with guest blogger, Brian Wilhite. Brian Wilhite works as a Windows system administrator...
on
26 May 2012
Blog Post:
Use PowerShell to Find Last Logon Times for Virtual Workstations
The Scripting Guys
Summary : Learn how to Use Windows PowerShell to find the last logon times for virtual workstations. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Brian Wilhite. Brian was our guest blogger yesterday when he wrote about detecting servers that will have a problem with an...
on
19 Feb 2012
Blog Post:
Use PowerShell to Save Time with Win32_TimeZone and DST Time Changes
The Scripting Guys
Summary : Write a Windows PowerShell function to determine the status of time changes to daylight savings time. Microsoft Scripting Guy, Ed Wilson, is here. At the Windows PowerShell User Group meeting in Charlotte, North Carolina, Brian Wilhite talked about a few of his scripts during the script...
on
18 Feb 2012
Page 1 of 1 (18 items)