-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
85 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
require 'spec_helper' | ||
require 'chef/win32/version' | ||
|
||
describe 'powershell::powershell2' do | ||
let(:chef_run) do | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
require 'spec_helper' | ||
require 'chef/win32/version' | ||
|
||
describe 'powershell::powershell3' do | ||
let(:chef_run) do | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
require 'spec_helper' | ||
require 'chef/win32/version' | ||
|
||
describe 'powershell::powershell5' do | ||
let(:chef_run) do | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
require 'spec_helper' | ||
require 'chef/win32/version' | ||
|
||
describe 'powershell::winrm' do | ||
let(:chef_run) do | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
PRODUCT_BUSINESS = 0x00000006 # Business | ||
PRODUCT_BUSINESS_N = 0x00000010 # Business N | ||
PRODUCT_CLUSTER_SERVER = 0x00000012 # HPC Edition | ||
PRODUCT_DATACENTER_SERVER = 0x00000008 # Server Datacenter (full installation) | ||
PRODUCT_DATACENTER_SERVER_CORE = 0x0000000C # Server Datacenter (core installation) | ||
PRODUCT_DATACENTER_SERVER_CORE_V = 0x00000027 # Server Datacenter without Hyper-V (core installation) | ||
PRODUCT_DATACENTER_SERVER_V = 0x00000025 # Server Datacenter without Hyper-V (full installation) | ||
PRODUCT_ENTERPRISE = 0x00000004 # Enterprise | ||
PRODUCT_ENTERPRISE_E = 0x00000046 # Not supported | ||
PRODUCT_ENTERPRISE_N = 0x0000001B # Enterprise N | ||
PRODUCT_ENTERPRISE_SERVER = 0x0000000A # Server Enterprise (full installation) | ||
PRODUCT_ENTERPRISE_SERVER_CORE = 0x0000000E # Server Enterprise (core installation) | ||
PRODUCT_ENTERPRISE_SERVER_CORE_V = 0x00000029 # Server Enterprise without Hyper-V (core installation) | ||
PRODUCT_ENTERPRISE_SERVER_IA64 = 0x0000000F # Server Enterprise for Itanium-based Systems | ||
PRODUCT_ENTERPRISE_SERVER_V = 0x00000026 # Server Enterprise without Hyper-V (full installation) | ||
PRODUCT_HOME_BASIC = 0x00000002 # Home Basic | ||
PRODUCT_HOME_BASIC_E = 0x00000043 # Not supported | ||
PRODUCT_HOME_BASIC_N = 0x00000005 # Home Basic N | ||
PRODUCT_HOME_PREMIUM = 0x00000003 # Home Premium | ||
PRODUCT_HOME_PREMIUM_E = 0x00000044 # Not supported | ||
PRODUCT_HOME_PREMIUM_N = 0x0000001A # Home Premium N | ||
PRODUCT_HYPERV = 0x0000002A # Microsoft Hyper-V Server | ||
PRODUCT_MEDIUMBUSINESS_SERVER_MANAGEMENT = 0x0000001E # Windows Essential Business Server Management Server | ||
PRODUCT_MEDIUMBUSINESS_SERVER_MESSAGING = 0x00000020 # Windows Essential Business Server Messaging Server | ||
PRODUCT_MEDIUMBUSINESS_SERVER_SECURITY = 0x0000001F # Windows Essential Business Server Security Server | ||
PRODUCT_PROFESSIONAL = 0x00000030 # Professional | ||
PRODUCT_PROFESSIONAL_E = 0x00000045 # Not supported | ||
PRODUCT_PROFESSIONAL_N = 0x00000031 # Professional N | ||
PRODUCT_SERVER_FOR_SMALLBUSINESS = 0x00000018 # Windows Server 2008 for Windows Essential Server Solutions | ||
PRODUCT_SERVER_FOR_SMALLBUSINESS_V = 0x00000023 # Windows Server 2008 without Hyper-V for Windows Essential Server Solutions | ||
PRODUCT_SERVER_FOUNDATION = 0x00000021 # Server Foundation | ||
PRODUCT_HOME_PREMIUM_SERVER = 0x00000022 # Windows Home Server 2011 | ||
PRODUCT_SB_SOLUTION_SERVER = 0x00000032 # Windows Small Business Server 2011 Essentials | ||
PRODUCT_HOME_SERVER = 0x00000013 # Windows Storage Server 2008 R2 Essentials | ||
PRODUCT_SMALLBUSINESS_SERVER = 0x00000009 # Windows Small Business Server | ||
PRODUCT_SOLUTION_EMBEDDEDSERVER = 0x00000038 # Windows MultiPoint Server | ||
PRODUCT_STANDARD_SERVER = 0x00000007 # Server Standard (full installation) | ||
PRODUCT_STANDARD_SERVER_CORE = 0x0000000D # Server Standard (core installation) | ||
PRODUCT_STANDARD_SERVER_CORE_V = 0x00000028 # Server Standard without Hyper-V (core installation) | ||
PRODUCT_STANDARD_SERVER_V = 0x00000024 # Server Standard without Hyper-V (full installation) | ||
PRODUCT_STARTER = 0x0000000B # Starter | ||
PRODUCT_STARTER_E = 0x00000042 # Not supported | ||
PRODUCT_STARTER_N = 0x0000002F # Starter N | ||
PRODUCT_STORAGE_ENTERPRISE_SERVER = 0x00000017 # Storage Server Enterprise | ||
PRODUCT_STORAGE_EXPRESS_SERVER = 0x00000014 # Storage Server Express | ||
PRODUCT_STORAGE_STANDARD_SERVER = 0x00000015 # Storage Server Standard | ||
PRODUCT_STORAGE_WORKGROUP_SERVER = 0x00000016 # Storage Server Workgroup | ||
PRODUCT_UNDEFINED = 0x00000000 # An unknown product | ||
PRODUCT_ULTIMATE = 0x00000001 # Ultimate | ||
PRODUCT_ULTIMATE_E = 0x00000047 # Not supported | ||
PRODUCT_ULTIMATE_N = 0x0000001C # Ultimate N | ||
PRODUCT_WEB_SERVER = 0x00000011 # Web Server (full installation) | ||
PRODUCT_WEB_SERVER_CORE = 0x0000001D # Web Server (core installation) |