Skip to content

Commit

Permalink
fix: get-locallogonhistory
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTaylorLee committed Jan 15, 2024
1 parent 79f9b40 commit 2141a82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/New-Manifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion modules/AdminToolbox.EndpointManagement/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
* **4.10.0** Added function get-locallogonhistory
* **4.10.1** Added manifest export for function get-locallogonhistory

0 comments on commit 2141a82

Please sign in to comment.