CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of powershell slps inishtech online activation licensing
#requires get-interface from http://www.nivot.org/2009/03/26/PowerShell20CTP3ModulesInPracticeNETInterfaces.aspx
# this needs to be program files x86 if in 64 bit context
$runtimeDir="$env:ProgramFiles\Inishtech SLP Code Protector"
add-type -path "$runtimeDir\Microsoft.Licensing.Runtime2.0.DLL"
$shortCode = "abc12"
$r = new-object Microsoft.Licensing.SLMRuntime $shortCode
$a = get-interface $r.Activation ([Microsoft.Licensing.ISLMActivation])
$ac = get-interface $a.CreateActivationClient("Product","1.0") ([Microsoft.Licensing.IActivationClient])
$activationKey="29KV3-E4T9M-WDTTD-KNVZB-YUVZZ"
$ac.Activate( $activationKey, "") 
by InishTech   February 17, 2011 @ 4:24pm
188 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate