PSGetModuleInfo.xml

<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
  <Obj RefId="0">
    <TN RefId="0">
      <T>Microsoft.PowerShell.Commands.PSRepositoryItemInfo</T>
      <T>System.Management.Automation.PSCustomObject</T>
      <T>System.Object</T>
    </TN>
    <MS>
      <S N="Name">xSQLServer</S>
      <Version N="Version">9.0.0.0</Version>
      <S N="Type">Module</S>
      <S N="Description">Module with DSC Resources for deployment and configuration of Microsoft SQL Server.</S>
      <S N="Author">Microsoft Corporation</S>
      <S N="CompanyName">PowerShellTeam</S>
      <S N="Copyright">(c) 2017 Microsoft Corporation. All rights reserved.</S>
      <DT N="PublishedDate">2017-11-15T23:43:06-08:00</DT>
      <Obj N="InstalledDate" RefId="1">
        <DT>2018-01-24T09:31:25.5839836-08:00</DT>
        <MS>
          <Obj N="DisplayHint" RefId="2">
            <TN RefId="1">
              <T>Microsoft.PowerShell.Commands.DisplayHintType</T>
              <T>System.Enum</T>
              <T>System.ValueType</T>
              <T>System.Object</T>
            </TN>
            <ToString>DateTime</ToString>
            <I32>2</I32>
          </Obj>
        </MS>
      </Obj>
      <Nil N="UpdatedDate" />
      <URI N="LicenseUri">https://github.com/PowerShell/xSQLServer/blob/master/LICENSE</URI>
      <URI N="ProjectUri">https://github.com/PowerShell/xSQLServer</URI>
      <Nil N="IconUri" />
      <Obj N="Tags" RefId="3">
        <TN RefId="2">
          <T>System.Object[]</T>
          <T>System.Array</T>
          <T>System.Object</T>
        </TN>
        <LST>
          <S>DesiredStateConfiguration</S>
          <S>DSC</S>
          <S>DSCResourceKit</S>
          <S>DSCResource</S>
          <S>PSModule</S>
        </LST>
      </Obj>
      <Obj N="Includes" RefId="4">
        <TN RefId="3">
          <T>System.Collections.Hashtable</T>
          <T>System.Object</T>
        </TN>
        <DCT>
          <En>
            <S N="Key">Function</S>
            <Obj N="Value" RefId="5">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">RoleCapability</S>
            <Obj N="Value" RefId="6">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Command</S>
            <Obj N="Value" RefId="7">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">DscResource</S>
            <Obj N="Value" RefId="8">
              <TNRef RefId="2" />
              <LST>
                <S>xSQLServerAlias</S>
                <S>xSQLServerAlwaysOnAvailabilityGroup</S>
                <S>xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership</S>
                <S>xSQLServerAlwaysOnAvailabilityGroupReplica</S>
                <S>xSQLServerAlwaysOnService</S>
                <S>xSQLServerAvailabilityGroupListener</S>
                <S>xSQLServerConfiguration</S>
                <S>xSQLServerDatabase</S>
                <S>xSQLServerDatabaseDefaultLocation</S>
                <S>xSQLServerDatabaseOwner</S>
                <S>xSQLServerDatabasePermission</S>
                <S>xSQLServerDatabaseRecoveryModel</S>
                <S>xSQLServerDatabaseRole</S>
                <S>xSQLServerEndpoint</S>
                <S>xSQLServerEndpointPermission</S>
                <S>xSQLServerEndpointState</S>
                <S>xSQLServerFirewall</S>
                <S>xSQLServerLogin</S>
                <S>xSQLServerMaxDop</S>
                <S>xSQLServerMemory</S>
                <S>xSQLServerNetwork</S>
                <S>xSQLServerPermission</S>
                <S>xSQLServerReplication</S>
                <S>xSQLServerRole</S>
                <S>xSQLServerRSConfig</S>
                <S>xSQLServerRSSecureConnectionLevel</S>
                <S>xSQLServerScript</S>
                <S>xSQLServerServiceAccount</S>
                <S>xSQLServerSetup</S>
                <S>xWaitForAvailabilityGroup</S>
              </LST>
            </Obj>
          </En>
          <En>
            <S N="Key">Workflow</S>
            <Obj N="Value" RefId="9">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Cmdlet</S>
            <Obj N="Value" RefId="10">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
        </DCT>
      </Obj>
      <Nil N="PowerShellGetFormatVersion" />
      <S N="ReleaseNotes">- Changes to xSQLServer_x000D__x000A_ - Updated Pester syntax to v4_x000D__x000A_ - Fixes broken links to issues in the CHANGELOG.md._x000D__x000A_- Changes to xSQLServerDatabase_x000D__x000A_ - Added parameter to specify collation for a database to be different from server_x000D__x000A_ collation ([issue 767](https://github.com/PowerShell/xSQLServer/issues/767))._x000D__x000A_ - Fixed unit tests for Get-TargetResource to ensure correctly testing return_x000D__x000A_ values ([issue 849](https://github.com/PowerShell/xSQLServer/issues/849))_x000D__x000A_- Changes to xSQLServerAlwaysOnAvailabilityGroup_x000D__x000A_ - Refactored the unit tests to allow them to be more user friendly and to test_x000D__x000A_ additional SQLServer variations._x000D__x000A_ - Each test will utilize the Import-SQLModuleStub to ensure the correct_x000D__x000A_ module is loaded ([issue 784](https://github.com/PowerShell/xSQLServer/issues/784))._x000D__x000A_ - Fixed an issue when setting the SQLServer parameter to a Fully Qualified_x000D__x000A_ Domain Name (FQDN) ([issue 468](https://github.com/PowerShell/xSQLServer/issues/468))._x000D__x000A_ - Fixed the logic so that if a parameter is not supplied to the resource, the_x000D__x000A_ resource will not attempt to apply the defaults on subsequent checks_x000D__x000A_ ([issue 517](https://github.com/PowerShell/xSQLServer/issues/517))._x000D__x000A_ - Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified,_x000D__x000A_ the resource will only determine if a change is needed if the target node_x000D__x000A_ is the active host of the SQL Server instance ([issue 868](https://github.com/PowerShell/xSQLServer/issues/868))._x000D__x000A_- Changes to xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership_x000D__x000A_ - Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified,_x000D__x000A_ the resource will only determine if a change is needed if the target node_x000D__x000A_ is the active host of the SQL Server instance ([issue 869](https://github.com/PowerShell/xSQLServer/issues/869))._x000D__x000A_- Changes to xSQLServerAlwaysOnAvailabilityGroupReplica_x000D__x000A_ - Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified,_x000D__x000A_ the resource will only determine if a change is needed if the target node is_x000D__x000A_ the active host of the SQL Server instance ([issue 870](https://github.com/PowerShell/xSQLServer/issues/870))._x000D__x000A_- Added the CommonTestHelper.psm1 to store common testing functions._x000D__x000A_ - Added the Import-SQLModuleStub function to ensure the correct version of the_x000D__x000A_ module stubs are loaded ([issue 784](https://github.com/PowerShell/xSQLServer/issues/784))._x000D__x000A_- Changes to xSQLServerMemory_x000D__x000A_ - Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified,_x000D__x000A_ the resource will only determine if a change is needed if the target node_x000D__x000A_ is the active host of the SQL Server instance ([issue 867](https://github.com/PowerShell/xSQLServer/issues/867))._x000D__x000A_- Changes to xSQLServerNetwork_x000D__x000A_ - BREAKING CHANGE: Renamed parameter TcpDynamicPorts to TcpDynamicPort and_x000D__x000A_ changed type to Boolean ([issue 534](https://github.com/PowerShell/xSQLServer/issues/534))._x000D__x000A_ - Resolved issue when switching from dynamic to static port._x000D__x000A_ configuration ([issue 534](https://github.com/PowerShell/xSQLServer/issues/534))._x000D__x000A_ - Added localization (en-US) for all strings in resource and unit tests_x000D__x000A_ ([issue 618](https://github.com/PowerShell/xSQLServer/issues/618))._x000D__x000A_ - Updated examples to reflect new parameters._x000D__x000A_- Changes to xSQLServerRSConfig_x000D__x000A_ - Added examples_x000D__x000A_- Added resource_x000D__x000A_ - xSQLServerDatabaseDefaultLocation_x000D__x000A_ ([issue 656](https://github.com/PowerShell/xSQLServer/issues/656))_x000D__x000A_- Changes to xSQLServerEndpointPermission_x000D__x000A_ - Fixed a problem when running the tests locally in a PowerShell console it_x000D__x000A_ would ask for parameters ([issue 897](https://github.com/PowerShell/xSQLServer/issues/897))._x000D__x000A_- Changes to xSQLServerAvailabilityGroupListener_x000D__x000A_ - Fixed a problem when running the tests locally in a PowerShell console it_x000D__x000A_ would ask for parameters ([issue 897](https://github.com/PowerShell/xSQLServer/issues/897))._x000D__x000A_- Changes to xSQLServerMaxDop_x000D__x000A_ - Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified,_x000D__x000A_ the resource will only determine if a change is needed if the target node_x000D__x000A_ is the active host of the SQL Server instance ([issue 882](https://github.com/PowerShell/xSQLServer/issues/882)).</S>
      <Obj N="Dependencies" RefId="11">
        <TNRef RefId="2" />
        <LST />
      </Obj>
      <S N="RepositorySourceLocation">https://www.powershellgallery.com/api/v2/</S>
      <S N="Repository">PSGallery</S>
      <S N="PackageManagementProvider">NuGet</S>
      <Obj N="AdditionalMetadata" RefId="12">
        <TN RefId="4">
          <T>System.Management.Automation.PSCustomObject</T>
          <T>System.Object</T>
        </TN>
        <MS>
          <S N="copyright">(c) 2017 Microsoft Corporation. All rights reserved.</S>
          <S N="description">Module with DSC Resources for deployment and configuration of Microsoft SQL Server.</S>
          <S N="requireLicenseAcceptance">True</S>
          <S N="releaseNotes">- Changes to xSQLServer_x000D__x000A_ - Updated Pester syntax to v4_x000D__x000A_ - Fixes broken links to issues in the CHANGELOG.md._x000D__x000A_- Changes to xSQLServerDatabase_x000D__x000A_ - Added parameter to specify collation for a database to be different from server_x000D__x000A_ collation ([issue 767](https://github.com/PowerShell/xSQLServer/issues/767))._x000D__x000A_ - Fixed unit tests for Get-TargetResource to ensure correctly testing return_x000D__x000A_ values ([issue 849](https://github.com/PowerShell/xSQLServer/issues/849))_x000D__x000A_- Changes to xSQLServerAlwaysOnAvailabilityGroup_x000D__x000A_ - Refactored the unit tests to allow them to be more user friendly and to test_x000D__x000A_ additional SQLServer variations._x000D__x000A_ - Each test will utilize the Import-SQLModuleStub to ensure the correct_x000D__x000A_ module is loaded ([issue 784](https://github.com/PowerShell/xSQLServer/issues/784))._x000D__x000A_ - Fixed an issue when setting the SQLServer parameter to a Fully Qualified_x000D__x000A_ Domain Name (FQDN) ([issue 468](https://github.com/PowerShell/xSQLServer/issues/468))._x000D__x000A_ - Fixed the logic so that if a parameter is not supplied to the resource, the_x000D__x000A_ resource will not attempt to apply the defaults on subsequent checks_x000D__x000A_ ([issue 517](https://github.com/PowerShell/xSQLServer/issues/517))._x000D__x000A_ - Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified,_x000D__x000A_ the resource will only determine if a change is needed if the target node_x000D__x000A_ is the active host of the SQL Server instance ([issue 868](https://github.com/PowerShell/xSQLServer/issues/868))._x000D__x000A_- Changes to xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership_x000D__x000A_ - Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified,_x000D__x000A_ the resource will only determine if a change is needed if the target node_x000D__x000A_ is the active host of the SQL Server instance ([issue 869](https://github.com/PowerShell/xSQLServer/issues/869))._x000D__x000A_- Changes to xSQLServerAlwaysOnAvailabilityGroupReplica_x000D__x000A_ - Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified,_x000D__x000A_ the resource will only determine if a change is needed if the target node is_x000D__x000A_ the active host of the SQL Server instance ([issue 870](https://github.com/PowerShell/xSQLServer/issues/870))._x000D__x000A_- Added the CommonTestHelper.psm1 to store common testing functions._x000D__x000A_ - Added the Import-SQLModuleStub function to ensure the correct version of the_x000D__x000A_ module stubs are loaded ([issue 784](https://github.com/PowerShell/xSQLServer/issues/784))._x000D__x000A_- Changes to xSQLServerMemory_x000D__x000A_ - Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified,_x000D__x000A_ the resource will only determine if a change is needed if the target node_x000D__x000A_ is the active host of the SQL Server instance ([issue 867](https://github.com/PowerShell/xSQLServer/issues/867))._x000D__x000A_- Changes to xSQLServerNetwork_x000D__x000A_ - BREAKING CHANGE: Renamed parameter TcpDynamicPorts to TcpDynamicPort and_x000D__x000A_ changed type to Boolean ([issue 534](https://github.com/PowerShell/xSQLServer/issues/534))._x000D__x000A_ - Resolved issue when switching from dynamic to static port._x000D__x000A_ configuration ([issue 534](https://github.com/PowerShell/xSQLServer/issues/534))._x000D__x000A_ - Added localization (en-US) for all strings in resource and unit tests_x000D__x000A_ ([issue 618](https://github.com/PowerShell/xSQLServer/issues/618))._x000D__x000A_ - Updated examples to reflect new parameters._x000D__x000A_- Changes to xSQLServerRSConfig_x000D__x000A_ - Added examples_x000D__x000A_- Added resource_x000D__x000A_ - xSQLServerDatabaseDefaultLocation_x000D__x000A_ ([issue 656](https://github.com/PowerShell/xSQLServer/issues/656))_x000D__x000A_- Changes to xSQLServerEndpointPermission_x000D__x000A_ - Fixed a problem when running the tests locally in a PowerShell console it_x000D__x000A_ would ask for parameters ([issue 897](https://github.com/PowerShell/xSQLServer/issues/897))._x000D__x000A_- Changes to xSQLServerAvailabilityGroupListener_x000D__x000A_ - Fixed a problem when running the tests locally in a PowerShell console it_x000D__x000A_ would ask for parameters ([issue 897](https://github.com/PowerShell/xSQLServer/issues/897))._x000D__x000A_- Changes to xSQLServerMaxDop_x000D__x000A_ - Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified,_x000D__x000A_ the resource will only determine if a change is needed if the target node_x000D__x000A_ is the active host of the SQL Server instance ([issue 882](https://github.com/PowerShell/xSQLServer/issues/882)).</S>
          <S N="isLatestVersion">True</S>
          <S N="isAbsoluteLatestVersion">True</S>
          <S N="versionDownloadCount">6635</S>
          <S N="downloadCount">66645</S>
          <S N="packageSize">406470</S>
          <S N="published">11/15/2017 11:43:06 PM -08:00</S>
          <S N="created">11/15/2017 11:43:06 PM -08:00</S>
          <S N="tags">DesiredStateConfiguration DSC DSCResourceKit DSCResource PSModule PSDscResource_x005F_xSQLServerAlias PSDscResource_x005F_xSQLServerAlwaysOnAvailabilityGroup PSDscResource_x005F_xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership PSDscResource_x005F_xSQLServerAlwaysOnAvailabilityGroupReplica PSDscResource_x005F_xSQLServerAlwaysOnService PSDscResource_x005F_xSQLServerAvailabilityGroupListener PSDscResource_x005F_xSQLServerConfiguration PSDscResource_x005F_xSQLServerDatabase PSDscResource_x005F_xSQLServerDatabaseDefaultLocation PSDscResource_x005F_xSQLServerDatabaseOwner PSDscResource_x005F_xSQLServerDatabasePermission PSDscResource_x005F_xSQLServerDatabaseRecoveryModel PSDscResource_x005F_xSQLServerDatabaseRole PSDscResource_x005F_xSQLServerEndpoint PSDscResource_x005F_xSQLServerEndpointPermission PSDscResource_x005F_xSQLServerEndpointState PSDscResource_x005F_xSQLServerFirewall PSDscResource_x005F_xSQLServerLogin PSDscResource_x005F_xSQLServerMaxDop PSDscResource_x005F_xSQLServerMemory PSDscResource_x005F_xSQLServerNetwork PSDscResource_x005F_xSQLServerPermission PSDscResource_x005F_xSQLServerReplication PSDscResource_x005F_xSQLServerRole PSDscResource_x005F_xSQLServerRSConfig PSDscResource_x005F_xSQLServerRSSecureConnectionLevel PSDscResource_x005F_xSQLServerScript PSDscResource_x005F_xSQLServerServiceAccount PSDscResource_x005F_xSQLServerSetup PSDscResource_x005F_xWaitForAvailabilityGroup PSIncludes_DscResource</S>
          <S N="developmentDependency">False</S>
          <S N="updated">2018-01-24T17:18:25Z</S>
          <S N="NormalizedVersion">9.0.0</S>
          <S N="IsPrerelease">false</S>
          <S N="ItemType">Module</S>
          <S N="FileList">xSQLServer.nuspec|CHANGELOG.md|CONTRIBUTING.md|LICENSE|README.md|xSQLServer.psd1|xSQLServerHelper.psm1|DSCResources\CommonResourceHelper.psm1|DSCResources\MSFT_x005F_xSQLServerAlias\MSFT_x005F_xSQLServerAlias.psm1|DSCResources\MSFT_x005F_xSQLServerAlias\MSFT_x005F_xSQLServerAlias.schema.mof|DSCResources\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroup\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroup.psm1|DSCResources\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroup\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroup.schema.mof|DSCResources\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership.psm1|DSCResources\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership.schema.mof|DSCResources\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership\en-US\about_x005F_xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership.help.txt|DSCResources\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership\en-US\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership.strings.psd1|DSCResources\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroupReplica\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroupReplica.psm1|DSCResources\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroupReplica\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroupReplica.schema.mof|DSCResources\MSFT_x005F_xSQLServerAlwaysOnService\MSFT_x005F_xSQLServerAlwaysOnService.psm1|DSCResources\MSFT_x005F_xSQLServerAlwaysOnService\MSFT_x005F_xSQLServerAlwaysOnService.schema.mof|DSCResources\MSFT_x005F_xSQLServerAvailabilityGroupListener\MSFT_x005F_xSQLServerAvailabilityGroupListener.psm1|DSCResources\MSFT_x005F_xSQLServerAvailabilityGroupListener\MSFT_x005F_xSQLServerAvailabilityGroupListener.schema.mof|DSCResources\MSFT_x005F_xSQLServerConfiguration\MSFT_x005F_xSQLServerConfiguration.psm1|DSCResources\MSFT_x005F_xSQLServerConfiguration\MSFT_x005F_xSQLServerConfiguration.schema.mof|DSCResources\MSFT_x005F_xSQLServerDatabase\MSFT_x005F_xSQLServerDatabase.psm1|DSCResources\MSFT_x005F_xSQLServerDatabase\MSFT_x005F_xSQLServerDatabase.schema.mof|DSCResources\MSFT_x005F_xSQLServerDatabaseDefaultLocation\MSFT_x005F_xSQLServerDatabaseDefaultLocation.psm1|DSCResources\MSFT_x005F_xSQLServerDatabaseDefaultLocation\MSFT_x005F_xSQLServerDatabaseDefaultLocation.schema.mof|DSCResources\MSFT_x005F_xSQLServerDatabaseDefaultLocation\en-US\MSFT_x005F_xSQLServerDatabaseDefaultLocation.strings.psd1|DSCResources\MSFT_x005F_xSQLServerDatabaseOwner\MSFT_x005F_xSQLServerDatabaseOwner.psm1|DSCResources\MSFT_x005F_xSQLServerDatabaseOwner\MSFT_x005F_xSQLServerDatabaseOwner.schema.mof|DSCResources\MSFT_x005F_xSQLServerDatabasePermission\MSFT_x005F_xSQLServerDatabasePermission.psm1|DSCResources\MSFT_x005F_xSQLServerDatabasePermission\MSFT_x005F_xSQLServerDatabasePermission.schema.mof|DSCResources\MSFT_x005F_xSQLServerDatabaseRecoveryModel\MSFT_x005F_xSQLServerDatabaseRecoveryModel.psm1|DSCResources\MSFT_x005F_xSQLServerDatabaseRecoveryModel\MSFT_x005F_xSQLServerDatabaseRecoveryModel.schema.mof|DSCResources\MSFT_x005F_xSQLServerDatabaseRole\MSFT_x005F_xSQLServerDatabaseRole.psm1|DSCResources\MSFT_x005F_xSQLServerDatabaseRole\MSFT_x005F_xSQLServerDatabaseRole.schema.mof|DSCResources\MSFT_x005F_xSQLServerEndpoint\MSFT_x005F_xSQLServerEndpoint.psm1|DSCResources\MSFT_x005F_xSQLServerEndpoint\MSFT_x005F_xSQLServerEndpoint.schema.mof|DSCResources\MSFT_x005F_xSQLServerEndpointPermission\MSFT_x005F_xSQLServerEndpointPermission.psm1|DSCResources\MSFT_x005F_xSQLServerEndpointPermission\MSFT_x005F_xSQLServerEndpointPermission.schema.mof|DSCResources\MSFT_x005F_xSQLServerEndpointState\MSFT_x005F_xSQLServerEndpointState.psm1|DSCResources\MSFT_x005F_xSQLServerEndpointState\MSFT_x005F_xSQLServerEndpointState.schema.mof|DSCResources\MSFT_x005F_xSQLServerFirewall\MSFT_x005F_xSQLServerFirewall.psm1|DSCResources\MSFT_x005F_xSQLServerFirewall\MSFT_x005F_xSQLServerFirewall.schema.mof|DSCResources\MSFT_x005F_xSQLServerLogin\MSFT_x005F_xSQLServerLogin.psm1|DSCResources\MSFT_x005F_xSQLServerLogin\MSFT_x005F_xSQLServerLogin.schema.mof|DSCResources\MSFT_x005F_xSQLServerMaxDop\MSFT_x005F_xSQLServerMaxDop.psm1|DSCResources\MSFT_x005F_xSQLServerMaxDop\MSFT_x005F_xSQLServerMaxDop.schema.mof|DSCResources\MSFT_x005F_xSQLServerMemory\MSFT_x005F_xSQLServerMemory.psm1|DSCResources\MSFT_x005F_xSQLServerMemory\MSFT_x005F_xSQLServerMemory.schema.mof|DSCResources\MSFT_x005F_xSQLServerNetwork\MSFT_x005F_xSQLServerNetwork.psm1|DSCResources\MSFT_x005F_xSQLServerNetwork\MSFT_x005F_xSQLServerNetwork.schema.mof|DSCResources\MSFT_x005F_xSQLServerNetwork\en-US\MSFT_x005F_xSQLServerNetwork.strings.psd1|DSCResources\MSFT_x005F_xSQLServerPermission\MSFT_x005F_xSQLServerPermission.psm1|DSCResources\MSFT_x005F_xSQLServerPermission\MSFT_x005F_xSQLServerPermission.schema.mof|DSCResources\MSFT_x005F_xSQLServerReplication\MSFT_x005F_xSQLServerReplication.psm1|DSCResources\MSFT_x005F_xSQLServerReplication\MSFT_x005F_xSQLServerReplication.schema.mof|DSCResources\MSFT_x005F_xSQLServerRole\MSFT_x005F_xSQLServerRole.psm1|DSCResources\MSFT_x005F_xSQLServerRole\MSFT_x005F_xSQLServerRole.schema.mof|DSCResources\MSFT_x005F_xSQLServerRSConfig\MSFT_x005F_xSQLServerRSConfig.psm1|DSCResources\MSFT_x005F_xSQLServerRSConfig\MSFT_x005F_xSQLServerRSConfig.schema.mof|DSCResources\MSFT_x005F_xSQLServerRSSecureConnectionLevel\MSFT_x005F_xSQLServerRSSecureConnectionLevel.psm1|DSCResources\MSFT_x005F_xSQLServerRSSecureConnectionLevel\MSFT_x005F_xSQLServerRSSecureConnectionLevel.schema.mof|DSCResources\MSFT_x005F_xSQLServerScript\MSFT_x005F_xSQLServerScript.psm1|DSCResources\MSFT_x005F_xSQLServerScript\MSFT_x005F_xSQLServerScript.schema.mof|DSCResources\MSFT_x005F_xSQLServerServiceAccount\MSFT_x005F_xSQLServerServiceAccount.psm1|DSCResources\MSFT_x005F_xSQLServerServiceAccount\MSFT_x005F_xSQLServerServiceAccount.schema.mof|DSCResources\MSFT_x005F_xSQLServerServiceAccount\en-US\MSFT_x005F_xSQLServerServiceAccount.strings.psd1|DSCResources\MSFT_x005F_xSQLServerSetup\MSFT_x005F_xSQLServerSetup.psm1|DSCResources\MSFT_x005F_xSQLServerSetup\MSFT_x005F_xSQLServerSetup.schema.mof|DSCResources\MSFT_x005F_xSQLServerSetup\en-US\MSFT_x005F_xSQLServerSetup.strings.psd1|DSCResources\MSFT_x005F_xSQLServerSetup\sv-SE\MSFT_x005F_xSQLServerSetup.strings.psd1|DSCResources\MSFT_x005F_xWaitForAvailabilityGroup\MSFT_x005F_xWaitForAvailabilityGroup.psm1|DSCResources\MSFT_x005F_xWaitForAvailabilityGroup\MSFT_x005F_xWaitForAvailabilityGroup.schema.mof|en-US\xSQLServerHelper.strings.psd1|Examples\DSCClusterSqlBuild.ps1|Examples\DSCFCISqlBuild.ps1|Examples\DSCSqlBuild.ps1|Examples\DSCSQLBuildEncrypted.ps1|Examples\SQL-ClusterDB.ps1|Examples\SQL-Standalone.ps1|Examples\SQLPush_SingleServer.ps1|Examples\Resources\xSQLServerAlias\1-AddSQLServerAlias.ps1|Examples\Resources\xSQLServerAlias\2-RemoveSQLServerAlias.ps1|Examples\Resources\xSQLServerAlwaysOnAvailabilityGroup\1-CreateAvailabilityGroup.ps1|Examples\Resources\xSQLServerAlwaysOnAvailabilityGroup\2-RemoveAvailabilityGroup.ps1|Examples\Resources\xSQLServerAlwaysOnAvailabilityGroup\3-CreateAvailabilityGroupDetailed.ps1|Examples\Resources\xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership\1-AddDatabasesToAvailabilityGroup.ps1|Examples\Resources\xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership\2-RemoveDatabasesFromAvailabilityGroup.ps1|Examples\Resources\xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership\3-MatchDefinedDatabasesInAvailabilityGroup.ps1|Examples\Resources\xSQLServerAlwaysOnAvailabilityGroupReplica\1-CreateAvailabilityGroupReplica.ps1|Examples\Resources\xSQLServerAlwaysOnAvailabilityGroupReplica\2-RemoveAvailabilityGroupReplica.ps1|Examples\Resources\xSQLServerAlwaysOnService\1-EnableAlwaysOn.ps1|Examples\Resources\xSQLServerAlwaysOnService\2-DisableAlwaysOn.ps1|Examples\Resources\xSQLServerAvailabilityGroupListener\1-AddAvailabilityGroupListenerWithSameNameAsVCO.ps1|Examples\Resources\xSQLServerAvailabilityGroupListener\2-AddAvailabilityGroupListenerWithDifferentNameAsVCO.ps1|Examples\Resources\xSQLServerAvailabilityGroupListener\3-RemoveAvailabilityGroupListenerWithSameNameAsVCO.ps1|Examples\Resources\xSQLServerAvailabilityGroupListener\4-RemoveAvailabilityGroupListenerWithDifferentNameAsVCO.ps1|Examples\Resources\xSQLServerAvailabilityGroupListener\5-AddAvailabilityGroupListenerUsingDHCPWithDefaultServerSubnet.ps1|Examples\Resources\xSQLServerAvailabilityGroupListener\6-AddAvailabilityGroupListenerUsingDHCPWithSpecificSubnet.ps1|Examples\Resources\xSQLServerConfiguration\1-ConfigureTwoInstancesOnTheSameServerToEnableClr.ps1|Examples\Resources\xSQLServerConfiguration\2-ConfigureInstanceToEnablePriorityBoost.ps1|Examples\Resources\xSQLServerDatabase\1-CreateDatabase.ps1|Examples\Resources\xSQLServerDatabase\2-DeleteDatabase.ps1|Examples\Resources\xSQLServerDatabaseDefaultLocation\1-SetDatabaseDefaultLocation.ps1|Examples\Resources\xSQLServerDatabaseOwner\1-SetDatabaseOwner.ps1|Examples\Resources\xSQLServerDatabasePermission\1-GrantDatabasePermissions.ps1|Examples\Resources\xSQLServerDatabasePermission\2-RevokeDatabasePermissions.ps1|Examples\Resources\xSQLServerDatabasePermission\3-DenyDatabasePermissions.ps1|Examples\Resources\xSQLServerDatabaseRecoveryModel\1-SetDatabaseRecoveryModel.ps1|Examples\Resources\xSQLServerDatabaseRole\1-AddDatabaseRole.ps1|Examples\Resources\xSQLServerDatabaseRole\2-RemoveDatabaseRole.ps1|Examples\Resources\xSQLServerEndpoint\1-CreateEndpointWithDefaultValues.ps1|Examples\Resources\xSQLServerEndpoint\2-CreateEndpointWithSpecificPortAndIPAddress.ps1|Examples\Resources\xSQLServerEndpoint\3-RemoveEndpoint.ps1|Examples\Resources\xSQLServerEndpointPermission\1-AddConnectPermission.ps1|Examples\Resources\xSQLServerEndpointPermission\2-RemoveConnectPermission.ps1|Examples\Resources\xSQLServerEndpointPermission\3-AddConnectPermissionToAlwaysOnPrimaryAndSecondaryReplicaEachWithDifferentSqlServiceAccounts.ps1|Examples\Resources\xSQLServerEndpointPermission\4-RemoveConnectPermissionToAlwaysOnPrimaryAndSecondaryReplicaEachWithDifferentSqlServiceAccounts.ps1|Examples\Resources\xSQLServerEndpointState\1-MakeSureEndpointIsStarted.ps1|Examples\Resources\xSQLServerEndpointState\2-MakeSureEndpointIsStopped.ps1|Examples\Resources\xSQLServerFirewall\1-CreateInboundFirewallRules.ps1|Examples\Resources\xSQLServerFirewall\2-RemoveInboundFirewallRules.ps1|Examples\Resources\xSQLServerLogin\1-AddLogin.ps1|Examples\Resources\xSQLServerLogin\2-RemoveLogin.ps1|Examples\Resources\xSQLServerMaxDop\1-SetMaxDopToOne.ps1|Examples\Resources\xSQLServerMaxDop\2-SetMaxDopToAuto.ps1|Examples\Resources\xSQLServerMaxDop\3-SetMaxDopToDefault.ps1|Examples\Resources\xSQLServerMemory\1-SetMaxMemoryTo12GB.ps1|Examples\Resources\xSQLServerMemory\2-SetMaxMemoryToAuto.ps1|Examples\Resources\xSQLServerMemory\3-SetMinMemoryToFixedValueAndMaxMemoryToAuto.ps1|Examples\Resources\xSQLServerMemory\4-SetMaxMemoryToDefault.ps1|Examples\Resources\xSQLServerNetwork\1-EnableTcpIpWithStaticPort.ps1|Examples\Resources\xSQLServerNetwork\2-EnableTcpIpWithDynamicPort.ps1|Examples\Resources\xSQLServerPermission\1-AddServerPermissionForLogin.ps1|Examples\Resources\xSQLServerPermission\2-RemoveServerPermissionForLogin.ps1|Examples\Resources\xSQLServerReplication\1-ConfigureInstanceAsDistributor.ps1|Examples\Resources\xSQLServerReplication\2-ConfigureInstanceAsPublisher.ps1|Examples\Resources\xSQLServerRole\1-AddServerRole.ps1|Examples\Resources\xSQLServerRole\2-RemoveServerRole.ps1|Examples\Resources\xSQLServerRole\3-AddMembersToServerRole.ps1|Examples\Resources\xSQLServerRole\4-MembersToIncludeInServerRole.ps1|Examples\Resources\xSQLServerRole\5-MembersToExcludeInServerRole.ps1|Examples\Resources\xSQLServerRSConfig\1-DefaultConfiguration.ps1|Examples\Resources\xSQLServerRSConfig\2-CustomConfiguration.ps1|Examples\Resources\xSQLServerScript\1-RunScriptUsingSQLAuthentication.ps1|Examples\Resources\xSQLServerScript\2-RunScriptUsingWindowsAuthentication.ps1|Examples\Resources\xSQLServerServiceAccount\1-ConfigureServiceAccount-UserAccount.ps1|Examples\Resources\xSQLServerServiceAccount\2-ConfigureServiceAccount-VirtualAccount.ps1|Examples\Resources\xSQLServerSetup\1-InstallDefaultInstanceSingleServer.ps1|Examples\Resources\xSQLServerSetup\2-InstallNamedInstanceSingleServer.ps1|Examples\Resources\xSQLServerSetup\3-InstallNamedInstanceSingleServerFromUncPathUsingSourceCredential.ps1|Examples\Resources\xSQLServerSetup\4-InstallNamedInstanceInFailoverClusterFirstNode.ps1|Examples\Resources\xSQLServerSetup\5-InstallNamedInstanceInFailoverClusterSecondNode.ps1|Examples\Resources\xWaitForAvailabilityGroup\1-WaitForASingleClusterGroup.ps1|Examples\Resources\xWaitForAvailabilityGroup\2-WaitForMultipleClusterGroups.ps1|sv-SE\xSQLServerHelper.strings.psd1|Tests\xSQLServerCommon.Tests.ps1|Tests\Integration\MSFT_x005F_xSQLServerAlwaysOnService.config.ps1|Tests\Integration\MSFT_x005F_xSQLServerAlwaysOnService.Integration.Tests.ps1|Tests\Integration\MSFT_x005F_xSQLServerDatabaseDefaultLocation.config.ps1|Tests\Integration\MSFT_x005F_xSQLServerDatabaseDefaultLocation.Integration.Tests.ps1|Tests\Integration\MSFT_x005F_xSQLServerRSConfig.config.ps1|Tests\Integration\MSFT_x005F_xSQLServerRSConfig.Integration.Tests.ps1|Tests\Integration\MSFT_x005F_xSQLServerSetup.config.ps1|Tests\Integration\MSFT_x005F_xSQLServerSetup.Integration.Tests.ps1|Tests\TestHelpers\CommonTestHelper.psm1|Tests\Unit\CommonResourceHelper.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerAlias.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroup.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerAlwaysOnAvailabilityGroupReplica.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerAlwaysOnService.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerAvailabilityGroupListener.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerConfiguration.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerDatabase.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerDatabaseDefaultLocation.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerDatabaseOwner.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerDatabasePermission.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerDatabaseRecoveryModel.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerDatabaseRole.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerEndpoint.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerEndpointPermission.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerEndpointState.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerFirewall.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerLogin.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerMaxDop.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerMemory.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerNetwork.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerPermission.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerReplication.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerRole.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerRSConfig.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerScript.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerServiceAccount.Tests.ps1|Tests\Unit\MSFT_x005F_xSQLServerSetup.Tests.ps1|Tests\Unit\MSFT_x005F_xWaitForAvailabilityGroup.Tests.ps1|Tests\Unit\xSQLServerHelper.Tests.ps1|Tests\Unit\Stubs\SMO.cs|Tests\Unit\Stubs\SqlPowerShellSqlExecutionException.cs|Tests\Unit\Stubs\SQLPSStub.psm1|Tests\Unit\Stubs\SQLServerStub.psm1|Tests\Unit\Stubs\Write-ModuleStubFile.ps1</S>
          <S N="GUID">74e9ddb5-4cbc-4fa2-a222-2bcfb533fd66</S>
          <S N="PowerShellVersion">5.0</S>
          <S N="CLRVersion">4.0</S>
          <S N="CompanyName">Microsoft Corporation</S>
        </MS>
      </Obj>
      <S N="InstalledLocation">C:\Program Files\WindowsPowerShell\Modules\xSQLServer\9.0.0.0</S>
    </MS>
  </Obj>
</Objs>