SharePoint Blog - René Hézser

Anmelden  RSS Feed RSS Feed
Startet die Suche

Archive

Kategorien

Links

Andere Blogs




ITaCS GmbH


Evaluation Keys for SharePoint Server 2010, Search Server and Project Server  

May 012010

Looking through the SPModule Powershell Script, I found an interesting comment in the script:

Write-Verbose "You didn't provide a PID Key, looks like I'll have to give you a trial key."

switch ($PhysicalSKU)
            {
                "OfficeServer"   { $CurrentConfigXml.Configuration.PIDKEY.Value = "BR68M-F6WK6-W6BVB-GXQGB-W67BG"  ; Write-Verbose "Using a SharePoint Standard Trial PID Key. You can upgrade to Enterprise trial from Central Admin if you want to."; break}
                "ProjectServer"  { $CurrentConfigXml.Configuration.PIDKEY.Value = "9B4JM-6R6F8-2CMGW-T3T7W-6TYJW"  ; Write-Verbose "Using a Project Server Trial PID Key."; break}
                "SearchServer"   { $CurrentConfigXml.Configuration.PIDKEY.Value = "CX79M-QPKH7-7GFJQ-Y37T4-KKBRM"  ; Write-Verbose "Using a Search Server Trial PID Key."; break}
                "WCServer"       { Write-Error "There is no trial for WCServer, you must specify a retail PID Key."; break}
                default          { Write-Verbose ("Your SKU doesn't require a PIDKey: {0}" -f $PhysicalSKU)}
            }

Here is the evaluation key. Now only the bits have to be released for the public :-)

 
Posted by René Hézser | 0  Comments | Trackback Url  | 0  Links to this post | Bookmark this post with:        
Tags: SharePoint
Technorati Tags:

Links to this post

Comments

Name *:
URL:
Email:
Kommentar:


CAPTCHA Image Validation