EndpointCloudkit

0.0.14.4

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 -RequiredVersion 0.0.14.4

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

Install-PSResource -Name EndpointCloudkit -Version 0.0.14.4

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.1   2022/02/18 * Initial beta release to PS Gallery
0.0.2   2022/02/21 * beta release - Removed all $script: scoped variables
0.0.3   2022/02/21 * beta release - Invoke-ECKScheduledTask was missing
0.0.4   2022/02/22 * beta release - Reworked Write-ECKlog
0.0.5   2022/02/23 * beta release - First stable version
0.0.6   2022/03/02 * Beta version - Fixed a bug in Write-ECKlog
0.0.7.0 2022/03/08 * Beta version - Fixed a bug in Invoke-ECKScheduledTask
0.0.8.0 2022/03/10 * Beta version - Removed parameter 'interactive' in Invoke-ECKScheduledTask.
0.0.9.0 2022/03/30 * Beta version - Added back 'interactive' parameter in Invoke-ECKScheduledTask with support ServiceUI.exe
0.0.10.0 2022/04/04 * Beta version - Added function Set-ECKEnvironment to Gather local informations In a script scoped objet variable
0.0.11.0 2022/04/12 * Beta version - Invoke-ECKScheduledTask can now monitor running scheduled task
0.0.11.1 2022/04/12 * Beta version - Fixed bugs in Set-ECKEnvironment
0.0.12.0 2022/04/16 * Beta version - Added Functions Get-ECKGithubContent, Initialize-ECKPrereq, Add-ECKPendingReboot, Set-ECKEnvironment is renamed New-ECKEnvironment
0.0.12.5 2022/04/18 * Beta version - fixed a Hell lots of bugs !
0.0.12.6 2022/04/16 * Beta version - fixed even more bugs !
0.0.12.7 2022/04/19 * Beta version - fixed a bugs in module scope !
0.0.12.8 2022/04/19 * Beta version - fixed a bugs in Get-ECKExecutionContext !
0.0.12.9 2022/04/19 * Beta version - fixed a bugs in Invoke-ECKRebootToastNotification !
0.0.12.10 2022/04/19 * Beta version - fixed line lenght of command Out-File to 1000 !
0.0.12.11 2022/04/20 * Beta version - Reboot time is now embedded in
0.0.13.0 2022/04/25 * Beta version - Added New taf function
0.0.14.4 03/05/2022 * Beta version - Better Error handling in module import. Update PowershellGet i needed

FileList

Version History

Version Downloads Last updated
0.0.14.11 679 11/15/2022
0.0.14.10 59 11/10/2022
0.0.14.9 8 11/9/2022
0.0.14.8 180 6/27/2022
0.0.14.7 114 5/23/2022
0.0.14.6 17 5/23/2022
0.0.14.5 45 5/19/2022
0.0.14.4 (current version) 46 5/3/2022
0.0.13.0 74 4/25/2022
0.0.12.11 109 4/20/2022
0.0.12.10 20 4/19/2022
0.0.12.9 13 4/19/2022
0.0.12.8 31 4/19/2022
0.0.12.7 50 4/19/2022
0.0.12.6 22 4/18/2022
0.0.12.5 15 4/18/2022
0.0.12.1 20 4/18/2022
0.0.12.0 21 4/15/2022
0.0.11.1 36 4/12/2022
0.0.11.0 79 4/12/2022
0.0.10.0 31 4/6/2022
0.0.9.0 112 3/31/2022
0.0.8.0 154 3/10/2022
0.0.7.0 18 3/8/2022
0.0.6 30 3/2/2022
0.0.5 47 2/23/2022
0.0.4 16 2/22/2022
0.0.3 14 2/21/2022
0.0.2 12 2/21/2022
0.0.1 15 2/20/2022
Show less