Skip to content

Commit

Permalink
Update note on using slmgr (#254)
Browse files Browse the repository at this point in the history
Add 2012R2 as skipped
  • Loading branch information
jjerger authored Aug 28, 2024
1 parent e36e3f2 commit 7921d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysprep/activate_instance.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function Verify-ActivationStatus {
[String]$activation_status = $null
[String]$status = $null

# Server 2008 doesn't store activation status in registry; check slmgr
# Server 2008/2012R2 don't store activation status in registry; check slmgr
if([Environment]::OSVersion.Version.Major -eq 6 -and [Environment]::OSVersion.Version.Minor -le 3)
{
try {
Expand Down

0 comments on commit 7921d5d

Please sign in to comment.