ds-utils.psd1

# Module manifest for module 'ds-utils'
# Generated by: David Stein
# Generated on: 10/3/2019

@{
    RootModule = '.\ds-utils.psm1'
    ModuleVersion = '1.3.2'
    # CompatiblePSEditions = @()
    GUID = 'b6ecd834-9725-40e5-bb06-ece649b9e6b8'
    Author = 'David Stein'
    CompanyName = 'David Stein'
    Copyright = '(c) 2019 David Stein. All rights reserved.'
    Description = 'Miscellaneous utilities by a miscellaneous human'
    PowerShellVersion = '4.0'
    # PowerShellHostName = ''
    # PowerShellHostVersion = ''
    # DotNetFrameworkVersion = ''
    # CLRVersion = ''
    # ProcessorArchitecture = ''
    RequiredModules = @('pswindowsupdate')
    # RequiredAssemblies = @()
    # ScriptsToProcess = @()
    # TypesToProcess = @()
    # FormatsToProcess = @()
    # NestedModules = @()
    FunctionsToExport = @(
        'Add-DsTaskbarShortcut',
        'Convert-ErrorCode',
        'Disable-DsMachinePasswordSync',
        'Get-DocRef',
        'Get-DsLocalGroupMembers',
        'Get-DsPowerPlan',
        'Get-Syntax',
        'Install-DsPackages',
        'Invoke-DsMaintenance',
        'Join-Url',
        'Remove-DsAppxPackages',
        'Set-DsComputerName',
        'Get-DsLocalGroupMembers',
        'Set-DsPowerPlan',
        'Set-DsResourcePermissions',
        'Set-DsWin10StartMenu',
        'Set-DsWindowsTelemetry',
        'Show-DsExplorerMenuBar',
        'Show-DsFileExtensions',
        'Test-DsRebootPending'
    )
    CmdletsToExport = '*'
    VariablesToExport = '*'
    AliasesToExport = '*'
    # DscResourcesToExport = @()
    # ModuleList = @()
    # FileList = @()
    PrivateData = @{
        PSData = @{
            Tags = @('dsutils','ds-utils','dave','skatterbrainz')
            LicenseUri = 'https://raw.githubusercontent.com/Skatterbrainz/ds-utils/master/LICENSE'
            ProjectUri = 'https://github.com/Skatterbrainz/ds-utils'
            # IconUri = ''
            ReleaseNotes = 'https://github.com/Skatterbrainz/ds-utils'
        } # End of PSData hashtable
    } # End of PrivateData hashtable
    # HelpInfoURI = ''
    # DefaultCommandPrefix = ''
    }