diff --git a/.github/workflows/scripts/New-Manifest.ps1 b/.github/workflows/scripts/New-Manifest.ps1 index b2b4112b..69aee359 100644 --- a/.github/workflows/scripts/New-Manifest.ps1 +++ b/.github/workflows/scripts/New-Manifest.ps1 @@ -105,7 +105,7 @@ Function New-Manifest { $savepath = "$workingdirectory\modules\AdminToolbox.EndpointManagement" $Params = @{ CompatiblePSEditions = "Desktop", "Core" - FunctionsToExport = 'Add-LocalAdmin', 'Disable-Firewall', 'Disable-PasswordPeek', 'Disable-ShakeToMinimize', 'Disable-Standby', 'Dismount-ProfileRegistry', 'Enable-Firewall', 'Enable-RSATFeatures', 'Get-Applications', 'Get-ChocoOutdated', 'Get-IntroPCS', 'Get-Management', 'Get-PCInfo', 'Get-PrintBackup', 'Get-Printers', 'Get-PrintManagement', 'Get-EndpointManagement', 'Install-Chocolatey', 'Install-ChocoPackages', 'Invoke-ChocoUpgrade', 'Invoke-PrinterServerRenew', 'Join-Domain', 'Mount-ProfileRegistry', 'Remove-PrintQueue', 'Remove-Shortcuts', 'Remove-StoreApps', 'Remove-Tiles', 'Restart-Endpoint', 'Get-ChocoInstalls', 'Set-UAC', 'Uninstall-Application', 'Get-PowerShell7', 'Reset-EndpointPassword', 'Repair-DomainJoin', 'Disable-Cortana', 'Get-MonitorSizes', 'Get-RebootEvents', 'Get-RemoteDesktopLogins' + FunctionsToExport = 'Add-LocalAdmin', 'Disable-Firewall', 'Disable-PasswordPeek', 'Disable-ShakeToMinimize', 'Disable-Standby', 'Dismount-ProfileRegistry', 'Enable-Firewall', 'Enable-RSATFeatures', 'Get-Applications', 'Get-ChocoOutdated', 'Get-IntroPCS', 'Get-Management', 'Get-PCInfo', 'Get-PrintBackup', 'Get-Printers', 'Get-PrintManagement', 'Get-EndpointManagement', 'Install-Chocolatey', 'Install-ChocoPackages', 'Invoke-ChocoUpgrade', 'Invoke-PrinterServerRenew', 'Join-Domain', 'Mount-ProfileRegistry', 'Remove-PrintQueue', 'Remove-Shortcuts', 'Remove-StoreApps', 'Remove-Tiles', 'Restart-Endpoint', 'Get-ChocoInstalls', 'Set-UAC', 'Uninstall-Application', 'Get-PowerShell7', 'Reset-EndpointPassword', 'Repair-DomainJoin', 'Disable-Cortana', 'Get-MonitorSizes', 'Get-RebootEvents', 'Get-RemoteDesktopLogins', 'Get-LocalLogonHistory' Path = "$savepath\AdminToolbox.EndpointManagement.psd1" Author = "Taylor Lee" Description = "Functions for management of endpoints" diff --git a/modules/AdminToolbox.EndpointManagement/ChangeLog.md b/modules/AdminToolbox.EndpointManagement/ChangeLog.md index f0863e4f..83f07bd9 100644 --- a/modules/AdminToolbox.EndpointManagement/ChangeLog.md +++ b/modules/AdminToolbox.EndpointManagement/ChangeLog.md @@ -174,4 +174,5 @@ * **4.9.115** CI Maintenance Release * **4.9.116** CI Maintenance Release * **4.9.117** CI Maintenance Release -* **4.10.0** Added function get-locallogonhistory \ No newline at end of file +* **4.10.0** Added function get-locallogonhistory +* **4.10.1** Added manifest export for function get-locallogonhistory \ No newline at end of file