TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Chad's Eclectic Tips and Tricks
Tips some days, not everyday, mostly Windows & SharePoint from Chad Schultz - Premier Field Engineer
Tags
BranchCache
Hyper-V
Powershell
Search
Setup
SharePoint
Tip of the day
Troubleshooting
Upgrade
User Interface
Browse by Tags
TechNet Blogs
»
Chad's Eclectic Tips and Tricks
»
All Tags
»
powershell
Related Posts
Blog Post:
Buy 0, get 2 free. Printer migration scripts
Chad Schultz - MSFT
There has been a lot of action lately around migrating print servers to Windows 2012/R2. Good news, as many customers are coming from either Windows 2003 or Windows 2008 and 32 bit print spooler services. There are tools to help with migrating printers to Windows 2012; Printbrm.exe and Printer Migration...
on
30 Jun 2014
Blog Post:
Second contribution to the Script Repository
Chad Schultz - MSFT
I was cruising around the internet when I came across many users having issues with the visibility of the IE 10 and 11 scrollbar. I have noticed on some monitors and color combinations that the bar is sometimes difficult to see. So I fixed it up with some PowerShell. The script will change the IE scrollbar...
on
6 Jan 2014
Blog Post:
First Contribution to the Script Repository
Chad Schultz - MSFT
For anyone that hasn't seen it, the Microsoft Script Repository, http://gallery.technet.microsoft.com/scriptcenter, is a great place to find all types of scripts, VBScript, JavaScript, PowerShell, etc. Today I uploaded a script that will work like a drive duplicator for Windows Image files(.wim)....
on
23 Aug 2013
Blog Post:
Tip 47: One Windows System Stability Index Score to Rule Them All
Chad Schultz - MSFT
This tip is for Windows Vista, 2008 Server RTM and up. Since I talked about Wbemtest.exe and Windows System Stability Index in the last posts I thought I would do something useful with the treasure trove of reliability information available through WMI. Usually the System Stability Index is shown...
on
27 Mar 2012
Blog Post:
Tip 52: Mixing the Old and New; Setting a Printer’s Print Processor Using PowerShell, WMI and Setprinter.exe
Chad Schultz - MSFT
This tip has a little bit of everything thrown into the mix. Old Windows Resource Kit files, PowerShell, WMI and printers all in one; for the same low price of free! I just helped one our hardware partners on an issue with printing. Turns out I don’t know as much as I thought about the subject...
on
31 Oct 2012
Blog Post:
Hyper-V 2012 Compare-VM PowerShell Cmdlet Error
Chad Schultz - MSFT
I wanted to get this information out as when I was researching the error below I could not find any information on it online or in our internal database. Hopefully it helps someone out there and they don't have to have a night sleep to have their, eureka moment. When running Compare-VM command...
on
4 Apr 2013
Blog Post:
Tip 39: Set Visual Upgrade Back to Previous Version Part Deux
Chad Schultz - MSFT
This tip is for SharePoint Foundation 2010 , SharePoint Server 2010 and Search Server 2010 Express . So you have your heart set on the WSS 3.0/MOSS 2007 look; I know, how could you not just looooove it? But have just installed a fresh new SharePoint 2010 farm. Or, you have visual upgraded your sites...
on
9 Sep 2010
Blog Post:
Tip 38: SharePoint 2010 Enable Visual Upgrade on Sites with PowerShell
Chad Schultz - MSFT
This tip is for SharePoint Foundation 2010 , SharePoint Server 2010 and Search Server 2010 Express . When upgrading to SharePoint 2010 from WSS 3.0, MOSS 2007 or Search Search 2008 there are some choices on whether or not the administrator wants to upgrade sites to the new SharePoint 2010 look and...
on
26 Aug 2010
Blog Post:
Fun PowerShell Logging Function
Chad Schultz - MSFT
Here is a fun little PowerShell code example that you can use in your scripts to log information to a file and the console. To call the function use the following format. #Set variables [string]$global:LogFileName = "c:\temp\Import-Upgrade.txt" $global:stream = [System.IO.StreamWriter...
on
1 May 2013