EndpointCloudkit-Alpha

0.0.14.8

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/
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
Show more

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name EndpointCloudkit-Alpha

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name EndpointCloudkit-Alpha

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2022 Diagg/OSD-Couture.com. All rights reserved.

Package Details

Author(s)

  • Diagg

Tags

Windows

Functions

Get-ECKExecutionContext Get-ECKOsFriendlyName Get-ECKPendingReboot Invoke-ECKContinueOnNextReboot Invoke-ECKRebootToastNotification Invoke-ECKScheduledTask Write-ECKLog New-ECKEnvironment Get-ECKGithubContent Initialize-ECKPrereq Add-ECKPendingReboot New-ECKTag

PSEditions

Desktop

Dependencies

This module has no dependencies.

Release Notes

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

FileList

Version History

Version Downloads Last updated
0.0.14.8 (current version) 51 6/27/2022
0.0.14.7 23 5/23/2022
0.0.14.6 15 5/23/2022
0.0.14.5 20 5/13/2022
0.0.14.4 30 5/3/2022
0.0.14.3 29 4/28/2022
0.0.14.2 16 4/28/2022
0.0.14.1 20 4/27/2022
0.0.14.0 17 4/27/2022
Show more