MOF/DAC1N1.mof

/*
@TargetNode='DAC1N1'
@GeneratedBy=cody
@GenerationDate=02/19/2020 09:52:07
@GenerationHost=THINKY
*/
 
instance of DSC_WindowsEventLog as $DSC_WindowsEventLog1ref
{
ResourceID = "[WindowsEventLog]AlterDSCOperationalLog::[ooDscLog]EnableDscLog";
 MaximumSizeInBytes = 50331648;
 LogName = "Microsoft-Windows-DSC/Operational";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooDscLog\\ooDscLog.schema.psm1::7::5::WindowsEventLog";
 ModuleName = "ComputerManagementDsc";
 ModuleVersion = "8.0.0";
 ConfigurationName = "OftenOn";
};
instance of DSC_WindowsEventLog as $DSC_WindowsEventLog2ref
{
ResourceID = "[WindowsEventLog]EnableDSCAnalyticLog::[ooDscLog]EnableDscLog";
 MaximumSizeInBytes = 50331648;
 LogName = "Microsoft-Windows-DSC/Analytic";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooDscLog\\ooDscLog.schema.psm1::12::5::WindowsEventLog";
 ModuleName = "ComputerManagementDsc";
 ModuleVersion = "8.0.0";
 IsEnabled = True;
 ConfigurationName = "OftenOn";
};
instance of DSC_WindowsEventLog as $DSC_WindowsEventLog3ref
{
ResourceID = "[WindowsEventLog]EnableDSCDebugLog::[ooDscLog]EnableDscLog";
 MaximumSizeInBytes = 50331648;
 LogName = "Microsoft-Windows-DSC/Debug";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooDscLog\\ooDscLog.schema.psm1::18::5::WindowsEventLog";
 ModuleName = "ComputerManagementDsc";
 ModuleVersion = "8.0.0";
 IsEnabled = True;
 ConfigurationName = "OftenOn";
};
instance of DSC_TimeZone as $DSC_TimeZone1ref
{
ResourceID = "[TimeZone]SetTimeZone";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::60::9::TimeZone";
 TimeZone = "W. Australia Standard Time";
 IsSingleInstance = "Yes";
 ModuleName = "ComputerManagementDsc";
 ModuleVersion = "8.0.0";
 
DependsOn = {
    "[WindowsEventLog]AlterDSCOperationalLog::[ooDscLog]EnableDscLog",
     "[WindowsEventLog]EnableDSCAnalyticLog::[ooDscLog]EnableDscLog",
     "[WindowsEventLog]EnableDSCDebugLog::[ooDscLog]EnableDscLog"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_RegistryResource as $MSFT_RegistryResource1ref
{
ResourceID = "[Registry]DisableNegativeCacheTtl::[ooRegistry]SetRegistry";
 ValueName = "MaxNegativeCacheTtl";
 Key = "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Dnscache\\Parameters";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooRegistry\\ooRegistry.schema.psm1::3::5::Registry";
 ValueType = "Dword";
 ModuleName = "PSDesiredStateConfiguration";
 ValueData = {
    "0"
};
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_RegistryResource as $MSFT_RegistryResource2ref
{
ResourceID = "[Registry]DisableMachineAccountPasswordChange::[ooRegistry]SetRegistry";
 ValueName = "DisablePasswordChange";
 Key = "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooRegistry\\ooRegistry.schema.psm1::12::5::Registry";
 ValueType = "Dword";
 ModuleName = "PSDesiredStateConfiguration";
 ValueData = {
    "1"
};
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_RegistryResource as $MSFT_RegistryResource3ref
{
ResourceID = "[Registry]DisableInternetExplorerEnhancedSecurityConfigurationAdmin::[ooRegistry]SetRegistry";
 ValueName = "IsInstalled";
 Key = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components\\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooRegistry\\ooRegistry.schema.psm1::21::5::Registry";
 ValueType = "Dword";
 ModuleName = "PSDesiredStateConfiguration";
 ValueData = {
    "0"
};
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_RegistryResource as $MSFT_RegistryResource4ref
{
ResourceID = "[Registry]DisableInternetExplorerEnhancedSecurityConfigurationUser::[ooRegistry]SetRegistry";
 ValueName = "IsInstalled";
 Key = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components\\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073}";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooRegistry\\ooRegistry.schema.psm1::29::5::Registry";
 ValueType = "Dword";
 ModuleName = "PSDesiredStateConfiguration";
 ValueData = {
    "0"
};
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_RegistryResource as $MSFT_RegistryResource5ref
{
ResourceID = "[Registry]DisableInternetExplorerFirstRun::[ooRegistry]SetRegistry";
 ValueName = "DisableFirstRunCustomize";
 Key = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies\\Microsoft\\Internet Explorer\\Main";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooRegistry\\ooRegistry.schema.psm1::37::5::Registry";
 ValueType = "Dword";
 ModuleName = "PSDesiredStateConfiguration";
 ValueData = {
    "1"
};
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_RegistryResource as $MSFT_RegistryResource6ref
{
ResourceID = "[Registry]DisableInactivityTimeout::[ooRegistry]SetRegistry";
 ValueName = "InactivityTimeoutSecs";
 Key = "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooRegistry\\ooRegistry.schema.psm1::45::5::Registry";
 ValueType = "Dword";
 ModuleName = "PSDesiredStateConfiguration";
 ValueData = {
    "0"
};
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of DSC_RemoteDesktopAdmin as $DSC_RemoteDesktopAdmin1ref
{
ResourceID = "[RemoteDesktopAdmin]EnableRemoteDesktopService::[ooRemoteDesktop]EnableRemoteDesktop";
 UserAuthentication = "NonSecure";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooRemoteDesktop\\ooRemoteDesktop.schema.psm1::6::5::RemoteDesktopAdmin";
 IsSingleInstance = "Yes";
 ModuleName = "ComputerManagementDsc";
 ModuleVersion = "8.0.0";
 
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Firewall as $MSFT_Firewall1ref
{
ResourceID = "[Firewall]EnableFPSICMP4ERQIn::[ooRemoteDesktop]EnableRemoteDesktop";
 Enabled = "True";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooRemoteDesktop\\ooRemoteDesktop.schema.psm1::15::9::Firewall";
 Name = "FPS-ICMP4-ERQ-In";
 ModuleName = "NetworkingDsc";
 ModuleVersion = "7.4.0.0";
 
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Firewall as $MSFT_Firewall2ref
{
ResourceID = "[Firewall]EnableFPSICMP6ERQIn::[ooRemoteDesktop]EnableRemoteDesktop";
 Enabled = "True";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooRemoteDesktop\\ooRemoteDesktop.schema.psm1::15::9::Firewall";
 Name = "FPS-ICMP6-ERQ-In";
 ModuleName = "NetworkingDsc";
 ModuleVersion = "7.4.0.0";
 
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Firewall as $MSFT_Firewall3ref
{
ResourceID = "[Firewall]EnableRemoteDesktopUserModeInTCP::[ooRemoteDesktop]EnableRemoteDesktop";
 Enabled = "True";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooRemoteDesktop\\ooRemoteDesktop.schema.psm1::15::9::Firewall";
 Name = "RemoteDesktop-UserMode-In-TCP";
 ModuleName = "NetworkingDsc";
 ModuleVersion = "7.4.0.0";
 
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Firewall as $MSFT_Firewall4ref
{
ResourceID = "[Firewall]EnableRemoteDesktopUserModeInUDP::[ooRemoteDesktop]EnableRemoteDesktop";
 Enabled = "True";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooRemoteDesktop\\ooRemoteDesktop.schema.psm1::15::9::Firewall";
 Name = "RemoteDesktop-UserMode-In-UDP";
 ModuleName = "NetworkingDsc";
 ModuleVersion = "7.4.0.0";
 
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_ScriptResource as $MSFT_ScriptResource1ref
{
ResourceID = "[Script]EnableFileAndPrinterSharing::[ooRemoteDesktop]EnableRemoteDesktop";
 GetScript = "\n if (Get-NetFirewallRule -DisplayGroup 'File and Printer Sharing' | Where-Object { $_.Enabled -eq 'False' }) {\n @{ Result = \"false\"; }\n } else {\n @{ Result = \"true\"; }\n }\n ";
 TestScript = "\n if (Get-NetFirewallRule -DisplayGroup 'File and Printer Sharing' | Where-Object { $_.Enabled -eq 'False' }) {\n $false\n } else {\n $true\n }\n ";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooRemoteDesktop\\ooRemoteDesktop.schema.psm1::23::5::Script";
 SetScript = "\n Get-NetFirewallRule -DisplayGroup 'File and Printer Sharing' | Where-Object { $_.Enabled -eq 'False' } | Set-NetFirewallRule -Enabled True\n ";
 ModuleName = "PSDesiredStateConfiguration";
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_FileDirectoryConfiguration as $MSFT_FileDirectoryConfiguration1ref
{
ResourceID = "[File]CreateTempDirectory::[ooTemp]CreateTempDirectory";
 Type = "Directory";
 Ensure = "Present";
 DestinationPath = "C:\\Temp";
 ModuleName = "PSDesiredStateConfiguration";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooTemp\\ooTemp.schema.psm1::5::5::File";
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_xFileSystemAccessRule as $MSFT_xFileSystemAccessRule1ref
{
ResourceID = "[xFileSystemAccessRule]GrantAccessToTempDirectory::[ooTemp]CreateTempDirectory";
 Path = "C:\\Temp";
 Rights = {
    "FullControl"
};
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooTemp\\ooTemp.schema.psm1::11::5::xFileSystemAccessRule";
 Identity = "EVERYONE";
 ModuleName = "xSystemSecurity";
 ModuleVersion = "1.5.0";
 
DependsOn = {
    "[File]CreateTempDirectory::[ooTemp]CreateTempDirectory",
     "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_NetAdapterName as $MSFT_NetAdapterName1ref
{
ResourceID = "[NetAdapterName]RenameDALLAS::[ooNetwork]RenameNetwork";
 MacAddress = "00-03-42-47-69-b2";
 ModuleVersion = "7.4.0.0";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooNetwork\\ooNetwork.schema.psm1::12::13::NetAdapterName";
 ModuleName = "NetworkingDsc";
 NewName = "DALLAS";
 
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_IPAddress as $MSFT_IPAddress1ref
{
ResourceID = "[IPAddress]SetIPAddressDALLAS::[ooNetwork]RenameNetwork";
 InterfaceAlias = "DALLAS";
 AddressFamily = "IPv4";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooNetwork\\ooNetwork.schema.psm1::18::17::IPAddress";
 ModuleName = "NetworkingDsc";
 IPAddress = {
    "10.0.2.11/24"
};
 ModuleVersion = "7.4.0.0";
 
DependsOn = {
    "[NetAdapterName]RenameDALLAS::[ooNetwork]RenameNetwork",
     "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_DefaultGatewayAddress as $MSFT_DefaultGatewayAddress1ref
{
ResourceID = "[DefaultGatewayAddress]SetDefaultGatewayAddressDALLAS::[ooNetwork]RenameNetwork";
 AddressFamily = "IPv4";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooNetwork\\ooNetwork.schema.psm1::27::17::DefaultGatewayAddress";
 Address = "10.0.2.1";
 ModuleName = "NetworkingDsc";
 InterfaceAlias = "DALLAS";
 ModuleVersion = "7.4.0.0";
 
DependsOn = {
    "[NetAdapterName]RenameDALLAS::[ooNetwork]RenameNetwork",
     "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_DnsServerAddress as $MSFT_DnsServerAddress1ref
{
ResourceID = "[DnsServerAddress]SetDnsServerAddressDALLAS::[ooNetwork]RenameNetwork";
 AddressFamily = "IPv4";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooNetwork\\ooNetwork.schema.psm1::41::17::DnsServerAddress";
 Address = {
    "10.0.0.1"
};
 ModuleName = "NetworkingDsc";
 InterfaceAlias = "DALLAS";
 ModuleVersion = "7.4.0.0";
 
DependsOn = {
    "[NetAdapterName]RenameDALLAS::[ooNetwork]RenameNetwork",
     "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_DnsConnectionSuffix as $MSFT_DnsConnectionSuffix1ref
{
ResourceID = "[DnsConnectionSuffix]SetDnsConnectionSuffixDALLAS::[ooNetwork]RenameNetwork";
 ConnectionSpecificSuffix = "oftenon.com";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooNetwork\\ooNetwork.schema.psm1::55::13::DnsConnectionSuffix";
 ModuleName = "NetworkingDsc";
 InterfaceAlias = "DALLAS";
 ModuleVersion = "7.4.0.0";
 
DependsOn = {
    "[NetAdapterName]RenameDALLAS::[ooNetwork]RenameNetwork",
     "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_NetAdapterName as $MSFT_NetAdapterName2ref
{
ResourceID = "[NetAdapterName]RenameDALLAS_HB::[ooNetwork]RenameNetwork";
 MacAddress = "00-03-15-a9-e3-13";
 ModuleVersion = "7.4.0.0";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooNetwork\\ooNetwork.schema.psm1::12::13::NetAdapterName";
 ModuleName = "NetworkingDsc";
 NewName = "DALLAS_HB";
 
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_IPAddress as $MSFT_IPAddress2ref
{
ResourceID = "[IPAddress]SetIPAddressDALLAS_HB::[ooNetwork]RenameNetwork";
 InterfaceAlias = "DALLAS_HB";
 AddressFamily = "IPv4";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooNetwork\\ooNetwork.schema.psm1::18::17::IPAddress";
 ModuleName = "NetworkingDsc";
 IPAddress = {
    "10.0.12.11/24"
};
 ModuleVersion = "7.4.0.0";
 
DependsOn = {
    "[NetAdapterName]RenameDALLAS_HB::[ooNetwork]RenameNetwork",
     "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_DnsServerAddress as $MSFT_DnsServerAddress2ref
{
ResourceID = "[DnsServerAddress]SetDnsServerAddressDALLAS_HB::[ooNetwork]RenameNetwork";
 AddressFamily = "IPv4";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooNetwork\\ooNetwork.schema.psm1::48::17::DnsServerAddress";
 ModuleName = "NetworkingDsc";
 InterfaceAlias = "DALLAS_HB";
 ModuleVersion = "7.4.0.0";
 
DependsOn = {
    "[NetAdapterName]RenameDALLAS_HB::[ooNetwork]RenameNetwork",
     "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_DnsConnectionSuffix as $MSFT_DnsConnectionSuffix2ref
{
ResourceID = "[DnsConnectionSuffix]SetDnsConnectionSuffixDALLAS_HB::[ooNetwork]RenameNetwork";
 ConnectionSpecificSuffix = "oftenon.com";
 SourceInfo = "C:\\Git\\OftenOn\\OftenOn\\DSCResources\\ooNetwork\\ooNetwork.schema.psm1::55::13::DnsConnectionSuffix";
 ModuleName = "NetworkingDsc";
 InterfaceAlias = "DALLAS_HB";
 ModuleVersion = "7.4.0.0";
 
DependsOn = {
    "[NetAdapterName]RenameDALLAS_HB::[ooNetwork]RenameNetwork",
     "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_RoleResource as $MSFT_RoleResource1ref
{
ResourceID = "[WindowsFeature]Resource0::[WindowsFeatureSet]All";
 Ensure = "Present";
 SourceInfo = "::2::1::WindowsFeature";
 Name = "RSAT-AD-Tools";
 ModuleName = "PSDesiredStateConfiguration";
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_RoleResource as $MSFT_RoleResource2ref
{
ResourceID = "[WindowsFeature]Resource1::[WindowsFeatureSet]All";
 Ensure = "Present";
 SourceInfo = "::8::1::WindowsFeature";
 Name = "RSAT-AD-PowerShell";
 ModuleName = "PSDesiredStateConfiguration";
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_RoleResource as $MSFT_RoleResource3ref
{
ResourceID = "[WindowsFeature]Resource2::[WindowsFeatureSet]All";
 Ensure = "Present";
 SourceInfo = "::14::1::WindowsFeature";
 Name = "RSAT-Clustering";
 ModuleName = "PSDesiredStateConfiguration";
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_RoleResource as $MSFT_RoleResource4ref
{
ResourceID = "[WindowsFeature]Resource3::[WindowsFeatureSet]All";
 Ensure = "Present";
 SourceInfo = "::20::1::WindowsFeature";
 Name = "RSAT-Clustering-CmdInterface";
 ModuleName = "PSDesiredStateConfiguration";
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_RoleResource as $MSFT_RoleResource5ref
{
ResourceID = "[WindowsFeature]Resource4::[WindowsFeatureSet]All";
 Ensure = "Present";
 SourceInfo = "::26::1::WindowsFeature";
 Name = "RSAT-DNS-Server";
 ModuleName = "PSDesiredStateConfiguration";
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_RoleResource as $MSFT_RoleResource6ref
{
ResourceID = "[WindowsFeature]Resource5::[WindowsFeatureSet]All";
 Ensure = "Present";
 SourceInfo = "::32::1::WindowsFeature";
 Name = "RSAT-RemoteAccess";
 ModuleName = "PSDesiredStateConfiguration";
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_RoleResource as $MSFT_RoleResource7ref
{
ResourceID = "[WindowsFeature]Resource6::[WindowsFeatureSet]All";
 Ensure = "Present";
 SourceInfo = "::38::1::WindowsFeature";
 Name = "Failover-Clustering";
 ModuleName = "PSDesiredStateConfiguration";
 
ModuleVersion = "1.1";
DependsOn = {
    "[TimeZone]SetTimeZone"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Credential as $MSFT_Credential1ref
{
Password = "-----BEGIN CMS-----\nMIICKwYJKoZIhvcNAQcDoIICHDCCAhgCAQAxggHTMIIBzwIBADCBtjCBqDEXMBUGA1UEChMOVmly\ndHVhbCBFbmdpbmUxETAPBgNVBAsTCFRlc3QgTGFiMRwwGgYJKoZIhvcNAQkBFg1sYWJAbGFiLmxv\nY2FsMQ8wDQYDVQQHEwZPeGZvcmQxDTALBgNVBAgTBE9YT04xCzAJBgNVBAYTAkdCMS8wLQYDVQQD\nEyZWaXJ0dWFsIEVuZ2luZSBUZXN0IExhYiBSb290IEF1dGhvcml0eQIJAMRIv0r6jbtXMA0GCSqG\nSIb3DQEBBzAABIIBAFGmLHSft+6lDkCCDpZI4sBKactZ4NKpKdsQkC4np5QT5G+O4muNNGVVGo+e\n+H1U9kZxkjEpBgNeRY2XyVYWZmDWwNbnYAXGCq59SupjQEdh42kHBjqErfVBZkCkNxrCuVGW1LTE\nGuLxRS+4EzR4GNUfYQfj8tP78s46NkS1r1oEohOO/GarUC9/fWKZK0moc/CJn861Fw+sRigXuI7l\nZ5yb1ttntRfR93ZNfiu9taIervBYlhKZCyuNRQbsgJwRKVNimK10Ur0MQVuO8sJAtnNa/00AxLuy\nWC6CAqVyH3RjZgv+5huT1OuVKXY3Djp60QgLQuqXmxsCK0WgxKWmUr8wPAYJKoZIhvcNAQcBMB0G\nCWCGSAFlAwQBKgQQT6sJrrYfZeMdx3L6u07eNYAQljDWiq6MwAeOJiXZy4zahg==\n-----END CMS-----";
 UserName = "OFTENON\\Administrator";
 
};
 
instance of MSFT_xWaitForADDomain as $MSFT_xWaitForADDomain1ref
{
ResourceID = "[xWaitForADDomain]Create";
 DomainUserCredential = $MSFT_Credential1ref;
 RetryCount = 120;
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::242::17::xWaitForADDomain";
 DomainName = "oftenon.com";
 ModuleName = "xActiveDirectory";
 RetryIntervalSec = 15;
 ModuleVersion = "3.0.0.0";
 
DependsOn = {
    "[NetAdapterName]RenameDALLAS::[ooNetwork]RenameNetwork",
     "[IPAddress]SetIPAddressDALLAS::[ooNetwork]RenameNetwork",
     "[DefaultGatewayAddress]SetDefaultGatewayAddressDALLAS::[ooNetwork]RenameNetwork",
     "[DnsServerAddress]SetDnsServerAddressDALLAS::[ooNetwork]RenameNetwork",
     "[DnsConnectionSuffix]SetDnsConnectionSuffixDALLAS::[ooNetwork]RenameNetwork",
     "[NetAdapterName]RenameDALLAS_HB::[ooNetwork]RenameNetwork",
     "[IPAddress]SetIPAddressDALLAS_HB::[ooNetwork]RenameNetwork",
     "[DnsServerAddress]SetDnsServerAddressDALLAS_HB::[ooNetwork]RenameNetwork",
     "[DnsConnectionSuffix]SetDnsConnectionSuffixDALLAS_HB::[ooNetwork]RenameNetwork"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Credential as $MSFT_Credential2ref
{
Password = "-----BEGIN CMS-----\nMIICKwYJKoZIhvcNAQcDoIICHDCCAhgCAQAxggHTMIIBzwIBADCBtjCBqDEXMBUGA1UEChMOVmly\ndHVhbCBFbmdpbmUxETAPBgNVBAsTCFRlc3QgTGFiMRwwGgYJKoZIhvcNAQkBFg1sYWJAbGFiLmxv\nY2FsMQ8wDQYDVQQHEwZPeGZvcmQxDTALBgNVBAgTBE9YT04xCzAJBgNVBAYTAkdCMS8wLQYDVQQD\nEyZWaXJ0dWFsIEVuZ2luZSBUZXN0IExhYiBSb290IEF1dGhvcml0eQIJAMRIv0r6jbtXMA0GCSqG\nSIb3DQEBBzAABIIBAKg3FV2qzWTMlWD9BQ0ICjfJ7cb2A8WBBFpaJUVEmDaTeNcTYZ8dLC8qlvci\npwFf4Nkb+Z4IAn7SnuncTDM5VQ4X1S/o9N0euLR8krgdQkkHxu40tV9tJJMlR5bUIxLm7HuSLSJD\nb/GHwyufxME2JqR8SqW8v+O+a4rXGcFZZkPvnLSjO/w5uVVafELF7s7KWXH1b2b8vE4cP3rUYlNO\nSd/MKizo7y0M4Lgkf3s2UUQAn6fd/JFozVR8CGh12HVhapYN1GCY9DjCdWoTmU1cnxJjhuIl7tMc\n1KjJVIyMK+mDCSOu40OEqVyrzxWcrNF0FGKm5gszuT3dA6cloCvJqXUwPAYJKoZIhvcNAQcBMB0G\nCWCGSAFlAwQBKgQQI+LVB2/D1Vq6D7dTjWmojIAQ6Pl0nTUag3VPr/XZRKphJA==\n-----END CMS-----";
 UserName = "OFTENON\\Administrator";
 
};
 
instance of DSC_Computer as $DSC_Computer1ref
{
ResourceID = "[Computer]Rename";
 Credential = $MSFT_Credential2ref;
 DomainName = "oftenon.com";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::254::17::Computer";
 Name = "DAC1N1";
 ModuleName = "ComputerManagementDsc";
 ModuleVersion = "8.0.0";
 
DependsOn = {
    "[xWaitForADDomain]Create"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Credential as $MSFT_Credential3ref
{
Password = "-----BEGIN CMS-----\nMIICKwYJKoZIhvcNAQcDoIICHDCCAhgCAQAxggHTMIIBzwIBADCBtjCBqDEXMBUGA1UEChMOVmly\ndHVhbCBFbmdpbmUxETAPBgNVBAsTCFRlc3QgTGFiMRwwGgYJKoZIhvcNAQkBFg1sYWJAbGFiLmxv\nY2FsMQ8wDQYDVQQHEwZPeGZvcmQxDTALBgNVBAgTBE9YT04xCzAJBgNVBAYTAkdCMS8wLQYDVQQD\nEyZWaXJ0dWFsIEVuZ2luZSBUZXN0IExhYiBSb290IEF1dGhvcml0eQIJAMRIv0r6jbtXMA0GCSqG\nSIb3DQEBBzAABIIBAH/kR6+MQIV4HuIRJKSKTfYy6X2G+iHstoGlNHKZwlhEJJeZfSRkoDW8ZJte\nqIInt+pOXdDW7TnzXJOSgo74TZCO2Pr9+BpToJvejAQVvoX7ONfj6LMgnP70bhR0n6XxovscoDot\nBcTVNa8Rqhr+Qt+xi2MERrZt6HevIyf0jo7SrszpSeQLdDl6R5vv8idsnH0dsPrVfTc1uW0X3fEF\nR83a3xEQDGpZgLL9U88Hh18lpLt6BpkrEoRHppUiNYm4SLfYi4M59L6FIf6Gcmbpty1PhHMDhxe+\nIct/hZHIcfWxfSbZL3e3vXg+a3LEvLWHsXCQtC15/ondAXiuMwS5WVEwPAYJKoZIhvcNAQcBMB0G\nCWCGSAFlAwQBKgQQVVPUgbIi6y73IS3B8YS15IAQ2nGHbSyxckLJdUpD3blDGg==\n-----END CMS-----";
 UserName = "OFTENON\\Administrator";
 
};
 
instance of MSFT_WaitForAll as $MSFT_WaitForAll1ref
{
ResourceID = "[WaitForAll]CreateLocalAdministrator";
 PsDscRunAsCredential = $MSFT_Credential3ref;
 NodeName = {
    "CHDC01"
};
 RetryCount = 120;
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::263::17::WaitForAll";
 ResourceName = "[xADUser]CreateLocalAdministrator";
 ModuleName = "PSDesiredStateConfiguration";
 RetryIntervalSec = 15;
 
ModuleVersion = "1.1";
DependsOn = {
    "[Computer]Rename"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_GroupResource as $MSFT_GroupResource1ref
{
ResourceID = "[Group]AddLocalAdministratorToAdministratorsGroup";
 MembersToInclude = {
    "OFTENON\\LocalAdministrator"
};
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::277::17::Group";
 GroupName = "Administrators";
 ModuleName = "PSDesiredStateConfiguration";
 
ModuleVersion = "1.1";
DependsOn = {
    "[WaitForAll]CreateLocalAdministrator"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Credential as $MSFT_Credential4ref
{
Password = "-----BEGIN CMS-----\nMIICKwYJKoZIhvcNAQcDoIICHDCCAhgCAQAxggHTMIIBzwIBADCBtjCBqDEXMBUGA1UEChMOVmly\ndHVhbCBFbmdpbmUxETAPBgNVBAsTCFRlc3QgTGFiMRwwGgYJKoZIhvcNAQkBFg1sYWJAbGFiLmxv\nY2FsMQ8wDQYDVQQHEwZPeGZvcmQxDTALBgNVBAgTBE9YT04xCzAJBgNVBAYTAkdCMS8wLQYDVQQD\nEyZWaXJ0dWFsIEVuZ2luZSBUZXN0IExhYiBSb290IEF1dGhvcml0eQIJAMRIv0r6jbtXMA0GCSqG\nSIb3DQEBBzAABIIBABUAGnUZmxcUkXxElaNOxdA0kip5TGyXo/xmP86PydG8zUK/YLDjz1N8kKlg\nZCler3rLj5gA/EzOIxiIix1Ztdg3r4VrlWQCxqZAt2GwTtK3DIW3EVgb4wvVXdoEMjf7SZMULUgb\nkbkCVj4T4MsxRORv/EIiPrBQFmnN0hn3Tm72d3MhzC8H4iL1e/UfwFj+dpp5elJ6V1SL+6XEzD4z\nPV5W5DsAwc4hKirFu4oMA0tBBXDhCXKyT8QZulQcsayq4l5DLc5Vsq6j9iaRccmfr/8W4Jy7tUAJ\nmwVTmO5FShjrIPyaBd7kw4HaT4PJzHbv+Z9q4jmOagcg/Mto8diLNLMwPAYJKoZIhvcNAQcBMB0G\nCWCGSAFlAwQBKgQQYSMCepdskO52TONbpClIHYAQbBdAqa5eID5CdX3JOCSneQ==\n-----END CMS-----";
 UserName = "OFTENON\\Administrator";
 
};
 
instance of MSFT_WaitForAll as $MSFT_WaitForAll2ref
{
ResourceID = "[WaitForAll]WaitForClusterC1";
 PsDscRunAsCredential = $MSFT_Credential4ref;
 NodeName = {
    "SEC1N3"
};
 RetryCount = 120;
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::306::21::WaitForAll";
 ResourceName = "[xCluster]AddNodeToClusterC1";
 ModuleName = "PSDesiredStateConfiguration";
 RetryIntervalSec = 15;
 
ModuleVersion = "1.1";
DependsOn = {
    "[WindowsFeature]Resource0::[WindowsFeatureSet]All",
     "[WindowsFeature]Resource1::[WindowsFeatureSet]All",
     "[WindowsFeature]Resource2::[WindowsFeatureSet]All",
     "[WindowsFeature]Resource3::[WindowsFeatureSet]All",
     "[WindowsFeature]Resource4::[WindowsFeatureSet]All",
     "[WindowsFeature]Resource5::[WindowsFeatureSet]All",
     "[WindowsFeature]Resource6::[WindowsFeatureSet]All",
     "[Computer]Rename"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Credential as $MSFT_Credential5ref
{
Password = "-----BEGIN CMS-----\nMIICKwYJKoZIhvcNAQcDoIICHDCCAhgCAQAxggHTMIIBzwIBADCBtjCBqDEXMBUGA1UEChMOVmly\ndHVhbCBFbmdpbmUxETAPBgNVBAsTCFRlc3QgTGFiMRwwGgYJKoZIhvcNAQkBFg1sYWJAbGFiLmxv\nY2FsMQ8wDQYDVQQHEwZPeGZvcmQxDTALBgNVBAgTBE9YT04xCzAJBgNVBAYTAkdCMS8wLQYDVQQD\nEyZWaXJ0dWFsIEVuZ2luZSBUZXN0IExhYiBSb290IEF1dGhvcml0eQIJAMRIv0r6jbtXMA0GCSqG\nSIb3DQEBBzAABIIBACQoHkXRBPfKX6Ab1FAxR7zo06Y1TbbJa6GAaNLA81Ud5MxcDZqLT3LpEM6q\nsdwUdjB8VCSXaqEBTy7MuQI3LZ0jow6+g3AkpyoVyfS0+d7dLJDuzPEMBCKQQQF240/sjWxIUQHl\nuCwSYIVQZVWho4lFCAWTyMvAHQIsJky1/oYOMY2KrZC3+rClc6wvgsxs3x1j+icbOCZ2rqjFLniz\nsfW76WaaM/i51yr4R3oYk9QmTP3WBy9ivg3fLh7TWtohfCjEIe6qr/1aIh9TjXno6MfkckNOyECB\nOVbpXZRjcmK6G9SvY/WbjN5A4/1awWgAdSiW3eFx2k6lO7jerSrtF/4wPAYJKoZIhvcNAQcBMB0G\nCWCGSAFlAwQBKgQQCcsc/jOIT6m5vD+TT2ZQSIAQGC6KoKvqr9g+qtdtkAs+VA==\n-----END CMS-----";
 UserName = "OFTENON\\Administrator";
 
};
 
instance of MSFT_xCluster as $MSFT_xCluster1ref
{
ResourceID = "[xCluster]AddNodeToClusterC1";
 IgnoreNetwork = {
    "10.0.12.0/24"
};
 StaticIPAddress = "10.0.2.21/24";
 DomainAdministratorCredential = $MSFT_Credential5ref;
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::319::21::xCluster";
 Name = "C1";
 ModuleName = "xFailOverCluster";
 ModuleVersion = "1.14.1";
 
DependsOn = {
    "[WaitForAll]WaitForClusterC1"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_ScriptResource as $MSFT_ScriptResource2ref
{
ResourceID = "[Script]AddStaticIPToClusterC1";
 GetScript = "$clusterStaticAddress = [System.Management.Automation.PSSerializer]::Deserialize('<Objs Version=\"1.1.0.1\" xmlns=\"http://schemas.microsoft.com/powershell/2004/04\">\n <Obj RefId=\"0\">\n <TN RefId=\"0\">\n <T>System.Collections.Hashtable</T>\n <T>System.Object</T>\n </TN>\n <DCT>\n <En>\n <S N=\"Key\">NetworkID</S>\n <S N=\"Value\">10.0.2.0</S>\n </En>\n <En>\n <S N=\"Key\">SubnetMask</S>\n <S N=\"Value\">255.255.255.0</S>\n </En>\n <En>\n <S N=\"Key\">CIDR</S>\n <S N=\"Value\">10.0.2.21/24</S>\n </En>\n <En>\n <S N=\"Key\">Name</S>\n <S N=\"Value\">Cluster Network DALLAS (Client)</S>\n </En>\n <En>\n <S N=\"Key\">CIDRSuffix</S>\n <I32 N=\"Value\">24</I32>\n </En>\n <En>\n <S N=\"Key\">IPAddress</S>\n <S N=\"Value\">10.0.2.21</S>\n </En>\n </DCT>\n </Obj>\n</Objs>')\n\n if (Get-ClusterResource | Where-Object { $_.ResourceType -eq 'IP Address' } | Get-ClusterParameter -Name Address | Where-Object { $_.Value -eq $clusterStaticAddress.IPAddress }) {\n @{ Result = \"true\"; }\n } else {\n @{ Result = \"false\"; }\n }\n ";
 TestScript = "$clusterStaticAddress = [System.Management.Automation.PSSerializer]::Deserialize('<Objs Version=\"1.1.0.1\" xmlns=\"http://schemas.microsoft.com/powershell/2004/04\">\n <Obj RefId=\"0\">\n <TN RefId=\"0\">\n <T>System.Collections.Hashtable</T>\n <T>System.Object</T>\n </TN>\n <DCT>\n <En>\n <S N=\"Key\">NetworkID</S>\n <S N=\"Value\">10.0.2.0</S>\n </En>\n <En>\n <S N=\"Key\">SubnetMask</S>\n <S N=\"Value\">255.255.255.0</S>\n </En>\n <En>\n <S N=\"Key\">CIDR</S>\n <S N=\"Value\">10.0.2.21/24</S>\n </En>\n <En>\n <S N=\"Key\">Name</S>\n <S N=\"Value\">Cluster Network DALLAS (Client)</S>\n </En>\n <En>\n <S N=\"Key\">CIDRSuffix</S>\n <I32 N=\"Value\">24</I32>\n </En>\n <En>\n <S N=\"Key\">IPAddress</S>\n <S N=\"Value\">10.0.2.21</S>\n </En>\n </DCT>\n </Obj>\n</Objs>')\n\n if (Get-ClusterResource | Where-Object { $_.ResourceType -eq 'IP Address' } | Get-ClusterParameter -Name Address | Where-Object { $_.Value -eq $clusterStaticAddress.IPAddress }) {\n $true\n } else {\n $false\n }\n ";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::329::21::Script";
 SetScript = "$clusterStaticAddress = [System.Management.Automation.PSSerializer]::Deserialize('<Objs Version=\"1.1.0.1\" xmlns=\"http://schemas.microsoft.com/powershell/2004/04\">\n <Obj RefId=\"0\">\n <TN RefId=\"0\">\n <T>System.Collections.Hashtable</T>\n <T>System.Object</T>\n </TN>\n <DCT>\n <En>\n <S N=\"Key\">NetworkID</S>\n <S N=\"Value\">10.0.2.0</S>\n </En>\n <En>\n <S N=\"Key\">SubnetMask</S>\n <S N=\"Value\">255.255.255.0</S>\n </En>\n <En>\n <S N=\"Key\">CIDR</S>\n <S N=\"Value\">10.0.2.21/24</S>\n </En>\n <En>\n <S N=\"Key\">Name</S>\n <S N=\"Value\">Cluster Network DALLAS (Client)</S>\n </En>\n <En>\n <S N=\"Key\">CIDRSuffix</S>\n <I32 N=\"Value\">24</I32>\n </En>\n <En>\n <S N=\"Key\">IPAddress</S>\n <S N=\"Value\">10.0.2.21</S>\n </En>\n </DCT>\n </Obj>\n</Objs>')\n\n $resourceName = \"IP Address $($clusterStaticAddress.IPAddress)\"\n Get-Cluster | Add-ClusterResource -Name $resourceName -Group 'Cluster Group' -ResourceType 'IP Address'\n Get-ClusterResource -Name $resourceName | Set-ClusterParameter -Multiple @{ Address = $clusterStaticAddress.IPAddress; Network = $clusterStaticAddress.Name; SubnetMask = $clusterStaticAddress.SubnetMask; }\n $dependencyExpression = (Get-Cluster | Get-ClusterResourceDependency -Resource 'Cluster Name').DependencyExpression\n if ($dependencyExpression -match '^\\((.*)\\)$') {\n $dependencyExpression = $Matches[1] + \" or [$resourceName]\"\n } else {\n $dependencyExpression = $dependencyExpression + \" or [$resourceName]\"\n }\n Get-Cluster | Set-ClusterResourceDependency -Resource 'Cluster Name' -Dependency $dependencyExpression\n # Without this, it won't start automatically on first try\n (Get-Cluster | Get-ClusterResource -Name $resourceName).PersistentState = 1\n ";
 ModuleName = "PSDesiredStateConfiguration";
 
ModuleVersion = "1.1";
DependsOn = {
    "[xClusterNetwork]RenameClusterNetworkC1Client",
     "[xClusterNetwork]RenameClusterNetworkC1Heartbeat"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_xClusterNetwork as $MSFT_xClusterNetwork1ref
{
ResourceID = "[xClusterNetwork]RenameClusterNetworkC1Client";
 Role = "3";
 AddressMask = "255.255.255.0";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::363::17::xClusterNetwork";
 Name = "Cluster Network DALLAS (Client)";
 Address = "10.0.2.0";
 ModuleName = "xFailOverCluster";
 ModuleVersion = "1.14.1";
 
DependsOn = {
    "[xCluster]AddNodeToClusterC1"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_xClusterNetwork as $MSFT_xClusterNetwork2ref
{
ResourceID = "[xClusterNetwork]RenameClusterNetworkC1Heartbeat";
 Role = "1";
 AddressMask = "255.255.255.0";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::372::17::xClusterNetwork";
 Name = "Cluster Network DALLAS_HB (Heartbeat)";
 Address = "10.0.12.0";
 ModuleName = "xFailOverCluster";
 ModuleVersion = "1.14.1";
 
DependsOn = {
    "[xCluster]AddNodeToClusterC1"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Credential as $MSFT_Credential6ref
{
Password = "-----BEGIN CMS-----\nMIICKwYJKoZIhvcNAQcDoIICHDCCAhgCAQAxggHTMIIBzwIBADCBtjCBqDEXMBUGA1UEChMOVmly\ndHVhbCBFbmdpbmUxETAPBgNVBAsTCFRlc3QgTGFiMRwwGgYJKoZIhvcNAQkBFg1sYWJAbGFiLmxv\nY2FsMQ8wDQYDVQQHEwZPeGZvcmQxDTALBgNVBAgTBE9YT04xCzAJBgNVBAYTAkdCMS8wLQYDVQQD\nEyZWaXJ0dWFsIEVuZ2luZSBUZXN0IExhYiBSb290IEF1dGhvcml0eQIJAMRIv0r6jbtXMA0GCSqG\nSIb3DQEBBzAABIIBADTk1xArb2ERe4Ql9Fg9jL6aO+JTzZ8CYMwKjicmsDyaV3iPwLMUv9AlTFQm\nbeQreJdgwiEMV2vFgJfjVGRU2kCvmbqCoO5JsaTGlbSNW0/rzbyqobBhbbQ2KVNPo8extt3VCSd2\nO1rX9MeqvU1dv9Bn8NENiaD270LQXV8favUPX+6HYoR0pO3IJVvVwdFhkChV4UwQtC+CGecXkBik\n8bBqjzaafO2/Fx2J2690EJN132JE18OwQJ94Ka3+rfc4fX0KjbeAp/WDMbNvvKaHG8nmBzlDfAtu\nacuA40OZOvQEVRh0z25oO4ZL2sg/J+iQvhQKj8QubeI/Fn2Q+9Na4B8wPAYJKoZIhvcNAQcBMB0G\nCWCGSAFlAwQBKgQQxbeyUmi7xZQNwsweE5ImcYAQtYmaP7WzVbR7Y9ylKm1s5g==\n-----END CMS-----";
 UserName = "OFTENON\\SQLEngineService";
 
};
 
instance of MSFT_Credential as $MSFT_Credential7ref
{
Password = "-----BEGIN CMS-----\nMIICKwYJKoZIhvcNAQcDoIICHDCCAhgCAQAxggHTMIIBzwIBADCBtjCBqDEXMBUGA1UEChMOVmly\ndHVhbCBFbmdpbmUxETAPBgNVBAsTCFRlc3QgTGFiMRwwGgYJKoZIhvcNAQkBFg1sYWJAbGFiLmxv\nY2FsMQ8wDQYDVQQHEwZPeGZvcmQxDTALBgNVBAgTBE9YT04xCzAJBgNVBAYTAkdCMS8wLQYDVQQD\nEyZWaXJ0dWFsIEVuZ2luZSBUZXN0IExhYiBSb290IEF1dGhvcml0eQIJAMRIv0r6jbtXMA0GCSqG\nSIb3DQEBBzAABIIBALOTzonxDtzf9bQomS8XvX3A3eoFEsmMB6w+WVQOpMiy8Cz6/7dtmOuGdz/p\nq61zyDbOw5KoPAjQPF2m1Zv6sH9cy9H9WDa7uW1NxUDQWS7+2AkE/tvr3QMqD4vmZqW70YiWblh2\nxXzEc3f2DK/rMNRUZS9WSrCEBoLMk5SHJ+USt180jkDb8P0z/c0AvtknYfLlANmg/4hf4T2fqKbx\n225YyMM4+Jr8LUlBNEDBJToRpXmsnGPBWdBFXtaTH8l8TcSzCRlvn0ctx3op1XfnhaofZpMXJMY1\nSvGts6kRMpZaYRTq/E5wiBwHbM2yK0+xQ9Oe8Tx0nqF3t669p/phmkwwPAYJKoZIhvcNAQcBMB0G\nCWCGSAFlAwQBKgQQQy7KDgUsSuJHl8zuNOs4WoAQ4oHjK+qLcAGjhBFCV6xdTA==\n-----END CMS-----";
 UserName = "sa";
 
};
 
instance of MSFT_SqlSetup as $MSFT_SqlSetup1ref
{
Action = "Install";
 UpdateEnabled = "True";
 SecurityMode = "SQL";
 ResourceID = "[SqlSetup]InstallSQLServer";
 InstanceName = "MSSQLSERVER";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::387::17::SqlSetup";
 UpdateSource = "\\\\CHDC01\\Resources";
 SQLSysAdminAccounts = {
    "OFTENON\\LocalAdministrator"
};
 SourcePath = "\\\\CHDC01\\Resources\\SQLServer2012";
 SQLSvcAccount = $MSFT_Credential6ref;
 ModuleVersion = "13.3.0";
 ModuleName = "SqlServerDsc";
 Features = "SQLENGINE";
 SAPwd = $MSFT_Credential7ref;
 
DependsOn = {
    "[xCluster]AddNodeToClusterC1"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_SqlWindowsFirewall as $MSFT_SqlWindowsFirewall1ref
{
ResourceID = "[SqlWindowsFirewall]AddFirewallRuleSQL";
 InstanceName = "MSSQLSERVER";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::401::17::SqlWindowsFirewall";
 Features = "SQLENGINE";
 ModuleName = "SqlServerDsc";
 ModuleVersion = "13.3.0";
 SourcePath = "\\\\CHDC01\\Resources\\SQLServer2012";
 
DependsOn = {
    "[SqlSetup]InstallSQLServer"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_SqlAlwaysOnService as $MSFT_SqlAlwaysOnService1ref
{
ResourceID = "[SqlAlwaysOnService]EnableAlwaysOn";
 ServerName = "DAC1N1";
 InstanceName = "MSSQLSERVER";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::410::17::SqlAlwaysOnService";
 ModuleName = "SqlServerDsc";
 ModuleVersion = "13.3.0";
 
DependsOn = {
    "[SqlWindowsFirewall]AddFirewallRuleSQL"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Credential as $MSFT_Credential8ref
{
Password = "-----BEGIN CMS-----\nMIICKwYJKoZIhvcNAQcDoIICHDCCAhgCAQAxggHTMIIBzwIBADCBtjCBqDEXMBUGA1UEChMOVmly\ndHVhbCBFbmdpbmUxETAPBgNVBAsTCFRlc3QgTGFiMRwwGgYJKoZIhvcNAQkBFg1sYWJAbGFiLmxv\nY2FsMQ8wDQYDVQQHEwZPeGZvcmQxDTALBgNVBAgTBE9YT04xCzAJBgNVBAYTAkdCMS8wLQYDVQQD\nEyZWaXJ0dWFsIEVuZ2luZSBUZXN0IExhYiBSb290IEF1dGhvcml0eQIJAMRIv0r6jbtXMA0GCSqG\nSIb3DQEBBzAABIIBAAWUv2LSRU08CRlRCch8vUd7KFz3cN78W/SA3amGNbOzJBtNO8D52u9nw5PF\nuZkQNmBKzMuLjWM29S01SkDo/I98W+0+qCuv7r5euQESyrc0fxuohjiMfbzZplv/inj+BcEcUOgx\nQimc1eYWLzXhLcZ+R0ABZt/ZifRVWsupkuC0hIDhfyMsJcX3FuFyiXf7fc4XP/nM055L7nuDn8JO\nXIDBfhLPKQ5GrzrDJ0RTFPu8aE3CZ1c0PfcCWExRHV25rJHBwcGWr0KyfD9CC1IqTenuH7ZXgFmC\nEkSdpLfJO/oxvM4JKfTzqQKb2W7Jj1NgNMZOcdAN4ckOQNMHqoWDb9QwPAYJKoZIhvcNAQcBMB0G\nCWCGSAFlAwQBKgQQ9wUJBVnSDcbx+wX1aoDp7YAQMAFb2BC3Xul2SflVjoLYEA==\n-----END CMS-----";
 UserName = "OFTENON\\LocalAdministrator";
 
};
 
instance of MSFT_SqlServerLogin as $MSFT_SqlServerLogin1ref
{
ResourceID = "[SqlServerLogin]CreateLoginForAG";
 PsDscRunAsCredential = $MSFT_Credential8ref;
 ServerName = "DAC1N1";
 InstanceName = "MSSQLSERVER";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::418::17::SqlServerLogin";
 Name = "OFTENON\\SQLEngineService";
 ModuleName = "SqlServerDsc";
 ModuleVersion = "13.3.0";
 
DependsOn = {
    "[SqlSetup]InstallSQLServer"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_SqlServerEndpoint as $MSFT_SqlServerEndpoint1ref
{
ResourceID = "[SqlServerEndpoint]CreateHadrEndpoint";
 ServerName = "DAC1N1";
 InstanceName = "MSSQLSERVER";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::428::17::SqlServerEndpoint";
 EndpointName = "Hadr_endpoint";
 ModuleName = "SqlServerDsc";
 Port = 5022;
 ModuleVersion = "13.3.0";
 
DependsOn = {
    "[SqlAlwaysOnService]EnableAlwaysOn"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Credential as $MSFT_Credential9ref
{
Password = "-----BEGIN CMS-----\nMIICKwYJKoZIhvcNAQcDoIICHDCCAhgCAQAxggHTMIIBzwIBADCBtjCBqDEXMBUGA1UEChMOVmly\ndHVhbCBFbmdpbmUxETAPBgNVBAsTCFRlc3QgTGFiMRwwGgYJKoZIhvcNAQkBFg1sYWJAbGFiLmxv\nY2FsMQ8wDQYDVQQHEwZPeGZvcmQxDTALBgNVBAgTBE9YT04xCzAJBgNVBAYTAkdCMS8wLQYDVQQD\nEyZWaXJ0dWFsIEVuZ2luZSBUZXN0IExhYiBSb290IEF1dGhvcml0eQIJAMRIv0r6jbtXMA0GCSqG\nSIb3DQEBBzAABIIBAHt4IKwy1KA9IddMN8t/zsB30KnYblIJ1ntGi40zOS3m5RL40rcLu1QjHV9h\n0mHmmY2D65lA5m6idHaj5VfBKE2smt9t36fmB2I30+ejAi6pqGn497uSbrti77BfQIWdhWqL4jw0\nIZLiYURbiPv7btO/8hcXbyDqP60ubwr2lBtF1qKY6lHyRO6fz5cl+TdRow9oYEqxrWRpS1ZC6qr7\nIfn6D5/fCZ66v1MPVXNg1IJec2wbDyHz0gaY/fCRQI6AE2jhJ4rftdLwMpjWJPEGvBJXm0Ec28tV\nn328UevhkvkVAOXqOSK5ZenYiVwHj/bcqAa5FstaZaoGQ1P2MkYeAREwPAYJKoZIhvcNAQcBMB0G\nCWCGSAFlAwQBKgQQBFBLwn6hjJ/qtN2+hFHYB4AQUcOVzuAqz8VXK6NDOjY+Ww==\n-----END CMS-----";
 UserName = "OFTENON\\LocalAdministrator";
 
};
 
instance of MSFT_SqlServerEndpointPermission as $MSFT_SqlServerEndpointPermission1ref
{
ResourceID = "[SqlServerEndpointPermission]AddLoginForAGEndpointPermission";
 Permission = "CONNECT";
 PsDscRunAsCredential = $MSFT_Credential9ref;
 ServerName = "DAC1N1";
 InstanceName = "MSSQLSERVER";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::438::17::SqlServerEndpointPermission";
 Name = "Hadr_endpoint";
 ModuleName = "SqlServerDsc";
 Principal = "OFTENON\\SQLEngineService";
 ModuleVersion = "13.3.0";
 
DependsOn = {
    "[SqlServerEndpoint]CreateHadrEndpoint",
     "[SqlServerLogin]CreateLoginForAG"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Credential as $MSFT_Credential10ref
{
Password = "-----BEGIN CMS-----\nMIICKwYJKoZIhvcNAQcDoIICHDCCAhgCAQAxggHTMIIBzwIBADCBtjCBqDEXMBUGA1UEChMOVmly\ndHVhbCBFbmdpbmUxETAPBgNVBAsTCFRlc3QgTGFiMRwwGgYJKoZIhvcNAQkBFg1sYWJAbGFiLmxv\nY2FsMQ8wDQYDVQQHEwZPeGZvcmQxDTALBgNVBAgTBE9YT04xCzAJBgNVBAYTAkdCMS8wLQYDVQQD\nEyZWaXJ0dWFsIEVuZ2luZSBUZXN0IExhYiBSb290IEF1dGhvcml0eQIJAMRIv0r6jbtXMA0GCSqG\nSIb3DQEBBzAABIIBAGKJQAY6I/6wKTKw7IR14uqsbqFcVnegu+0Mtp3cn+QUIZJOJWKVSdG5/SWO\n6n75Q/Ngh49RGG0kIUZ2p1V0SH1IUAERRbEju1R8rzVX0eTkoFqtyMx4i6dIbnk2LppUGozadBkf\nvGeRdtJxcVIuCUTm2oOGQ0bR22iZ5v7V20yLUimwC0xhk8JNYYq/v8Nh5j6ANHSAxpaEa4Dh4BrJ\nm2exD9/zfyDOQvby4fVwxu3fjSvAkAtbwtYhAQO9BoJzwU191wkp2AQ7hkioWNaBpZfXvjpiO9xu\naZd26HmlexrV++5ihZjB9hVOOZEG7RNP1w4OFiKxqfwg7sJawjUDKbMwPAYJKoZIhvcNAQcBMB0G\nCWCGSAFlAwQBKgQQffo6lFQxB7QViuhtxtXGmIAQoYNhlww0V7SF52aUdR13cg==\n-----END CMS-----";
 UserName = "OFTENON\\LocalAdministrator";
 
};
 
instance of MSFT_SqlServerPermission as $MSFT_SqlServerPermission1ref
{
ResourceID = "[SqlServerPermission]AddPermissionsForAGMembership";
 Permission = {
    "AlterAnyAvailabilityGroup",
    "ViewServerState"
};
 PsDscRunAsCredential = $MSFT_Credential10ref;
 ServerName = "DAC1N1";
 InstanceName = "MSSQLSERVER";
 Ensure = "Present";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::450::17::SqlServerPermission";
 ModuleName = "SqlServerDsc";
 Principal = "NT AUTHORITY\\SYSTEM";
 ModuleVersion = "13.3.0";
 
DependsOn = {
    "[SqlSetup]InstallSQLServer"};
 ConfigurationName = "OftenOn";
};
instance of MSFT_Credential as $MSFT_Credential11ref
{
Password = "-----BEGIN CMS-----\nMIICKwYJKoZIhvcNAQcDoIICHDCCAhgCAQAxggHTMIIBzwIBADCBtjCBqDEXMBUGA1UEChMOVmly\ndHVhbCBFbmdpbmUxETAPBgNVBAsTCFRlc3QgTGFiMRwwGgYJKoZIhvcNAQkBFg1sYWJAbGFiLmxv\nY2FsMQ8wDQYDVQQHEwZPeGZvcmQxDTALBgNVBAgTBE9YT04xCzAJBgNVBAYTAkdCMS8wLQYDVQQD\nEyZWaXJ0dWFsIEVuZ2luZSBUZXN0IExhYiBSb290IEF1dGhvcml0eQIJAMRIv0r6jbtXMA0GCSqG\nSIb3DQEBBzAABIIBAEKcwtj7qpB1yivVd9i68yeoIqnbLMN37BNCc85wMd/8HEpFpSusy9ZmITvJ\n2Ok6XzTm0TvVm8qqWnw9T5yeNJbYXg7Qwc8ZwM5w3qVhS2ouNcGd23Nx/VxTpq4870ujv+xPguY3\n9SLqIuW9GozyulGSs5CiBznvWZlSqgHPQ/U6qXzmY8sLNMGMNimBS6ohkteKKtjXJti2Kw9aaQab\nerdGkHPESPjX7zsKzsdgawFos0y8zmsyQsFliFjItAxI70ogOP97ChQDFCWqntwmkd6WYujslDVA\nHG4bc15v1DByj/MDVKfWtLToTkGPlUrFg9+9ztvhgY7Xu7NJgH2J09AwPAYJKoZIhvcNAQcBMB0G\nCWCGSAFlAwQBKgQQbeXQEwf0eNPW5lPg4fqOB4AQRGp6KEt+yu+bCnJQde9+eQ==\n-----END CMS-----";
 UserName = "OFTENON\\LocalAdministrator";
 
};
 
instance of MSFT_WaitForAll as $MSFT_WaitForAll3ref
{
ResourceID = "[WaitForAll]WaitForAG1L";
 PsDscRunAsCredential = $MSFT_Credential11ref;
 NodeName = {
    "SEC1N1"
};
 RetryCount = 120;
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::588::25::WaitForAll";
 ResourceName = "[SqlAGListener]CreateListenerAG1L";
 ModuleName = "PSDesiredStateConfiguration";
 RetryIntervalSec = 15;
 
ModuleVersion = "1.1";
 ConfigurationName = "OftenOn";
};
instance of MSFT_Credential as $MSFT_Credential12ref
{
Password = "-----BEGIN CMS-----\nMIICKwYJKoZIhvcNAQcDoIICHDCCAhgCAQAxggHTMIIBzwIBADCBtjCBqDEXMBUGA1UEChMOVmly\ndHVhbCBFbmdpbmUxETAPBgNVBAsTCFRlc3QgTGFiMRwwGgYJKoZIhvcNAQkBFg1sYWJAbGFiLmxv\nY2FsMQ8wDQYDVQQHEwZPeGZvcmQxDTALBgNVBAgTBE9YT04xCzAJBgNVBAYTAkdCMS8wLQYDVQQD\nEyZWaXJ0dWFsIEVuZ2luZSBUZXN0IExhYiBSb290IEF1dGhvcml0eQIJAMRIv0r6jbtXMA0GCSqG\nSIb3DQEBBzAABIIBAL/TC/noCAjlXALW5mR7C8dulBSas4yAELm5uGt9SOg/+H/TrUb9EIUyzcTP\n30VAOP8Oek2XJFzLoH1D/PbxiOU9Sn/yKpChToS8QGps3hT8kkl7hw4uCWorSqBwT+nYFChH1xas\naAJmwWJudzoc2Gf1Prrc/33DLZo/iJ1ncXrbvucy2AYeiPuCd3WfNA1XRF1JTAixF7vF17hOSk9T\npTWSH8SkW+ys07llHscHBtc+H5//mskySWuvKdq/W9EC8wc1l4pgFqSAaR2mVCJhgyI0OCCguKtq\nFIGAtdJlfwzNoQ2k2FYO5kv645RHL3yN4QRr/bLIRbEQ7MLqk/9pSXQwPAYJKoZIhvcNAQcBMB0G\nCWCGSAFlAwQBKgQQcl76JHaO8AyjgnT7BLTGfYAQyNKvgxQedksOaDDKBLPNng==\n-----END CMS-----";
 UserName = "OFTENON\\LocalAdministrator";
 
};
 
instance of MSFT_SqlAGReplica as $MSFT_SqlAGReplica1ref
{
AvailabilityGroupName = "AG1";
 ServerName = "DAC1N1";
 Name = "DAC1N1";
 PrimaryReplicaServerName = "SEC1N1";
 ReadOnlyRoutingConnectionUrl = "tcp://DAC1N1:1433";
 ConnectionModeInSecondaryRole = "AllowAllConnections";
 FailoverMode = "Automatic";
 PsDscRunAsCredential = $MSFT_Credential12ref;
 ResourceID = "[SqlAGReplica]AddReplicaToAvailabilityGroupAG1";
 Ensure = "Present";
 ConnectionModeInPrimaryRole = "AllowAllConnections";
 InstanceName = "MSSQLSERVER";
 SourceInfo = "C:\\Git\\OftenOn\\oftenon\\Configuration\\OftenOn.ps1::597::25::SqlAGReplica";
 AvailabilityMode = "SynchronousCommit";
 ModuleVersion = "13.3.0";
 ModuleName = "SqlServerDsc";
 PrimaryReplicaInstanceName = "MSSQLSERVER";
 
DependsOn = {
    "[WaitForAll]WaitForAG1L"};
 ConfigurationName = "OftenOn";
};
instance of OMI_ConfigurationDocument
  
                    {
 Version="2.0.0";
   
                        MinimumCompatibleVersion = "2.0.0";
   
                        CompatibleVersionAdditionalProperties= {"Omi_BaseResource:ConfigurationName"};
   
                        Author="cody";
   
                        GenerationDate="02/19/2020 09:52:07";
   
                        GenerationHost="THINKY";
  
                        ContentType="PasswordEncrypted";
   
                        Name="OftenOn";
  
                    };