EndpointCloudkit-Alpha.psd1

#
# Module manifest for module 'EndpointCloudkit-Alpha'
#
# Generated by: Diagg
#
# Generated on: 27/06/2022
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'EndpointCloudkit-Alpha.psm1'

# Version number of this module.
ModuleVersion = '0.0.14.8'

# Supported PSEditions
CompatiblePSEditions = 'Desktop'

# ID used to uniquely identify this module
GUID = '7f25d8ca-23f0-45bc-a93a-8f39c3cf385c'

# Author of this module
Author = 'Diagg'

# Company or vendor of this module
CompanyName = 'OSD-Couture.com'

# Copyright statement for this module
Copyright = '(c) 2022 Diagg/OSD-Couture.com. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Endpoint Cloud kit Module (ECK), a set of cmdlet to help building scripts or application deployed by your MDM (Intune/Workspace One...)
 
- Run Powershell script or executable in User/system/admin/trusted installer/System Interactive context
- Restart your script after reboot
- Logging function
- Configurable reboot toast notifications
- Execution context (Admin/system/user/TI) detection
- Pending reboot detection
- Windows Build converter to friendly name (like 21H2)
- Download from Git/Github on public/private repo
- Auto update ECK module
'


# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = 'Get-ECKExecutionContext', 'Get-ECKOsFriendlyName', 
               'Get-ECKPendingReboot', 'Invoke-ECKContinueOnNextReboot', 
               'Invoke-ECKRebootToastNotification', 'Invoke-ECKScheduledTask', 
               'Write-ECKLog', 'New-ECKEnvironment', 'Get-ECKGithubContent', 
               'Initialize-ECKPrereq', 'Add-ECKPendingReboot', 'New-ECKTag'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @()

# Variables to export from this module
VariablesToExport = @()

# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = @()

# DSC resources to export from this module
# DscResourcesToExport = @()

# List of all modules packaged with this module
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = 'PSEdition_Desktop', 'Windows'

        # A URL to the license for this module.
        LicenseUri = 'https://raw.githubusercontent.com/Diagg/EndPoint-CloudKit/main/LICENSE'

        # A URL to the main website for this project.
        ProjectUri = 'https://github.com/Diagg/EndPoint-CloudKit'

        # A URL to an icon representing this module.
        # IconUri = ''

        # ReleaseNotes of this module
        ReleaseNotes = '0.0.14.0 27/04/2022 * Alpha version - Big code cleanup, Get-ECKNewModuleVersion does not check for ECK anymore.
                                    - Get-ECKExecutionContext doesn''t have parameters anymore, no more detection of log file.
                                    - Initialize-ECKPrereq Output logs are now only written using Write-ECKLog
                                    - Invoke-ECKContinueOnNextReboot has parameters HostScriptPath adminAccountname and
                                      Logpath removed
                                    - New-ECKEnvironment has parameter fullgather removed
                                    - New-ECKTag has parameter Logpath removed
                                    - Write-ECKlog, a bug was fixed with parameter EventLogOnly
0.0.14.1 27/04/2022 * Alpha version - Fixed code in New-ECKEnvironment to support both Alpha and Beta Channel
0.0.14.2 28/04/2022 * Alpha version - New-ECKEnvironment has a new parameter called ContentPath. the value is stored in $ECK.ContentPath
                                    - Initialize-ECKPrereq create and set permission of the ContentPath folder
0.0.14.3 28/04/2022 * Alpha version - Fixed a bug in ACL of Initialize-ECKPrereq
0.0.14.4 03/05/2022 * Alpha version - Better Error handling in module import. Update PowershellGet if needed
0.0.14.5 13/05/2022 * Alpha version - More bug fix
0.0.14.6 23/05/2022 * Alpha version - fixed a bug that prevented Invoke-ECKContinueOnNextReboot to work, Initialize-ECKPrereq reworked for greater reliability, Fixed a in Get-ECKPendingReboot bug where parameter SkipfileRename was ignored, reboot toast doesn''t show up twice anymore
0.0.14.7 23/05/2022 * Alpha version - Scheduled task with custom trigger can be monitored
0.0.14.8 27/06/2022 * Beta version - fixed Initialize-ECKPrereq not warking in any case. added partial suppport in user context'


    } # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}