Get-ChildItem -Path $PSScriptRoot | Unblock-File Get-ChildItem -Path $PSScriptRoot\*.ps1 | Foreach-Object{ . $_.FullName } New-Alias Install-WindowsUpdate Get-WUInstall New-Alias Uninstall-WindowsUpdate Get-WUUninstall New-Alias Get-WindowsUpdate Get-WUList New-Alias Hide-WindowsUpdate Hide-WUUpdate Export-ModuleMember -Function * -Alias *
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 25620 | Jen Bottom | Copy up from dev to main |