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
SharePoint MinimaList Blog
All posts are "AS-IS" and should be tested and validated before application on any Production environment.
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
Activate Windows PowerShell Activation
Microsoft SharePoint Pages
Performance Monitoring SharePoint
Search database rename SharePoint 2013
SharePoint MOSS WSS People Picker Wrong Account Domain Migration
SharePoint Performance Reference Tactical
SharePoint Warm Up Warmup Script PowerShell Web Application Get-SPSite
SharePoint Warm Up Warmup Script PowerShell Web Application Get-SPSite Microsoft SharePoint
Archive
Archives
January 2014
(2)
June 2013
(1)
April 2013
(1)
December 2011
(1)
May 2010
(1)
SharePoint MinimaList Blog
TechNet Blogs
»
SharePoint MinimaList Blog
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Activating Windows with PowerShell
Posted
over 1 year ago
by
Robert Gullick
You want to activate Windows using PowerShell? Here you go: $computer = gc env:computername $key = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" $service = get-wmiObject -query "select * from SoftwareLicensingService" -computername $computer $service.InstallProductKey...
SharePoint People Picker shows old domain account during Active Directory migration
Posted
over 4 years ago
by
rgullick
5
Comments
You may have experienced a problem with SharePoint PeoplePicker during Active Directory migration of users. The scenario looks something like this: Environment You have 2 domains DomainA [the Source Domain] and DomainB [the Target Domain]. Users are...
SharePoint Performance Monitoring
Posted
over 1 year ago
by
Robert Gullick
This is an AS-IS post on how to setup Performance Monitoring for SharePoint Servers. Ensure that the instructions in http://support.microsoft.com/kb/281884 are followed. This will allow for the Process ID value to be included as part of the process...
MinimaList SharePoint WarmUp Script
Posted
over 3 years ago
by
Robert Gullick
5
Comments
In the spirit of Minimalism I have decided to create the simplest SharePoint warm up script that I could. There are plenty of warm up scripts on the web. Many of them are convoluted and difficult to manage. This shouldn't be that difficult. All you need...
Tactical Performance for SharePoint and SQL - References
Posted
over 1 year ago
by
Robert Gullick
1
Comment
SharePoint Configuration References Hardware and software requirements for SharePoint 2013 http://technet.microsoft.com/en-us/library/cc262485.aspx SharePoint 2010 Best Practices http://social.technet.microsoft.com/wiki/contents/articles/8666.sharepoint...
Renaming SharePoint 2013 Search databases
Posted
over 1 year ago
by
Robert Gullick
3
Comments
If you have had trouble moving your SharePoint 2013 Search Databases using the TechNet article below. Move the Search service application databases in SharePoint 2013 This article may help. First: The original databases need to be online...