[置顶] [3] Window PowerShell DSC 学习系列----如何在PowerShell DSC 5.x 安装最新的DSC Module?

时间:2023-01-26 00:36:36

在PowerShell DSC 4.0的版本的时候,所有的resource Kit必须从一个网站上下载,然后拷贝到相应的目录,比如

PS C:\Users\rodneyzhu.BEIJING> get-ChildItem -Path Env:\PSModulePath|Format-List
Name : PSModulePath
Value : C:\Users\rodneyzhu.BEIJING\Documents\WindowsPowerShell\Modules;C:\Program
Files\WindowsPowerShell\Modules;C:\windows\system32\WindowsPowerShell\v1.0\Modules\;C:\opscode\chefdk\modules\

,但是在PowerShell DSC 5.x 中有很大的变化,可以直接支持,Find-Module和Find-DSCResouce的方式列出所有的DSC Kit的模块和所有的DSCD的资源。下面笔者在最新的PowerShell DSC 5.1 的版本中列出所有的DSC Module和DSC Resource:


@列出所有的最新的DSC的Module

# To list all modules that are part of the DSC Resource Kit
PS> Find-Module -Tag DSCResourceKit
Version    Name                                Repository           Description                                        
-------    ----                                ----------           -----------                                        
2.3.0.0    PSDscResources                      PSGallery            This module contains the standard DSC resources.   
3.1.0.0    xNetworking                         PSGallery            Module with DSC Resources for Networking area      
1.16.0.0   xWebAdministration                  PSGallery            Module with DSC Resources for Web Administration   
5.1.0.0    xPSDesiredStateConfiguration        PSGallery            The xPSDesiredStateConfiguration module is a par...
2.16.0.0   xActiveDirectory                    PSGallery            The xActiveDirectory module is originally part o...
1.9.0.0    xComputerManagement                 PSGallery            The xComputerManagement module is originally par...
1.9.0.0    xDSCResourceDesigner                PSGallery            This module is meant to assist with the developm...
4.0.0.0    xSQLServer                          PSGallery            Module with DSC Resources for deployment and con...
0.3.0.0    xPendingReboot                      PSGallery            This module identifies pending reboots in Window...
2.9.0.0    xStorage                            PSGallery            This module contains all resources related to th...
1.1.0.0    xRemoteDesktopAdmin                 PSGallery            Module with DSC Resources for enabling adminsitr...
2.3.0.0    xCertificate                        PSGallery            This module includes DSC resources that simplify...
1.6.0.0    xTimeZone                           PSGallery            This DSC Resources can easily set the System Tim...
2.0.0.0    xSmbShare                           PSGallery            Module with DSC Resources for SmbShare area        
2.5.0.0    xWindowsUpdate                      PSGallery            Module with DSC Resources for Windows Update       
1.2.0.0    xSystemSecurity                     PSGallery            Handles Windows related security settings like U...
1.1.0.0    xCredSSP                            PSGallery            Module with DSC Resources for WSMan CredSSP.       
1.7.0.0    xDnsServer                          PSGallery            Module with DSC Resources for DNS Server area      
2.6.0.0    xDscDiagnostics                     PSGallery            Module to help in reading details from DSC events  
1.0.0.0    xReleaseManagement                  PSGallery            Host a custom DSC Resource to transform files ba...
1.5.0.0    xDhcpServer                         PSGallery            Module with DSC Resources for DHCP Server area     
3.6.0.0    xHyper-V                            PSGallery            Module with DSC Resources for Hyper-V area         
0.12.0.0   xSharePoint                         PSGallery            This DSC module is used to deploy and configure ...
1.2.0.0    xFirefox                            PSGallery            Firefox Main module                                
2.0.0.0    xRobocopy                           PSGallery            This module is used to facilitate large file cop...
1.12.0.0   xExchange                           PSGallery            This DSC Module allows you to configure many dif...
1.2.0.0    xWebDeploy                          PSGallery            DSC resources for installing an IIS site using t...
1.4.0.0    xSqlPs                              PSGallery            SQL module.                                        
1.0        xDisk                               PSGallery            THIS MODULE HAS BEEN DEPRECATED, PLEASE USE xSto...
1.1.0.0    xWinEventLog                        PSGallery            Configure Windows Event Logs                       
0.2.0.0    xAzure                              PSGallery            Module with DSC Resources for Azure Resources      
1.5.0.0    xDatabase                           PSGallery            This module contains 2 resources. xDatabase allo...
1.1.0.0    xChrome                             PSGallery            PowerShell Desired State Configuration (DSC) mod...
1.1.0.0    xPowerShellExecutionPolicy          PSGallery            This DSC Resources can change the user preferenc...
1.3.3.0    xSCOM                               PSGallery            Module with DSC Resources for deployment and con...
1.6.0.0    xFailOverCluster                    PSGallery            Module containing DSC resources used to configur...
1.3.0.0    xRemoteDesktopSessionHost           PSGallery            Module with DSC Resources for Remote Desktop Ses...
1.0        xOU                                 PSGallery            Module containing PowerShell Desired State Confi...
1.2.4.0    xSCVMM                              PSGallery            Module with DSC Resources for deployment and con...
1.1.0.0    xWordPress                          PSGallery            Module with DSC Resources for configuring WordPress
1.1.0.0    xDismFeature                        PSGallery            Module with DSC Resources for Deployment Image S...
1.5.0.0    SharePointDSC                       PSGallery            This DSC module is used to deploy and configure ...
2.1.0.0    xMySql                              PSGallery            Module for installing an instance of mySQL         
1.2.0.0    xSCDPM                              PSGallery            Module with DSC Resources for deployment and con...
1.1.0.0    xAdcsDeployment                     PSGallery            The xCertificateServices module can be used to i...
1.0.0      xInternetExplorerHomePage           PSGallery            This DSC Resources can easily set an URL for the...
1.3.0.0    xSCSR                               PSGallery            Module with DSC Resources for deployment and con...
1.3.1.0    xSCSPF                              PSGallery            Module with DSC Resources for deployment and con...
1.0.0      xWindowsRestore                     PSGallery            This DSC Module includes 2 DSC resources, xSyste...
1.4.0.0    xAzurePack                          PSGallery            Module with DSC Resources for deployment and con...
1.5.0.0    xSCSMA                              PSGallery            Module with DSC Resources for deployment and con...
1.1.0.0    xBitlocker                          PSGallery            This DSC Module allows you to configure Bitlocke...
0.2.0.0    xDefender                           PSGallery            The xDefender allows you to configure Windows De...
1.0.0.0    xWindowsEventForwarding             PSGallery            This module can be used to manage configuration ...
1.0.0.1    xSafeHarbor                         PSGallery            Module containing example of creating safe envir...
1.2.0.0    xPhp                                PSGallery            Module for configuring PHP                         
1.0.0.1    cFileShare                          PSGallery            The cFileShare module is a part of the ALM Range...
3.0.0.0    cHyper-V                            PSGallery            Module with DSC Resources for Hyper-V Networking   
1.0.8      x7Zip                               PSGallery            Powershell DSC Configuration Script for installi...
1.0.7      xNmap                               PSGallery            Powershell DSC Configuration Script for installi...
3.1.0.0    xDFS                                PSGallery            DSC resources for configuring Distributed File S...
0.3.0.0    DscResourceTestHelper               PSGallery            Helper functions for DSC Resource tests            
0.3.0.0    DscResourceCommonTests              PSGallery            Common Tests for DSC resources                     
1.0.8      xThunderbird                        PSGallery            Powershell DSC Configuration Script for installi...
1.0.0.1    cAzureStorage                       PSGallery            Sample Azure Storage DSC resource that copies fi...
1.1.0.0    SystemLocaleDsc                     PSGallery            This DSC Resource allows configuration of the Wi...
0.1.0.0    WebAdministrationDsc                PSGallery            Module with DSC Resources for Web Administration   
1.2.0      cDscDocker                          PSGallery            DSC Resource for Docker Provisioning. Presently ...
0.2.0.0    OfficeOnlineServerDsc               PSGallery            The OfficeOnlineServerDsc module provides the ab...
0.2        cSNMP                               PSGallery            Module with DSC Resources for handling SNMP conf...
1.0.1.0    cPowerShellPackageManagement        PSGallery            cPowerShellPackageManagement DSC Resource          
1.5        cSABnzbd                            PSGallery            DSC resources for installing and configuring SAB...
1.2        cSonarr                             PSGallery            DSC resources for installing and configuring Son...
1.0        cCouchPotato                        PSGallery            DSC resources for installing and configuring Cou...
1.0.0.0    AuditPolicyDsc                      PSGallery            The AuditPolicyDsc module allows you to configur...



@列出所有的最新的DSC 模块(Module)中的可用的资源(Resource)

 
# To list all DSC resources from all sources 
PS> Find-DscResource
Name                                Version    ModuleName                          Repository                          
----                                -------    ----------                          ----------                          
Group                               2.3.0.0    PSDscResources                      PSGallery                           
GroupSet                            2.3.0.0    PSDscResources                      PSGallery                           
Registry                            2.3.0.0    PSDscResources                      PSGallery                           
Script                              2.3.0.0    PSDscResources                      PSGallery                           
Service                             2.3.0.0    PSDscResources                      PSGallery                           
ServiceSet                          2.3.0.0    PSDscResources                      PSGallery                           
User                                2.3.0.0    PSDscResources                      PSGallery                           
WindowsFeature                      2.3.0.0    PSDscResources                      PSGallery                           
WindowsFeatureSet                   2.3.0.0    PSDscResources                      PSGallery                           
WindowsOptionalFeature              2.3.0.0    PSDscResources                      PSGallery                           
WindowsOptionalFeatureSet           2.3.0.0    PSDscResources                      PSGallery                           
WindowsPackageCab                   2.3.0.0    PSDscResources                      PSGallery                           
WindowsProcess                      2.3.0.0    PSDscResources                      PSGallery                           
ProcessSet                          2.3.0.0    PSDscResources                      PSGallery                           
Carbon_EnvironmentVariable          2.4.0      Carbon                              PSGallery                           
Carbon_FirewallRule                 2.4.0      Carbon                              PSGallery                           
Carbon_Group                        2.4.0      Carbon                              PSGallery                           
Carbon_IniFile                      2.4.0      Carbon                              PSGallery                           
Carbon_Permission                   2.4.0      Carbon                              PSGallery                           
Carbon_Privilege                    2.4.0      Carbon                              PSGallery                           
Carbon_ScheduledTask                2.4.0      Carbon                              PSGallery                           
Carbon_Service                      2.4.0      Carbon                              PSGallery                           
xDefaultGatewayAddress              3.1.0.0    xNetworking                         PSGallery                           
xDHCPClient                         3.1.0.0    xNetworking                         PSGallery                           
xDnsClientGlobalSetting             3.1.0.0    xNetworking                         PSGallery                           
xDnsConnectionSuffix                3.1.0.0    xNetworking                         PSGallery                           
xDNSServerAddress                   3.1.0.0    xNetworking                         PSGallery                           
xFirewall                           3.1.0.0    xNetworking                         PSGallery                           
xHostsFile                          3.1.0.0    xNetworking                         PSGallery                           
xIPAddress                          3.1.0.0    xNetworking                         PSGallery                           
xNetAdapterBinding                  3.1.0.0    xNetworking                         PSGallery                           
xNetAdapterRDMA                     3.1.0.0    xNetworking                         PSGallery                           
xNetBIOS                            3.1.0.0    xNetworking                         PSGallery                           
xNetConnectionProfile               3.1.0.0    xNetworking                         PSGallery                           
xNetworkTeam                        3.1.0.0    xNetworking                         PSGallery                           
xNetworkTeamInterface               3.1.0.0    xNetworking                         PSGallery                           
xRoute                              3.1.0.0    xNetworking                         PSGallery                           
xIisFeatureDelegation               1.16.0.0   xWebAdministration                  PSGallery                           
xIisHandler                         1.16.0.0   xWebAdministration                  PSGallery                           
xIisLogging                         1.16.0.0   xWebAdministration                  PSGallery                           
xIisMimeTypeMapping                 1.16.0.0   xWebAdministration                  PSGallery                           
xIisModule                          1.16.0.0   xWebAdministration                  PSGallery                           
xSSLSettings                        1.16.0.0   xWebAdministration                  PSGallery                           
xWebApplication                     1.16.0.0   xWebAdministration                  PSGallery                           
xWebAppPool                         1.16.0.0   xWebAdministration                  PSGallery                           
xWebAppPoolDefaults                 1.16.0.0   xWebAdministration                  PSGallery                           
xWebConfigKeyValue                  1.16.0.0   xWebAdministration                  PSGallery                           
xWebsite                            1.16.0.0   xWebAdministration                  PSGallery                           
xWebSiteDefaults                    1.16.0.0   xWebAdministration                  PSGallery                           
xWebVirtualDirectory                1.16.0.0   xWebAdministration                  PSGallery                           
xArchive                            5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xDSCWebService                      5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xEnvironment                        5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xFileUpload                         5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xGroup                              5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xGroupSet                           5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xPackage                            5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xProcessSet                         5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xPSEndpoint                         5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xRegistry                           5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xRemoteFile                         5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xScript                             5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xService                            5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xServiceSet                         5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xUser                               5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xWindowsFeature                     5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xWindowsFeatureSet                  5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xWindowsOptionalFeature             5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xWindowsOptionalFeatureSet          5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xWindowsPackageCab                  5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xWindowsProcess                     5.1.0.0    xPSDesiredStateConfiguration        PSGallery                           
xADComputer                         2.16.0.0   xActiveDirectory                    PSGallery                           
xADDomain                           2.16.0.0   xActiveDirectory                    PSGallery                           
xADDomainController                 2.16.0.0   xActiveDirectory                    PSGallery                           
xADDomainDefaultPasswordPolicy      2.16.0.0   xActiveDirectory                    PSGallery                           
xADDomainTrust                      2.16.0.0   xActiveDirectory                    PSGallery                           
xADGroup                            2.16.0.0   xActiveDirectory                    PSGallery                           
xADOrganizationalUnit               2.16.0.0   xActiveDirectory                    PSGallery                           
xADRecycleBin                       2.16.0.0   xActiveDirectory                    PSGallery                           
xADUser                             2.16.0.0   xActiveDirectory                    PSGallery                           
xWaitForADDomain                    2.16.0.0   xActiveDirectory                    PSGallery                           
xComputer                           1.9.0.0    xComputerManagement                 PSGallery                           
xOfflineDomainJoin                  1.9.0.0    xComputerManagement                 PSGallery                           
xPowerPlan                          1.9.0.0    xComputerManagement                 PSGallery                           
xScheduledTask                      1.9.0.0    xComputerManagement                 PSGallery                           
xSQLAOGroupEnsure                   4.0.0.0    xSQLServer                          PSGallery                           
xSQLAOGroupJoin                     4.0.0.0    xSQLServer                          PSGallery                           
xSQLDatabaseRecoveryModel           4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerAlias                     4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerAlwaysOnService           4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerAvailabilityGroupListener 4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerConfiguration             4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerDatabase                  4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerDatabaseOwner             4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerDatabasePermissions       4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerDatabaseRole              4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerEndpoint                  4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerEndpointPermission        4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerEndpointState             4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerFailoverClusterSetup      4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerFirewall                  4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerLogin                     4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerMaxDop                    4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerMemory                    4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerNetwork                   4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerPermission                4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerReplication               4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerRole                      4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerRSConfig                  4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerRSSecureConnectionLevel   4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerScript                    4.0.0.0    xSQLServer                          PSGallery                           
xSQLServerSetup                     4.0.0.0    xSQLServer                          PSGallery                           
xWaitForAvailabilityGroup           4.0.0.0    xSQLServer                          PSGallery                           
xPendingReboot                      0.3.0.0    xPendingReboot                      PSGallery                           
xDisk                               2.9.0.0    xStorage                            PSGallery                           
xDiskAccessPath                     2.9.0.0    xStorage                            PSGallery                           
xMountImage                         2.9.0.0    xStorage                            PSGallery                           
xWaitForDisk                        2.9.0.0    xStorage                            PSGallery                           
xWaitForVolume                      2.9.0.0    xStorage                            PSGallery                           
xCertificateImport                  2.3.0.0    xCertificate                        PSGallery                           
xCertReq                            2.3.0.0    xCertificate                        PSGallery                           
xPfxImport                          2.3.0.0    xCertificate                        PSGallery                           
xTimeZone                           1.6.0.0    xTimeZone                           PSGallery                           
xSmbShare                           2.0.0.0    xSmbShare                           PSGallery                           
cChocoInstaller                     2.3.0.0    cChoco                              PSGallery                           
cChocoPackageInstaller              2.3.0.0    cChoco                              PSGallery                           
cChocoPackageInstallerSet           2.3.0.0    cChoco                              PSGallery                           
cChocoSource                        2.3.0.0    cChoco                              PSGallery                           
xHotfix                             2.5.0.0    xWindowsUpdate                      PSGallery                           
xMicrosoftUpdate                    2.5.0.0    xWindowsUpdate                      PSGallery                           
xWindowsUpdateAgent                 2.5.0.0    xWindowsUpdate                      PSGallery                           
xRemoteDesktopAdmin                 1.1.0.0    xRemoteDesktopAdmin                 PSGallery                           
cAccountAdministrativeTemplateSe... 2.0.2      PolicyFileEditor                    PSGallery                           
cAdministrativeTemplateSetting      2.0.2      PolicyFileEditor                    PSGallery                           
Nuget                               1.3.3      NuGet                               PSGallery                           
PSRepo                              1.3.3      NuGet                               PSGallery                           
PackageRepo                         1.3.3      NuGet                               PSGallery                           
Nuget_Module                        1.3.3      NuGet                               PSGallery                           
Nuget_Package                       1.3.3      NuGet                               PSGallery                           
xFileSystemAccessRule               1.2.0.0    xSystemSecurity                     PSGallery                           
xIEEsc                              1.2.0.0    xSystemSecurity                     PSGallery                           
xUac                                1.2.0.0    xSystemSecurity                     PSGallery                           
xCredSSP                            1.1.0.0    xCredSSP                            PSGallery                           
xDnsARecord                         1.7.0.0    xDnsServer                          PSGallery                           
xDnsRecord                          1.7.0.0    xDnsServer                          PSGallery                           
xDnsServerADZone                    1.7.0.0    xDnsServer                          PSGallery                           
xDnsServerForwarder                 1.7.0.0    xDnsServer                          PSGallery                           
xDnsServerPrimaryZone               1.7.0.0    xDnsServer                          PSGallery                           
xDnsServerSecondaryZone             1.7.0.0    xDnsServer                          PSGallery                           
xDnsServerZoneTransfer              1.7.0.0    xDnsServer                          PSGallery                           
xJeaEndPoint                        0.2.16.6   xJea                                PSGallery                           
xJeaToolKit                         0.2.16.6   xJea                                PSGallery                           
xDhcpServerAuthorization            1.5.0.0    xDhcpServer                         PSGallery                           
xDhcpServerOption                   1.5.0.0    xDhcpServer                         PSGallery                           
xDhcpServerReservation              1.5.0.0    xDhcpServer                         PSGallery                           
xDhcpServerScope                    1.5.0.0    xDhcpServer                         PSGallery                           
xVHD                                3.6.0.0    xHyper-V                            PSGallery                           
xVhdFile                            3.6.0.0    xHyper-V                            PSGallery                           
xVMHyperV                           3.6.0.0    xHyper-V                            PSGallery                           
xVMSwitch                           3.6.0.0    xHyper-V                            PSGallery                           
xTokenize                           1.0.0.0    xReleaseManagement                  PSGallery                           
xSPAlternateUrl                     0.12.0.0   xSharePoint                         PSGallery                           
xSPAntivirusSettings                0.12.0.0   xSharePoint                         PSGallery                           
xSPAppCatalog                       0.12.0.0   xSharePoint                         PSGallery                           
xSPAppDomain                        0.12.0.0   xSharePoint                         PSGallery                           
xSPAppManagementServiceApp          0.12.0.0   xSharePoint                         PSGallery                           
xSPBCSServiceApp                    0.12.0.0   xSharePoint                         PSGallery                           
xSPCacheAccounts                    0.12.0.0   xSharePoint                         PSGallery                           
xSPCreateFarm                       0.12.0.0   xSharePoint                         PSGallery                           
xSPDatabaseAAG                      0.12.0.0   xSharePoint                         PSGallery                           
xSPDesignerSettings                 0.12.0.0   xSharePoint                         PSGallery                           
xSPDiagnosticLoggingSettings        0.12.0.0   xSharePoint                         PSGallery                           
xSPDistributedCacheService          0.12.0.0   xSharePoint                         PSGallery                           
xSPFarmAdministrators               0.12.0.0   xSharePoint                         PSGallery                           
xSPFarmSolution                     0.12.0.0   xSharePoint                         PSGallery                           
xSPFeature                          0.12.0.0   xSharePoint                         PSGallery                           
xSPHealthAnalyzerRuleState          0.12.0.0   xSharePoint                         PSGallery                           
xSPInstall                          0.12.0.0   xSharePoint                         PSGallery                           
xSPInstallPrereqs                   0.12.0.0   xSharePoint                         PSGallery                           
xSPJoinFarm                         0.12.0.0   xSharePoint                         PSGallery                           
xSPManagedAccount                   0.12.0.0   xSharePoint                         PSGallery                           
xSPManagedMetaDataServiceApp        0.12.0.0   xSharePoint                         PSGallery                           
xSPManagedPath                      0.12.0.0   xSharePoint                         PSGallery                           
xSPOutgoingEmailSettings            0.12.0.0   xSharePoint                         PSGallery                           
xSPPasswordChangeSettings           0.12.0.0   xSharePoint                         PSGallery                           
xSPQuotaTemplate                    0.12.0.0   xSharePoint                         PSGallery                           
xSPSearchIndexPartition             0.12.0.0   xSharePoint                         PSGallery                           
xSPSearchServiceApp                 0.12.0.0   xSharePoint                         PSGallery                           
xSPSearchTopology                   0.12.0.0   xSharePoint                         PSGallery                           
xSPSecureStoreServiceApp            0.12.0.0   xSharePoint                         PSGallery                           
xSPServiceAppPool                   0.12.0.0   xSharePoint                         PSGallery                           
xSPServiceInstance                  0.12.0.0   xSharePoint                         PSGallery                           
xSPSessionStateService              0.12.0.0   xSharePoint                         PSGallery                           
xSPShellAdmins                      0.12.0.0   xSharePoint                         PSGallery                           
xSPSite                             0.12.0.0   xSharePoint                         PSGallery                           
xSPStateServiceApp                  0.12.0.0   xSharePoint                         PSGallery                           
xSPSubscriptionSettingsServiceApp   0.12.0.0   xSharePoint                         PSGallery                           
xSPTimerJobState                    0.12.0.0   xSharePoint                         PSGallery                           
xSPUsageApplication                 0.12.0.0   xSharePoint                         PSGallery                           
xSPUserProfileProperty              0.12.0.0   xSharePoint                         PSGallery                           
xSPUserProfileServiceApp            0.12.0.0   xSharePoint                         PSGallery                           
xSPUserProfileSyncConnection        0.12.0.0   xSharePoint                         PSGallery                           
xSPUserProfileSyncService           0.12.0.0   xSharePoint                         PSGallery                           
xSPVisioServiceApp                  0.12.0.0   xSharePoint                         PSGallery                           
xSPWebAppBlockedFileTypes           0.12.0.0   xSharePoint                         PSGallery                           
xSPWebAppGeneralSettings            0.12.0.0   xSharePoint                         PSGallery                           
xSPWebApplication                   0.12.0.0   xSharePoint                         PSGallery                           
xSPWebApplicationAppDomain          0.12.0.0   xSharePoint                         PSGallery                           
xSPWebAppPolicy                     0.12.0.0   xSharePoint                         PSGallery                           
xSPWebAppSiteUseAndDeletion         0.12.0.0   xSharePoint                         PSGallery                           
xSPWebAppThrottlingSettings         0.12.0.0   xSharePoint                         PSGallery                           
xSPWebAppWorkflowSettings           0.12.0.0   xSharePoint                         PSGallery                           
xSPWordAutomationServiceApp         0.12.0.0   xSharePoint                         PSGallery                           
xSPWorkManagementServiceApp         0.12.0.0   xSharePoint                         PSGallery                           
xRobocopy                           2.0.0.0    xRobocopy                           PSGallery                           
xExchActiveSyncVirtualDirectory     1.12.0.0   xExchange                           PSGallery                           
xExchAntiMalwareScanning            1.12.0.0   xExchange                           PSGallery                           
xExchAutodiscoverVirtualDirectory   1.12.0.0   xExchange                           PSGallery                           
xExchAutoMountPoint                 1.12.0.0   xExchange                           PSGallery                           
xExchClientAccessServer             1.12.0.0   xExchange                           PSGallery                           
xExchDatabaseAvailabilityGroup      1.12.0.0   xExchange                           PSGallery                           
xExchDatabaseAvailabilityGroupMe... 1.12.0.0   xExchange                           PSGallery                           
xExchDatabaseAvailabilityGroupNe... 1.12.0.0   xExchange                           PSGallery                           
xExchEcpVirtualDirectory            1.12.0.0   xExchange                           PSGallery                           
xExchEventLogLevel                  1.12.0.0   xExchange                           PSGallery                           
xExchExchangeCertificate            1.12.0.0   xExchange                           PSGallery                           
xExchExchangeServer                 1.12.0.0   xExchange                           PSGallery                           
xExchImapSettings                   1.12.0.0   xExchange                           PSGallery                           
xExchInstall                        1.12.0.0   xExchange                           PSGallery                           
xExchJetstress                      1.12.0.0   xExchange                           PSGallery                           
xExchJetstressCleanup               1.12.0.0   xExchange                           PSGallery                           
xExchMailboxDatabase                1.12.0.0   xExchange                           PSGallery                           
xExchMailboxDatabaseCopy            1.12.0.0   xExchange                           PSGallery                           
xExchMailboxServer                  1.12.0.0   xExchange                           PSGallery                           
xExchMailboxTransportService        1.12.0.0   xExchange                           PSGallery                           
xExchMaintenanceMode                1.12.0.0   xExchange                           PSGallery                           
xExchMapiVirtualDirectory           1.12.0.0   xExchange                           PSGallery                           
xExchOabVirtualDirectory            1.12.0.0   xExchange                           PSGallery                           
xExchOutlookAnywhere                1.12.0.0   xExchange                           PSGallery                           
xExchOwaVirtualDirectory            1.12.0.0   xExchange                           PSGallery                           
xExchPopSettings                    1.12.0.0   xExchange                           PSGallery                           
xExchPowerShellVirtualDirectory     1.12.0.0   xExchange                           PSGallery                           
xExchReceiveConnector               1.12.0.0   xExchange                           PSGallery                           
xExchTransportService               1.12.0.0   xExchange                           PSGallery                           
xExchUMCallRouterSettings           1.12.0.0   xExchange                           PSGallery                           
xExchUMService                      1.12.0.0   xExchange                           PSGallery                           
xExchWaitForADPrep                  1.12.0.0   xExchange                           PSGallery                           
xExchWaitForDAG                     1.12.0.0   xExchange                           PSGallery                           
xExchWaitForMailboxDatabase         1.12.0.0   xExchange                           PSGallery                           
xExchWebServicesVirtualDirectory    1.12.0.0   xExchange                           PSGallery                           
xWebDeploy                          1.2.0.0    xWebDeploy                          PSGallery                           
xWebPackageDeploy                   1.2.0.0    xWebDeploy                          PSGallery                           
xSqlAlias                           1.4.0.0    xSqlPs                              PSGallery                           
xSqlHAEndPoint                      1.4.0.0    xSqlPs                              PSGallery                           
xSqlHAGroup                         1.4.0.0    xSqlPs                              PSGallery                           
xSqlHAService                       1.4.0.0    xSqlPs                              PSGallery                           
xSqlServerInstall                   1.4.0.0    xSqlPs                              PSGallery                           
xWaitForSqlHAGroup                  1.4.0.0    xSqlPs                              PSGallery                           
NugetPackage                        1.0.3      PackageManagementProviderResource   PSGallery                           
PackageManagement                   1.0.3      PackageManagementProviderResource   PSGallery                           
PackageManagementSource             1.0.3      PackageManagementProviderResource   PSGallery                           
PSModule                            1.0.3      PackageManagementProviderResource   PSGallery                           
xDatabase                           1.5.0.0    xDatabase                           PSGallery                           
xDatabaseLogin                      1.5.0.0    xDatabase                           PSGallery                           
xDatabaseServer                     1.5.0.0    xDatabase                           PSGallery                           
xDBPackage                          1.5.0.0    xDatabase                           PSGallery                           
xDisk                               1.0        xDisk                               PSGallery                           
xWaitForDisk                        1.0        xDisk                               PSGallery                           
xPowerShellExecutionPolicy          1.1.0.0    xPowerShellExecutionPolicy          PSGallery                           
xWinEventLog                        1.1.0.0    xWinEventLog                        PSGallery                           
xAzureAffinityGroup                 0.2.0.0    xAzure                              PSGallery                           
xAzureQuickVM                       0.2.0.0    xAzure                              PSGallery                           
xAzureService                       0.2.0.0    xAzure                              PSGallery                           
xAzureSqlDatabase                   0.2.0.0    xAzure                              PSGallery                           
xAzureSqlDatabaseServerFirewallRule 0.2.0.0    xAzure                              PSGallery                           
xAzureStorageAccount                0.2.0.0    xAzure                              PSGallery                           
xAzureSubscription                  0.2.0.0    xAzure                              PSGallery                           
xAzureVM                            0.2.0.0    xAzure                              PSGallery                           
xAzureVMDscConfiguration            0.2.0.0    xAzure                              PSGallery                           
xAzureVMDscExtension                0.2.0.0    xAzure                              PSGallery                           
xCluster                            1.6.0.0    xFailOverCluster                    PSGallery                           
xClusterDisk                        1.6.0.0    xFailOverCluster                    PSGallery                           
xClusterNetwork                     1.6.0.0    xFailOverCluster                    PSGallery                           
xClusterPreferredOwner              1.6.0.0    xFailOverCluster                    PSGallery                           
xClusterQuorum                      1.6.0.0    xFailOverCluster                    PSGallery                           
xWaitForCluster                     1.6.0.0    xFailOverCluster                    PSGallery                           
xRDRemoteApp                        1.3.0.0    xRemoteDesktopSessionHost           PSGallery                           
xRDSessionCollection                1.3.0.0    xRemoteDesktopSessionHost           PSGallery                           
xRDSessionCollectionConfiguration   1.3.0.0    xRemoteDesktopSessionHost           PSGallery                           
xRDSessionDeployment                1.3.0.0    xRemoteDesktopSessionHost           PSGallery                           
SPAccessServiceApp                  1.5.0.0    SharePointDSC                       PSGallery                           
SPAlternateUrl                      1.5.0.0    SharePointDSC                       PSGallery                           
SPAntivirusSettings                 1.5.0.0    SharePointDSC                       PSGallery                           
SPAppCatalog                        1.5.0.0    SharePointDSC                       PSGallery                           
SPAppDomain                         1.5.0.0    SharePointDSC                       PSGallery                           
SPAppManagementServiceApp           1.5.0.0    SharePointDSC                       PSGallery                           
SPAppStoreSettings                  1.5.0.0    SharePointDSC                       PSGallery                           
SPBCSServiceApp                     1.5.0.0    SharePointDSC                       PSGallery                           
SPBlobCacheSettings                 1.5.0.0    SharePointDSC                       PSGallery                           
SPCacheAccounts                     1.5.0.0    SharePointDSC                       PSGallery                           
SPConfigWizard                      1.5.0.0    SharePointDSC                       PSGallery                           
SPContentDatabase                   1.5.0.0    SharePointDSC                       PSGallery                           
SPCreateFarm                        1.5.0.0    SharePointDSC                       PSGallery                           
SPDatabaseAAG                       1.5.0.0    SharePointDSC                       PSGallery                           
SPDesignerSettings                  1.5.0.0    SharePointDSC                       PSGallery                           
SPDiagnosticLoggingSettings         1.5.0.0    SharePointDSC                       PSGallery                           
SPDistributedCacheService           1.5.0.0    SharePointDSC                       PSGallery                           
SPExcelServiceApp                   1.5.0.0    SharePointDSC                       PSGallery                           
SPFarmAdministrators                1.5.0.0    SharePointDSC                       PSGallery                           
SPFarmSolution                      1.5.0.0    SharePointDSC                       PSGallery                           
SPFeature                           1.5.0.0    SharePointDSC                       PSGallery                           
SPHealthAnalyzerRuleState           1.5.0.0    SharePointDSC                       PSGallery                           
SPInstall                           1.5.0.0    SharePointDSC                       PSGallery                           
SPInstallLanguagePack               1.5.0.0    SharePointDSC                       PSGallery                           
SPInstallPrereqs                    1.5.0.0    SharePointDSC                       PSGallery                           
SPIrmSettings                       1.5.0.0    SharePointDSC                       PSGallery                           
SPJoinFarm                          1.5.0.0    SharePointDSC                       PSGallery                           
SPManagedAccount                    1.5.0.0    SharePointDSC                       PSGallery                           
SPManagedMetaDataServiceApp         1.5.0.0    SharePointDSC                       PSGallery                           
SPManagedPath                       1.5.0.0    SharePointDSC                       PSGallery                           
SPOfficeOnlineServerBinding         1.5.0.0    SharePointDSC                       PSGallery                           
SPOutgoingEmailSettings             1.5.0.0    SharePointDSC                       PSGallery                           
SPPasswordChangeSettings            1.5.0.0    SharePointDSC                       PSGallery                           
SPPerformancePointServiceApp        1.5.0.0    SharePointDSC                       PSGallery                           
SPProductUpdate                     1.5.0.0    SharePointDSC                       PSGallery                           
SPPublishServiceApplication         1.5.0.0    SharePointDSC                       PSGallery                           
SPQuotaTemplate                     1.5.0.0    SharePointDSC                       PSGallery                           
SPRemoteFarmTrust                   1.5.0.0    SharePointDSC                       PSGallery                           
SPSearchContentSource               1.5.0.0    SharePointDSC                       PSGallery                           
SPSearchCrawlRule                   1.5.0.0    SharePointDSC                       PSGallery                           
SPSearchFileType                    1.5.0.0    SharePointDSC                       PSGallery                           
SPSearchIndexPartition              1.5.0.0    SharePointDSC                       PSGallery                           
SPSearchResultSource                1.5.0.0    SharePointDSC                       PSGallery                           
SPSearchServiceApp                  1.5.0.0    SharePointDSC                       PSGallery                           
SPSearchTopology                    1.5.0.0    SharePointDSC                       PSGallery                           
SPSecureStoreServiceApp             1.5.0.0    SharePointDSC                       PSGallery                           
SPServiceAppPool                    1.5.0.0    SharePointDSC                       PSGallery                           
SPServiceAppProxyGroup              1.5.0.0    SharePointDSC                       PSGallery                           
SPServiceAppSecurity                1.5.0.0    SharePointDSC                       PSGallery                           
SPServiceInstance                   1.5.0.0    SharePointDSC                       PSGallery                           
SPSessionStateService               1.5.0.0    SharePointDSC                       PSGallery                           
SPShellAdmins                       1.5.0.0    SharePointDSC                       PSGallery                           
SPSite                              1.5.0.0    SharePointDSC                       PSGallery                           
SPStateServiceApp                   1.5.0.0    SharePointDSC                       PSGallery                           
SPSubscriptionSettingsServiceApp    1.5.0.0    SharePointDSC                       PSGallery                           
SPTimerJobState                     1.5.0.0    SharePointDSC                       PSGallery                           
SPTrustedIdentityTokenIssuer        1.5.0.0    SharePointDSC                       PSGallery                           
SPUsageApplication                  1.5.0.0    SharePointDSC                       PSGallery                           
SPUserProfileProperty               1.5.0.0    SharePointDSC                       PSGallery                           
SPUserProfileSection                1.5.0.0    SharePointDSC                       PSGallery                           
SPUserProfileServiceApp             1.5.0.0    SharePointDSC                       PSGallery                           
SPUserProfileServiceAppPermissions  1.5.0.0    SharePointDSC                       PSGallery                           
SPUserProfileSyncConnection         1.5.0.0    SharePointDSC                       PSGallery                           
SPUserProfileSyncService            1.5.0.0    SharePointDSC                       PSGallery                           
SPVisioServiceApp                   1.5.0.0    SharePointDSC                       PSGallery                           
SPWeb                               1.5.0.0    SharePointDSC                       PSGallery                           
SPWebAppBlockedFileTypes            1.5.0.0    SharePointDSC                       PSGallery                           
SPWebAppGeneralSettings             1.5.0.0    SharePointDSC                       PSGallery                           
SPWebApplication                    1.5.0.0    SharePointDSC                       PSGallery                           
SPWebApplicationAppDomain           1.5.0.0    SharePointDSC                       PSGallery                           
SPWebAppPermissions                 1.5.0.0    SharePointDSC                       PSGallery                           
SPWebAppPolicy                      1.5.0.0    SharePointDSC                       PSGallery                           
SPWebAppProxyGroup                  1.5.0.0    SharePointDSC                       PSGallery                           
SPWebAppSiteUseAndDeletion          1.5.0.0    SharePointDSC                       PSGallery                           
SPWebAppThrottlingSettings          1.5.0.0    SharePointDSC                       PSGallery                           
SPWebAppWorkflowSettings            1.5.0.0    SharePointDSC                       PSGallery                           
SPWordAutomationServiceApp          1.5.0.0    SharePointDSC                       PSGallery                           
SPWorkManagementServiceApp          1.5.0.0    SharePointDSC                       PSGallery                           
xMySqlDatabase                      2.1.0.0    xMySql                              PSGallery                           
xMySqlGrant                         2.1.0.0    xMySql                              PSGallery                           
xMySqlProvision                     2.1.0.0    xMySql                              PSGallery                           
xMySqlServer                        2.1.0.0    xMySql                              PSGallery                           
xMySqlUser                          2.1.0.0    xMySql                              PSGallery                           
xAdcsCertificationAuthority         1.1.0.0    xAdcsDeployment                     PSGallery                           
xAdcsOnlineResponder                1.1.0.0    xAdcsDeployment                     PSGallery                           
xAdcsWebEnrollment                  1.1.0.0    xAdcsDeployment                     PSGallery                           
xSCOMAdmin                          1.3.3.0    xSCOM                               PSGallery                           
xSCOMConsoleSetup                   1.3.3.0    xSCOM                               PSGallery                           
xSCOMConsoleUpdate                  1.3.3.0    xSCOM                               PSGallery                           
xSCOMManagementPack                 1.3.3.0    xSCOM                               PSGallery                           
xSCOMManagementServerSetup          1.3.3.0    xSCOM                               PSGallery                           
xSCOMManagementServerUpdate         1.3.3.0    xSCOM                               PSGallery                           
xSCOMReportingServerSetup           1.3.3.0    xSCOM                               PSGallery                           
xSCOMWebConsoleServerSetup          1.3.3.0    xSCOM                               PSGallery                           
xSCOMWebConsoleServerUpdate         1.3.3.0    xSCOM                               PSGallery                           
cNtfsPermissionEntry                1.3.0      cNtfsAccessControl                  PSGallery                           
cNtfsPermissionsInheritance         1.3.0      cNtfsAccessControl                  PSGallery                           
xAzurePackAdmin                     1.4.0.0    xAzurePack                          PSGallery                           
xAzurePackDatabaseSetting           1.4.0.0    xAzurePack                          PSGallery                           
xAzurePackFQDN                      1.4.0.0    xAzurePack                          PSGallery                           
xAzurePackIdentityProvider          1.4.0.0    xAzurePack                          PSGallery                           
xAzurePackRelyingParty              1.4.0.0    xAzurePack                          PSGallery                           
xAzurePackResourceProvider          1.4.0.0    xAzurePack                          PSGallery                           
xAzurePackSetup                     1.4.0.0    xAzurePack                          PSGallery                           
xAzurePackUpdate                    1.4.0.0    xAzurePack                          PSGallery                           
xADOrganizationalUnit               1.0        xOU                                 PSGallery                           
xSCVMMAdmin                         1.2.4.0    xSCVMM                              PSGallery                           
xSCVMMConsoleSetup                  1.2.4.0    xSCVMM                              PSGallery                           
xSCVMMConsoleUpdate                 1.2.4.0    xSCVMM                              PSGallery                           
xSCVMMManagementServerSetup         1.2.4.0    xSCVMM                              PSGallery                           
xSCVMMManagementServerUpdate        1.2.4.0    xSCVMM                              PSGallery                           
xSCVMMOperationsManagerServer       1.2.4.0    xSCVMM                              PSGallery                           
RunbookDirectory                    1.5.0.0    xSCSMA                              PSGallery                           
SmaVariable                         1.5.0.0    xSCSMA                              PSGallery                           
xSCSMAPowerShellSetup               1.5.0.0    xSCSMA                              PSGallery                           
xSCSMARunbookWorkerServerSetup      1.5.0.0    xSCSMA                              PSGallery                           
xSCSMAWebServiceServerSetup         1.5.0.0    xSCSMA                              PSGallery                           
xSmaCredential                      1.5.0.0    xSCSMA                              PSGallery                           
xBLAutoBitlocker                    1.1.0.0    xBitlocker                          PSGallery                           
xBLBitlocker                        1.1.0.0    xBitlocker                          PSGallery                           
xBLTpm                              1.1.0.0    xBitlocker                          PSGallery                           
xWordPressSite                      1.1.0.0    xWordPress                          PSGallery                           
xDismFeature                        1.1.0.0    xDismFeature                        PSGallery                           
xSCDPMConsoleSetup                  1.2.0.0    xSCDPM                              PSGallery                           
xSCDPMDatabaseServerSetup           1.2.0.0    xSCDPM                              PSGallery                           
xSCDPMServerSetup                   1.2.0.0    xSCDPM                              PSGallery                           
AdvancedBootOptions                 1.2        DellBIOSProvider                    PSGallery                           
AdvancedConfigurations              1.2        DellBIOSProvider                    PSGallery                           
BIOSSetupAdvancedMode               1.2        DellBIOSProvider                    PSGallery                           
BootSequence                        1.2        DellBIOSProvider                    PSGallery                           
IntelSoftwareGuardExtensions        1.2        DellBIOSProvider                    PSGallery                           
Maintenance                         1.2        DellBIOSProvider                    PSGallery                           
Manageability                       1.2        DellBIOSProvider                    PSGallery                           
MiscellaneousDevices                1.2        DellBIOSProvider                    PSGallery                           
Performance                         1.2        DellBIOSProvider                    PSGallery                           
POSTBehavior                        1.2        DellBIOSProvider                    PSGallery                           
PowerManagement                     1.2        DellBIOSProvider                    PSGallery                           
SecureBoot                          1.2        DellBIOSProvider                    PSGallery                           
Security                            1.2        DellBIOSProvider                    PSGallery                           
StealthModeControl                  1.2        DellBIOSProvider                    PSGallery                           
SupportAssistSystemResolution       1.2        DellBIOSProvider                    PSGallery                           
SystemConfiguration                 1.2        DellBIOSProvider                    PSGallery                           
SystemLogs                          1.2        DellBIOSProvider                    PSGallery                           
TPMSecurity                         1.2        DellBIOSProvider                    PSGallery                           
USBConfiguration                    1.2        DellBIOSProvider                    PSGallery                           
Video                               1.2        DellBIOSProvider                    PSGallery                           
Virtualization                      1.2        DellBIOSProvider                    PSGallery                           
Wireless                            1.2        DellBIOSProvider                    PSGallery                           
cACL                                3.7.8.1    GraniResource                       PSGallery                           
cCredentialManager                  3.7.8.1    GraniResource                       PSGallery                           
cDomainJoin                         3.7.8.1    GraniResource                       PSGallery                           
cDotNetFramework                    3.7.8.1    GraniResource                       PSGallery                           
cDownload                           3.7.8.1    GraniResource                       PSGallery                           
cGitHubApiContent                   3.7.8.1    GraniResource                       PSGallery                           
cHostsFile                          3.7.8.1    GraniResource                       PSGallery                           
cInheritACL                         3.7.8.1    GraniResource                       PSGallery                           
cPendingReboot                      3.7.8.1    GraniResource                       PSGallery                           
cPfxImport                          3.7.8.1    GraniResource                       PSGallery                           
cRegistryKey                        3.7.8.1    GraniResource                       PSGallery                           
cS3Content                          3.7.8.1    GraniResource                       PSGallery                           
cScheduleTask                       3.7.8.1    GraniResource                       PSGallery                           
cScheduleTaskLog                    3.7.8.1    GraniResource                       PSGallery                           
cSymbolicLink                       3.7.8.1    GraniResource                       PSGallery                           
cTCPAckFrequency                    3.7.8.1    GraniResource                       PSGallery                           
cTopShelf                           3.7.8.1    GraniResource                       PSGallery                           
cWebPI                              3.7.8.1    GraniResource                       PSGallery                           
cWebPILauncher                      3.7.8.1    GraniResource                       PSGallery                           
xInternetExplorerHomePage           1.0.0      xInternetExplorerHomePage           PSGallery                           
xSCSRServerSetup                    1.3.0.0    xSCSR                               PSGallery                           
xSCSRServerUpdate                   1.3.0.0    xSCSR                               PSGallery                           
xSCSPFServer                        1.3.1.0    xSCSPF                              PSGallery                           
xSCSPFServerSetup                   1.3.1.0    xSCSPF                              PSGallery                           
xSCSPFServerUpdate                  1.3.1.0    xSCSPF                              PSGallery                           
xSCSPFSetting                       1.3.1.0    xSCSPF                              PSGallery                           
xSCSPFStamp                         1.3.1.0    xSCSPF                              PSGallery                           
xSystemRestore                      1.0.0      xWindowsRestore                     PSGallery                           
xSystemRestorePoint                 1.0.0      xWindowsRestore                     PSGallery                           
xMpPreference                       0.2.0.0    xDefender                           PSGallery                           
cAutoAdminLogon                     1.2        cWindowsOS                          PSGallery                           
cDiskImage                          1.2        cWindowsOS                          PSGallery                           
cHostsFile                          1.2        cWindowsOS                          PSGallery                           
cLoopBackCheck                      1.2        cWindowsOS                          PSGallery                           
cNetworkTeam                        1.2        cWindowsOS                          PSGallery                           
xWEFCollector                       1.0.0.0    xWindowsEventForwarding             PSGallery                           
xWEFSubscription                    1.0.0.0    xWindowsEventForwarding             PSGallery                           
cIBMInstallationManager             1.1.0      cIBMInstallationManager             PSGallery                           
cVMIPAddress                        3.0.0.0    cHyper-V                            PSGallery                           
cVMNetworkAdapter                   3.0.0.0    cHyper-V                            PSGallery                           
cVMNetworkAdapterSettings           3.0.0.0    cHyper-V                            PSGallery                           
cVMNetworkAdapterVlan               3.0.0.0    cHyper-V                            PSGallery                           
cVMSwitch                           3.0.0.0    cHyper-V                            PSGallery                           
cWaitForVMGuestIntegration          3.0.0.0    cHyper-V                            PSGallery                           
cPowerPlan                          1.4.1      cSQLConfig                          PSGallery                           
cSQLCheckSA                         1.4.1      cSQLConfig                          PSGallery                           
cSQLMaxDop                          1.4.1      cSQLConfig                          PSGallery                           
cSQLMemory                          1.4.1      cSQLConfig                          PSGallery                           
AccountAndBasicAuditing             3.1.2      cSecurityOptions                    PSGallery                           
AdvancedAuditing                    3.1.2      cSecurityOptions                    PSGallery                           
AdvancedAuditOptions                3.1.2      cSecurityOptions                    PSGallery                           
LSA_SecurityOptions                 3.1.2      cSecurityOptions                    PSGallery                           
UserRightsAssignment                3.1.2      cSecurityOptions                    PSGallery                           
cComputer                           1.1.1      cComputerManagement                 PSGallery                           
cADDomain                           1.1.1      cActiveDirectory                    PSGallery                           
cADDomainController                 1.1.1      cActiveDirectory                    PSGallery                           
cADGroup                            1.1.1      cActiveDirectory                    PSGallery                           
cADUser                             1.1.1      cActiveDirectory                    PSGallery                           
cWaitForADDomain                    1.1.1      cActiveDirectory                    PSGallery                           
cWMIActiveScriptConsumer            1.1        cWMIPermanentEvents                 PSGallery                           
cWMICommandLineConsumer             1.1        cWMIPermanentEvents                 PSGallery                           
cWMIEventBinding                    1.1        cWMIPermanentEvents                 PSGallery                           
cWMIEventFilter                     1.1        cWMIPermanentEvents                 PSGallery                           
cWMIEventLogConsumer                1.1        cWMIPermanentEvents                 PSGallery                           
cWMILogFileConsumer                 1.1        cWMIPermanentEvents                 PSGallery                           
cWMISMTPConsumer                    1.1        cWMIPermanentEvents                 PSGallery                           
cMMAgentAD                          1.2        cMMAgent                            PSGallery                           
cMMAgentInstall                     1.2        cMMAgent                            PSGallery                           
cMMAgentManagementGroups            1.2        cMMAgent                            PSGallery                           
cMMAgentOpInsights                  1.2        cMMAgent                            PSGallery                           
cMMAgentProxyCredential             1.2        cMMAgent                            PSGallery                           
cMMAgentProxyName                   1.2        cMMAgent                            PSGallery                           
ZoneSite                            1.1.0      InternetSettings                    PSGallery                           
xSqlAlias                           1.0.0.3    mlSqlPs                             PSGallery                           
xSqlHAEndPoint                      1.0.0.3    mlSqlPs                             PSGallery                           
xSqlHAGroup                         1.0.0.3    mlSqlPs                             PSGallery                           
xSqlHAService                       1.0.0.3    mlSqlPs                             PSGallery                           
xSqlServerInstall                   1.0.0.3    mlSqlPs                             PSGallery                           
xWaitForSqlHAGroup                  1.0.0.3    mlSqlPs                             PSGallery                           
cMARSAgentInstall                   1.0        cMicrosoftAzureRecoveryServices     PSGallery                           
cMARSEncryptionPhrase               1.0        cMicrosoftAzureRecoveryServices     PSGallery                           
cMARSProxy                          1.0        cMicrosoftAzureRecoveryServices     PSGallery                           
cMARSRegistration                   1.0        cMicrosoftAzureRecoveryServices     PSGallery                           
nService                            1.1        nPSDesiredStateConfiguration        PSGallery                           
WebAppPool                          0.9.0      ChefConfSamples                     PSGallery                           
WebBinding                          0.9.0      ChefConfSamples                     PSGallery                           
Website                             0.9.0      ChefConfSamples                     PSGallery                           
AzureServiceBusCreation             1.0        AzureServiceBusCreation             PSGallery                           
PSModuleResource                    0.1        PowerShellModule                    PSGallery                           
Logman                              1.0        Logman                              PSGallery                           
WMINamespaceSecurity                0.1.0      WmiNamespaceSecurity                PSGallery                           
xDFSNamespaceFolder                 3.1.0.0    xDFS                                PSGallery                           
xDFSNamespaceRoot                   3.1.0.0    xDFS                                PSGallery                           
xDFSNamespaceServerConfiguration    3.1.0.0    xDFS                                PSGallery                           
xDFSReplicationGroup                3.1.0.0    xDFS                                PSGallery                           
xDFSReplicationGroupConnection      3.1.0.0    xDFS                                PSGallery                           
xDFSReplicationGroupFolder          3.1.0.0    xDFS                                PSGallery                           
xDFSReplicationGroupMembership      3.1.0.0    xDFS                                PSGallery                           
cEPRSCreateAzureDatabase            1.0.0.0    cEPRSAzureFeatures                  PSGallery                           
cEPRSCreateAzureDBServer            1.0.0.0    cEPRSAzureFeatures                  PSGallery                           
cEprsCreateAzureServiceBus          1.0.0.0    cEPRSAzureFeatures                  PSGallery                           
cEprsCreateCloudService             1.0.0.0    cEPRSAzureFeatures                  PSGallery                           
cEprsDeployPackage                  1.0.0.0    cEPRSAzureFeatures                  PSGallery                           
cEprsUploadCertToService            1.0.0.0    cEPRSAzureFeatures                  PSGallery                           
WAPackVMRole                        0.0.3.0    cWAPack                             PSGallery                           
cEprsCreateWindowsService           1.0.0.0    cEprsCreateWindowsService           PSGallery                           
cFolderQuota                        1.0        cFolderQuota                        PSGallery                           
cQuotaTemplate                      1.0        cFolderQuota                        PSGallery                           
cIBMWebSphereAppServer              1.1.3      cIBMWebSphereAppServer              PSGallery                           
cIBMWebSphereAppServerFixpack       1.1.3      cIBMWebSphereAppServer              PSGallery                           
cIBMWebSphereAppServerProfile       1.1.3      cIBMWebSphereAppServer              PSGallery                           
cIBMWebSphereJVMSettings            1.1.3      cIBMWebSphereAppServer              PSGallery                           
cIBMWebSphereNode                   1.1.3      cIBMWebSphereAppServer              PSGallery                           
cIBMWebSphereAppServerClusterMember 1.1.3      cIBMWebSphereAppServer              PSGallery                           
cIBMWebSphereVariables              1.1.3      cIBMWebSphereAppServer              PSGallery                           
cIBMWebSphereMutualAuthSSL          1.1.3      cIBMWebSphereAppServer              PSGallery                           
cIBMPropertiesBasedConfiguration    1.1.3      cIBMWebSphereAppServer              PSGallery                           
cFirewallRule                       1.0.1      cFirewall                           PSGallery                           
cMsmqQueue                          1.0.3      cMsmq                               PSGallery                           
cMsmqQueuePermissionEntry           1.0.3      cMsmq                               PSGallery                           
CustomizeWindows10CompositeDSCRe... 1.0.0.0    CustomizeWindows10                  PSGallery                           
PowerPlan                           1.0.0.0    CustomizeWindows10                  PSGallery                           
XD7AccessPolicy                     2.4.1      XenDesktop7                         PSGallery                           
XD7Administrator                    2.4.1      XenDesktop7                         PSGallery                           
XD7Catalog                          2.4.1      XenDesktop7                         PSGallery                           
XD7CatalogMachine                   2.4.1      XenDesktop7                         PSGallery                           
XD7Controller                       2.4.1      XenDesktop7                         PSGallery                           
XD7Database                         2.4.1      XenDesktop7                         PSGallery                           
XD7DesktopGroup                     2.4.1      XenDesktop7                         PSGallery                           
XD7DesktopGroupApplication          2.4.1      XenDesktop7                         PSGallery                           
XD7DesktopGroupMember               2.4.1      XenDesktop7                         PSGallery                           
XD7EntitlementPolicy                2.4.1      XenDesktop7                         PSGallery                           
XD7Feature                          2.4.1      XenDesktop7                         PSGallery                           
XD7Role                             2.4.1      XenDesktop7                         PSGallery                           
XD7Site                             2.4.1      XenDesktop7                         PSGallery                           
XD7SiteLicense                      2.4.1      XenDesktop7                         PSGallery                           
XD7StoreFrontBaseUrl                2.4.1      XenDesktop7                         PSGallery                           
XD7VDAController                    2.4.1      XenDesktop7                         PSGallery                           
XD7VDAFeature                       2.4.1      XenDesktop7                         PSGallery                           
XD7WaitForSite                      2.4.1      XenDesktop7                         PSGallery                           
cAzureStorage                       1.0.0.1    cAzureStorage                       PSGallery                           
cLocalGroup                         1.0.1      cLocalGroup                         PSGallery                           
cUserRight                          1.0.2      cUserRightsAssignment               PSGallery                           
xDSCFirewall                        1.6.21     xDSCFirewall                        PSGallery                           
AdvancedBootOptions                 1.2        DellBIOSProviderX86                 PSGallery                           
AdvancedConfigurations              1.2        DellBIOSProviderX86                 PSGallery                           
BIOSSetupAdvancedMode               1.2        DellBIOSProviderX86                 PSGallery                           
BootSequence                        1.2        DellBIOSProviderX86                 PSGallery                           
IntelSoftwareGuardExtensions        1.2        DellBIOSProviderX86                 PSGallery                           
Maintenance                         1.2        DellBIOSProviderX86                 PSGallery                           
Manageability                       1.2        DellBIOSProviderX86                 PSGallery                           
MiscellaneousDevices                1.2        DellBIOSProviderX86                 PSGallery                           
Performance                         1.2        DellBIOSProviderX86                 PSGallery                           
POSTBehavior                        1.2        DellBIOSProviderX86                 PSGallery                           
PowerManagement                     1.2        DellBIOSProviderX86                 PSGallery                           
SecureBoot                          1.2        DellBIOSProviderX86                 PSGallery                           
Security                            1.2        DellBIOSProviderX86                 PSGallery                           
StealthModeControl                  1.2        DellBIOSProviderX86                 PSGallery                           
SupportAssistSystemResolution       1.2        DellBIOSProviderX86                 PSGallery                           
SystemConfiguration                 1.2        DellBIOSProviderX86                 PSGallery                           
SystemLogs                          1.2        DellBIOSProviderX86                 PSGallery                           
TPMSecurity                         1.2        DellBIOSProviderX86                 PSGallery                           
USBConfiguration                    1.2        DellBIOSProviderX86                 PSGallery                           
Video                               1.2        DellBIOSProviderX86                 PSGallery                           
Virtualization                      1.2        DellBIOSProviderX86                 PSGallery                           
Wireless                            1.2        DellBIOSProviderX86                 PSGallery                           
cFSRMAutoQuota                      2.0.1.48   cFSRM                               PSGallery                           
cFSRMClassification                 2.0.1.48   cFSRM                               PSGallery                           
cFSRMClassificationProperty         2.0.1.48   cFSRM                               PSGallery                           
cFSRMClassificationPropertyValue    2.0.1.48   cFSRM                               PSGallery                           
cFSRMClassificationRule             2.0.1.48   cFSRM                               PSGallery                           
cFSRMFileGroup                      2.0.1.48   cFSRM                               PSGallery                           
cFSRMFileScreen                     2.0.1.48   cFSRM                               PSGallery                           
cFSRMFileScreenAction               2.0.1.48   cFSRM                               PSGallery                           
cFSRMFileScreenException            2.0.1.48   cFSRM                               PSGallery                           
cFSRMFileScreenTemplate             2.0.1.48   cFSRM                               PSGallery                           
cFSRMFileScreenTemplateAction       2.0.1.48   cFSRM                               PSGallery                           
cFSRMQuota                          2.0.1.48   cFSRM                               PSGallery                           
cFSRMQuotaAction                    2.0.1.48   cFSRM                               PSGallery                           
cFSRMQuotaTemplate                  2.0.1.48   cFSRM                               PSGallery                           
cFSRMQuotaTemplateAction            2.0.1.48   cFSRM                               PSGallery                           
cFSRMSettings                       2.0.1.48   cFSRM                               PSGallery                           
SystemLocale                        1.1.0.0    SystemLocaleDsc                     PSGallery                           
IisLogging                          0.1.0.0    WebAdministrationDsc                PSGallery                           
SslSettings                         0.1.0.0    WebAdministrationDsc                PSGallery                           
Website                             0.1.0.0    WebAdministrationDsc                PSGallery                           
cMDTApplication                     1.0.0.7    cMDT                                PSGallery                           
cMDTApplicationBundle               1.0.0.7    cMDT                                PSGallery                           
cMDTBootstrapIni                    1.0.0.7    cMDT                                PSGallery                           
cMDTCustomize                       1.0.0.7    cMDT                                PSGallery                           
cMDTCustomSettingsIni               1.0.0.7    cMDT                                PSGallery                           
cMDTDirectory                       1.0.0.7    cMDT                                PSGallery                           
cMDTDriver                          1.0.0.7    cMDT                                PSGallery                           
cMDTMonitorService                  1.0.0.7    cMDT                                PSGallery                           
cMDTOperatingSystem                 1.0.0.7    cMDT                                PSGallery                           
cMDTPersistentDrive                 1.0.0.7    cMDT                                PSGallery                           
cMDTPreReqs                         1.0.0.7    cMDT                                PSGallery                           
cMDTTaskSequence                    1.0.0.7    cMDT                                PSGallery                           
cMDT_TS_Step_SetVariable            1.0.0.7    cMDT                                PSGallery                           
cMDTUpdateBootImage                 1.0.0.7    cMDT                                PSGallery                           
cWDSBootImage                       1.0.0.7    cMDT                                PSGallery                           
cWDSConfiguration                   1.0.0.7    cMDT                                PSGallery                           
cLocalFileShare                     1.0.1      cLocalFileShare                     PSGallery                           
cPowerPlan                          1.0.0.0    cPowerPlan                          PSGallery                           
OctopusProjects                     1.5.1      OctopusProjectsDSC                  PSGallery                           
ElmResource                         1.0        ElmDSCResource                      PSGallery                           
WindowsDefender                     1.0.0.1    WindowsDefender                     PSGallery                           
cWSManListener                      1.0.1.31   cWSMan                              PSGallery                           
xDSCDomainjoin                      1.1        xDSCDomainjoin                      PSGallery                           
OfficeOnlineServerInstall           0.2.0.0    OfficeOnlineServerDsc               PSGallery                           
OfficeOnlineServerWebAppsFarm       0.2.0.0    OfficeOnlineServerDsc               PSGallery                           
OfficeOnlineServerWebAppsMachine    0.2.0.0    OfficeOnlineServerDsc               PSGallery                           
cSNMPCommunity                      0.2        cSNMP                               PSGallery                           
cSNMPEnableAuthenticationTrap       0.2        cSNMP                               PSGallery                           
cSNMPManager                        0.2        cSNMP                               PSGallery                           
cSNMPTrapCommunity                  0.2        cSNMP                               PSGallery                           
cSNMPTrapDestination                0.2        cSNMP                               PSGallery                           
VM                                  1.3.0      POSHOrigin_vSphere                  PSGallery                           
POSHFile                            1.7.1      POSHOrigin                          PSGallery                           
POSHFolder                          1.7.1      POSHOrigin                          PSGallery                           
cSABnzbdInstall                     1.5        cSABnzbd                            PSGallery                           
HybridRunbookWorker                 1.1        HybridRunbookWorker                 PSGallery                           
cSonarrInstall                      1.2        cSonarr                             PSGallery                           
cPowerShellRepository               1.0.1.0    cPowerShellPackageManagement        PSGallery                           
cPowerShellModuleManagement         1.0.1.0    cPowerShellPackageManagement        PSGallery                           
XD7LabStorefrontRedirect            2.4.3      XenDesktop7Lab                      PSGallery                           
XD7LabStorefrontWebConfig           2.4.3      XenDesktop7Lab                      PSGallery                           
ARecord                             1.1.4      POSHOrigin_ActiveDirectoryDNS       PSGallery                           
CName                               1.1.4      POSHOrigin_ActiveDirectoryDNS       PSGallery                           
cEPRSAddConfigNodes                 1.0        cEPRSXml                            PSGallery                           
cEPRSLoadXml                        1.0        cEPRSXml                            PSGallery                           
cEPRSReadXml                        1.0        cEPRSXml                            PSGallery                           
cEPRSXmlEditKeyvaluePair            1.0        cEPRSXml                            PSGallery                           
cEPRSXmlEditSingleNode              1.0        cEPRSXml                            PSGallery                           
cEPRSXMLRemoveNodeKeyValuePair      1.0        cEPRSXml                            PSGallery                           
cEPRSXMLRemoveNodeSingle            1.0        cEPRSXml                            PSGallery                           
vDefaultGatewayAddress              1.0.1      LegacyNetworking                    PSGallery                           
vDNSServerAddress                   1.0.1      LegacyNetworking                    PSGallery                           
vFirewall                           1.0.1      LegacyNetworking                    PSGallery                           
vIPAddress                          1.0.1      LegacyNetworking                    PSGallery                           
CMPrimarySite                       1.0.37     cConfigMgr2012                      PSGallery                           
ciSCSIInitiator                     1.2.1.95   ciSCSI                              PSGallery                           
ciSCSIServerTarget                  1.2.1.95   ciSCSI                              PSGallery                           
ciSCSIVirtualDisk                   1.2.1.95   ciSCSI                              PSGallery                           
cDscDocker                          1.2.0      cDscDocker                          PSGallery                           
cCMCollection                       1.4        cSCCM                               PSGallery                           
cCMCollectionRule                   1.4        cSCCM                               PSGallery                           
cCMFolder                           1.4        cSCCM                               PSGallery                           
VSS                                 1.0.1      Mario_cVSS                          PSGallery                           
VSSTaskScheduler                    1.0.1      Mario_cVSS                          PSGallery                           
cCouchPotatoInstall                 1.0        cCouchPotato                        PSGallery                           
cVNIC                               1.0.0.0    cVNIC                               PSGallery                           
cEPRSDBSnapShot                     1.0        cEPRSDBFeatures                     PSGallery                           
cEPRSExecuteSql                     1.0        cEPRSDBFeatures                     PSGallery                           
cEPRSKillDBSessions                 1.0        cEPRSDBFeatures                     PSGallery                           
cEPRSRestoreDBFromBackup            1.0        cEPRSDBFeatures                     PSGallery                           
cEPRSRestoreSnapshot                1.0        cEPRSDBFeatures                     PSGallery                           
HubotInstall                        1.1.5      Hubot                               PSGallery                           
HubotInstallService                 1.1.5      Hubot                               PSGallery                           
cLBFOTeam                           1.0.0.1    cLBFOTeam                           PSGallery                           
cEPRSFolderPermissions              1.0        cEPRSFolderPermissions              PSGallery                           
cEPRSCreateAzureWebsite             1.0        cEPRSDeployAzureWebsite             PSGallery                           
cEPRSDeployAzureWebsite             1.0        cEPRSDeployAzureWebsite             PSGallery                           
cEPRSAddHostEntry                   1.0        cEPRSAddHost                        PSGallery                           
cEPRSAutoStart                      1.0        cEPRSWebProperties                  PSGallery                           
cEPRSExtendedProtection             1.0        cEPRSWebProperties                  PSGallery                           
cEPRSISAPIRestrictions              1.0        cEPRSWebProperties                  PSGallery                           
cChocoInstaller                     2.0.1.1    cChoco-testing                      PSGallery                           
cChocoPackageInstaller              2.0.1.1    cChoco-testing                      PSGallery                           
vscodeextension                     1.0        vscode                              PSGallery                           
VSCodeSetup                         1.0        vscode                              PSGallery                           
cEPRSInstallTFS2015                 1.0        cEPRSInstallTFS2015                 PSGallery                           
NuGetPackageRepository              1.0.1      cNuGetPackage                       PSGallery                           
cEPRSEnableFirewallInboundConnec... 1.0        cEPRSEnableFirewallInboundConnec... PSGallery                           
cNuget                              1.3.0      cNuGet                              PSGallery                           
cPSRepo                             1.3.0      cNuGet                              PSGallery                           
cPackageRepo                        1.3.0      cNuGet                              PSGallery                           
cModule                             1.3.0      cNuGet                              PSGallery                           
cPackage                            1.3.0      cNuGet                              PSGallery                           
cEPRSKillProcess                    1.0        cEPRSKillProcess                    PSGallery                           
cEPRSAddUsersToGroup                1.0        cEPRSGroupCreation                  PSGallery                           
cEPRSCreatingGroup                  1.0        cEPRSGroupCreation                  PSGallery                           
cEPRSAddAsLogOnSvc                  1.0        cEPRSAddAslogOnSvc                  PSGallery                           
cEPRSDisableUAC                     1.0        cEPRSDisableUAC                     PSGallery                           
cEPRSRenameFile                     1.0        cEPRSRenameFile                     PSGallery                           
EPRSInstallBinaries                 1.0        cEPRSInstallBinaries                PSGallery                           
TrustedHost                         1.0.0.1    TrustedHostResource                 PSGallery                           
cEPRSWebDirProperties               1.0        cEPRSWebDirProperties               PSGallery                           
InstallBlendSDK                     1.0        cEPRSInstallBlendSDK                PSGallery                           
xDSCSEPVIE                          2.6.6      xDSCSEPVIE                          PSGallery                           
PowerCLISnapShotCheck               1.0        DSC_PowerCLISnapShotCheck           PSGallery                           
cRegFile                            1.2        cRegFile                            PSGallery                           
SFAuthenticationService             0.9.4      Storefront                          PSGallery                           
SFAuthenticationServiceMethod       0.9.4      Storefront                          PSGallery                           
SFCluster                           0.9.4      Storefront                          PSGallery                           
SFFeature                           0.9.4      Storefront                          PSGallery                           
SFGateway                           0.9.4      Storefront                          PSGallery                           
SFStore                             0.9.4      Storefront                          PSGallery                           
SFStoreFarm                         0.9.4      Storefront                          PSGallery                           
SFStoreWebReceiver                  0.9.4      Storefront                          PSGallery                           
SFSimpleDeployment                  0.9.4      Storefront                          PSGallery                           
cLCMCertUpdate                      1.0.2      cLCMCertManager                     PSGallery                           
adsite                              0.0.0.7    ADConfiguration                     PSGallery                           
adsubnet                            0.0.0.7    ADConfiguration                     PSGallery                           
ADDCLocation                        0.0.0.7    ADConfiguration                     PSGallery                           
VmwFolder                           1.0.2.1    vSphereDSC                          PSGallery                           
VmwDatacenter                       1.0.2.1    vSphereDSC                          PSGallery                           
xRegistryAccess                     1.0.0.1    xRegistryAccess                     PSGallery                           
MS_xVisualStudio                    1.0.0.0    MS_xVisualStudio                    PSGallery                           
ROAAgent                            2.1.5      RESONEAutomation                    PSGallery                           
ROABuildingBlock                    2.1.5      RESONEAutomation                    PSGallery                           
ROAConsole                          2.1.5      RESONEAutomation                    PSGallery                           
ROADatabase                         2.1.5      RESONEAutomation                    PSGallery                           
ROADatabaseAgent                    2.1.5      RESONEAutomation                    PSGallery                           
ROADispatcher                       2.1.5      RESONEAutomation                    PSGallery                           
cEPRSInstallDotnetFramework         1.0        cEPRSInstallDotnetFramework         PSGallery                           
ROWBuildingBlock                    2.1.5      RESONEWorkspace                     PSGallery                           
ROWConsole                          2.1.5      RESONEWorkspace                     PSGallery                           
ROWDatabase                         2.1.5      RESONEWorkspace                     PSGallery                           
ROWDatabaseAgent                    2.1.5      RESONEWorkspace                     PSGallery                           
ROWRelayServer                      2.1.5      RESONEWorkspace                     PSGallery                           
ROWRelayServerAgent                 2.1.5      RESONEWorkspace                     PSGallery                           
xUser                               1.0.0.1    xUser                               PSGallery                           
cSQLServerJDBCXA                    1.0.0      cSQLServerJDBCXA                    PSGallery                           
PowerPlan                           2.0.0.0    PowerPlan                           PSGallery                           
cLapsNanoInstall                    1.0.0.5    LAPS.Nano.DSC                       PSGallery                           
cGitRepository                      0.1.1      cGit                                PSGallery                           
cGitRepositoryBranch                0.1.1      cGit                                PSGallery                           
cGitRespoitoryUpdate                0.1.1      cGit                                PSGallery                           
RegistryPolicy                      0.2        GPRegistryPolicy                    PSGallery                           
cIBMHTTPServer                      1.1.1      cIBMHTTPServer                      PSGallery                           
cIBMHTTPServerSSLCertificate        1.1.1      cIBMHTTPServer                      PSGallery                           
cIBMHTTPServerPluginConfig          1.1.1      cIBMHTTPServer                      PSGallery                           
cIBMWASManagedWebServer             1.1.1      cIBMHTTPServer                      PSGallery                           
BitsServer                          0.1.5      BitsServer                          PSGallery                           
xPrinter                            1.0.0.1    xPrinter                            PSGallery                           
xIISWebBinding                      1.0.0.1    xIISWebBinding                      PSGallery                           
xIISCertSBinding                    1.0.0.1    xIISCertSBinding                    PSGallery                           
cDtc                                0.0.2      cDtcResource                        PSGallery                           
xIISApplicationPoolIdentityType     1.0.0.2    xIISApplicationPoolIdentityType     PSGallery                           
xEventLog                           1.0.0.1    xEventlog                           PSGallery                           
cWindowsErrorReporting              1.1        cWindowsErrorReporting              PSGallery                           
xIISMachineKey                      1.0.0.1    xIISMachineKey                      PSGallery                           
cIBMWebSpherePortal                 1.0.1      cIBMWebSpherePortal                 PSGallery                           
ROSSBuildingBlock                   2.1.5      RESONEServiceStore                  PSGallery                           
ROSSCatalogServices                 2.1.5      RESONEServiceStore                  PSGallery                           
ROSSClient                          2.1.5      RESONEServiceStore                  PSGallery                           
ROSSConsole                         2.1.5      RESONEServiceStore                  PSGallery                           
ROSSDatabase                        2.1.5      RESONEServiceStore                  PSGallery                           
ROSSManagementPortal                2.1.5      RESONEServiceStore                  PSGallery                           
ROSSTransactionEngine               2.1.5      RESONEServiceStore                  PSGallery                           
ROSSWebPortal                       2.1.5      RESONEServiceStore                  PSGallery                           
AuditPolicyOption                   1.0.0.0    AuditPolicyDsc                      PSGallery                           
AuditPolicySubcategory              1.0.0.0    AuditPolicyDsc                      PSGallery                           
cRavenDB                            0.4        cRavenDB                            PSGallery                           
xIISMail                            1.0.0.1    xIISMail                            PSGallery                           
cDtcNetworkSetting                  1.0        cDtc                                PSGallery                           
cOctopusServer                      2.0.44     OctopusDSC                          PSGallery                           
cOctopusServerActiveDirectoryAut... 2.0.44     OctopusDSC                          PSGallery                           
cOctopusServerAzureADAuthentication 2.0.44     OctopusDSC                          PSGallery                           
cOctopusServerGoogleAppsAuthenti... 2.0.44     OctopusDSC                          PSGallery                           
cOctopusServerUsernamePasswordAu... 2.0.44     OctopusDSC                          PSGallery                           
cTentacleAgent                      2.0.44     OctopusDSC                          PSGallery                           
myAdExchPrepareAD                   1.1.0.0    myActiveDirectory                   PSGallery                           
myAdExchPrepareAllDomains           1.1.0.0    myActiveDirectory                   PSGallery                           
myAdExchPrepareSchema               1.1.0.0    myActiveDirectory                   PSGallery                           
myAdSite                            1.1.0.0    myActiveDirectory                   PSGallery                           
myAdSubnet                          1.1.0.0    myActiveDirectory                   PSGallery                           
myAdWaitForObject                   1.1.0.0    myActiveDirectory                   PSGallery                           
InstallDotNet462                    0.1.6556.1 xInstallDotNet462Framework          PSGallery                           
cAppxPackage                        0.1.1.24   cAppxPackage                        PSGallery                           
OctopusServer                       1.0        Octopus                             PSGallery                           
WindowsService                      0.1        ServiceManager                      PSGallery                           
BizTalkServerHost                   0.1.1.4    BizTalkServer                       PSGallery                           
BizTalkServerHostInstance           0.1.1.4    BizTalkServer                       PSGallery                           
BizTalkServerAdapter                0.1.1.4    BizTalkServer                       PSGallery                           
BizTalkServerSendHandler            0.1.1.4    BizTalkServer                       PSGallery                           
BizTalkServerReceiveHandler         0.1.1.4    BizTalkServer                       PSGallery                           
cMDTBuildApplication                0.9.3      cMDTBuildLab                        PSGallery                           
cMDTBuildBootstrapIni               0.9.3      cMDTBuildLab                        PSGallery                           
cMDTBuildCustomize                  0.9.3      cMDTBuildLab                        PSGallery                           
cMDTBuildCustomSettingsIni          0.9.3      cMDTBuildLab                        PSGallery                           
cMDTBuildDirectory                  0.9.3      cMDTBuildLab                        PSGallery                           
cMDTBuildOperatingSystem            0.9.3      cMDTBuildLab                        PSGallery                           
cMDTBuildPackage                    0.9.3      cMDTBuildLab                        PSGallery                           
cMDTBuildPersistentDrive            0.9.3      cMDTBuildLab                        PSGallery                           
cMDTBuildPreReqs                    0.9.3      cMDTBuildLab                        PSGallery                           
cMDTBuildSelectionProfile           0.9.3      cMDTBuildLab                        PSGallery                           
cMDTBuildTaskSequence               0.9.3      cMDTBuildLab                        PSGallery                           
cMDTBuildTaskSequenceCustomize      0.9.3      cMDTBuildLab                        PSGallery                           
cMDTBuildUpdateBootImage            0.9.3      cMDTBuildLab                        PSGallery                           
cIISSharedConfig                    1.0.29     cCogito                             PSGallery                           
cWaitForFile                        1.0.29     cCogito                             PSGallery                           
cChangeDriveLetter                  1.0.29     cCogito                             PSGallery                           
CommonWindowsFeature                1.0.2      CommonWindowsFeature                PSGallery                           
DockerService                       0.0.0.1    DockerDsc                           PSGallery                           
cAspNetIisRegistration              1.0.0      cAspNetIisRegistration              PSGallery                           
UpdateServicesClientDSC             1.0.2.0    UpdateServicesClientDSC             PSGallery                           
DscPullServerWeb                    1.1.0      DSCPullServerWeb                    PSGallery                           
xScheduledTask                      1.0.0.6    xScheduledTask                      PSGallery                           
xIISSession                         1.0.0.0    xIISSession                         PSGallery                           
xEventLogConfiguration              1.0.0.0    xEventLogConfiguration              PSGallery                           
*-TargetResource                    1.1.0      cCDROMdriveletter                   PSGallery                           
PwaAuthorizationRule                0.5.0.0    PSWebAccessAuthorization            PSGallery                           

@ 安装 Module 用 Install-Module -Name 命令

下面是一个安装XChrome的例子,我们看到,在安装xChrome的时候,其会先安装最新的依赖 xPSDesiredStateConfiguration,然后在安装

 xChrome模块。

PS C:\DSC> Install-Module -Name xChrome
Untrusted repository
You are installing the modules from an untrusted repository. If you trust this repository, change its
InstallationPolicy value by running the Set-PSRepository cmdlet. Are you sure you want to install the modules from
'PSGallery'?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): Y
PS C:\DSC>


重新执行以下,Get-DscResource 命令,可以看到最新的XChrome模块已经被安装。

ImplementedAs   Name                      ModuleName                     Version    Properties
------------- ---- ---------- ------- ----------
Binary File {DestinationPath, Attributes, Ch...
Binary SignatureValidation {SignedItemType, TrustedStorePath}
PowerShell Archive PSDesiredStateConfiguration 1.1 {Destination, Path, Checksum, Cr...
PowerShell Environment PSDesiredStateConfiguration 1.1 {Name, DependsOn, Ensure, Path...}
PowerShell Group PSDesiredStateConfiguration 1.1 {GroupName, Credential, DependsO...
Composite GroupSet PSDesiredStateConfiguration 1.1 {DependsOn, PsDscRunAsCredential...
Binary Log PSDesiredStateConfiguration 1.1 {Message, DependsOn, PsDscRunAsC...
PowerShell Package PSDesiredStateConfiguration 1.1 {Name, Path, ProductId, Argument...
Composite ProcessSet PSDesiredStateConfiguration 1.1 {DependsOn, PsDscRunAsCredential...
PowerShell Registry PSDesiredStateConfiguration 1.1 {Key, ValueName, DependsOn, Ensu...
PowerShell Script PSDesiredStateConfiguration 1.1 {GetScript, SetScript, TestScrip...
PowerShell Service PSDesiredStateConfiguration 1.1 {Name, BuiltInAccount, Credentia...
Composite ServiceSet PSDesiredStateConfiguration 1.1 {DependsOn, PsDscRunAsCredential...
PowerShell User PSDesiredStateConfiguration 1.1 {UserName, DependsOn, Descriptio...
PowerShell WaitForAll PSDesiredStateConfiguration 1.1 {NodeName, ResourceName, Depends...
PowerShell WaitForAny PSDesiredStateConfiguration 1.1 {NodeName, ResourceName, Depends...
PowerShell WaitForSome PSDesiredStateConfiguration 1.1 {NodeCount, NodeName, ResourceNa...
PowerShell WindowsFeature PSDesiredStateConfiguration 1.1 {Name, Credential, DependsOn, En...
Composite WindowsFeatureSet PSDesiredStateConfiguration 1.1 {DependsOn, PsDscRunAsCredential...
PowerShell WindowsOptionalFeature PSDesiredStateConfiguration 1.1 {Name, DependsOn, Ensure, LogLev...
Composite WindowsOptionalFeatureSet PSDesiredStateConfiguration 1.1 {DependsOn, PsDscRunAsCredential...
PowerShell WindowsPackageCab PSDesiredStateConfiguration 1.1 {Ensure, Name, SourcePath, Depen...
PowerShell WindowsProcess PSDesiredStateConfiguration 1.1 {Arguments, Path, Credential, De...
Composite MSFT_xChrome xChrome 1.1.0.0 {DependsOn, PsDscRunAsCredential...
PowerShell xArchive xPSDesiredStateConfiguration 5.1.0.0 {Destination, Path, Checksum, Cr...
PowerShell xDSCWebService xPSDesiredStateConfiguration 5.1.0.0 {CertificateThumbPrint, Endpoint...
PowerShell xEnvironment xPSDesiredStateConfiguration 5.1.0.0 {Name, DependsOn, Ensure, Path...}
Composite xFileUpload xPSDesiredStateConfiguration 5.1.0.0 {DependsOn, PsDscRunAsCredential...
PowerShell xGroup xPSDesiredStateConfiguration 5.1.0.0 {GroupName, Credential, DependsO...
Composite xGroupSet xPSDesiredStateConfiguration 5.1.0.0 {DependsOn, PsDscRunAsCredential...
PowerShell xPackage xPSDesiredStateConfiguration 5.1.0.0 {Name, Path, ProductId, Argument...
Composite xProcessSet xPSDesiredStateConfiguration 5.1.0.0 {DependsOn, PsDscRunAsCredential...
PowerShell xPSEndpoint xPSDesiredStateConfiguration 5.1.0.0 {Name, AccessMode, DependsOn, En...
PowerShell xRegistry xPSDesiredStateConfiguration 5.1.0.0 {Key, ValueName, DependsOn, Ensu...
PowerShell xRemoteFile xPSDesiredStateConfiguration 5.1.0.0 {DestinationPath, Uri, Credentia...
PowerShell xScript xPSDesiredStateConfiguration 5.1.0.0 {GetScript, SetScript, TestScrip...
PowerShell xService xPSDesiredStateConfiguration 5.1.0.0 {Name, BuiltInAccount, Credentia...
Composite xServiceSet xPSDesiredStateConfiguration 5.1.0.0 {DependsOn, PsDscRunAsCredential...
PowerShell xUser xPSDesiredStateConfiguration 5.1.0.0 {UserName, DependsOn, Descriptio...
PowerShell xWindowsFeature xPSDesiredStateConfiguration 5.1.0.0 {Name, Credential, DependsOn, En...
Composite xWindowsFeatureSet xPSDesiredStateConfiguration 5.1.0.0 {DependsOn, PsDscRunAsCredential...
PowerShell xWindowsOptionalFeature xPSDesiredStateConfiguration 5.1.0.0 {Name, DependsOn, Ensure, LogLev...
Composite xWindowsOptionalFeatur... xPSDesiredStateConfiguration 5.1.0.0 {DependsOn, PsDscRunAsCredential...
PowerShell xWindowsPackageCab xPSDesiredStateConfiguration 5.1.0.0 {Ensure, Name, SourcePath, Depen...
PowerShell xWindowsProcess xPSDesiredStateConfiguration 5.1.0.0 {Arguments, Path, Credential, De...

被安装到了目录:C:\Program Files\WindowsPowerShell\Modules,请运行下面的Powershell命令进行查看。

PS C:\Program Files\WindowsPowerShell\Modules> Set-Location 'C:\Program Files\WindowsPowerShell\Modules'
PS C:\Program Files\WindowsPowerShell\Modules> Get-ChildItem
    Directory: C:\Program Files\WindowsPowerShell\Modules
Mode                LastWriteTime         Length Name
----                -------------         ------ ----
d-----        12/9/2016     23:10                PackageManagement
d-----        12/9/2016     23:10                PowerShellGet
d-----         2/1/2017     08:17                xChrome
d-----         2/1/2017     08:17                xPSDesiredStateConfiguration

从上面可以看出,xChrome,xPSDesiredStateConfiguration的模块已经成功安装到C:\Program Files\WindowsPowerShell\Modules目录。

注:也可以用下面的命令来更新DSC的Module到最新的模块

Update-Module


参考文献:https://blogs.msdn.microsoft.com/powershell/2016/12/14/dsc-resource-kit-release-december-2016/