EndpointCloudkit-Alpha
0.0.14.4
- 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/
- 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 PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2022 Diagg/OSD-Couture.com. All rights reserved.
Package Details
Author(s)
- Diagg
Tags
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
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 i needed
FileList
- EndpointCloudkit-Alpha.nuspec
- EndpointCloudkit-Alpha.psd1
- Private\Get-ECKNewModuleVersion.ps1
- Public\Add-ECKPendingReboot.ps1
- Public\Get-ECKGithubContent.ps1
- Public\Get-ECKPendingReboot.ps1
- Public\Invoke-ECKContinueOnNextReboot.ps1
- Public\Invoke-ECKScheduledTask.ps1
- Public\New-ECKTag.ps1
- EndpointCloudkit-Alpha.psm1
- Private\Set-ECKToastActionProtocol.ps1
- Public\Get-ECKExecutionContext.ps1
- Public\Get-ECKOsFriendlyName.ps1
- Public\Initialize-ECKPrereq.ps1
- Public\Invoke-ECKRebootToastNotification.ps1
- Public\New-ECKEnvironment.ps1
- Public\Write-ECKLog.ps1