Skip to content

Commit

Permalink
Merge pull request #66 from mod-posh/dev
Browse files Browse the repository at this point in the history
Corrected psakefile for working readme
  • Loading branch information
jeffpatton1971 authored Sep 15, 2020
2 parents bc5f70a + aa65ece commit 5094ebf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ComputerManagement/ComputerManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ Description = 'A PowerShell module for working with the local computer'
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = 'Get-NonStandardServiceAccount', 'Get-PendingUpdate',
'Get-ServiceTag', 'Backup-EventLog', 'Export-EventLog',
'Get-PrinterLog', 'Get-OpenSession', 'Get-OpenFile',
'Get-RDPLoginEvent', 'Get-InvalidLogonAttempt', 'Get-MappedDrive',
'Get-DiskUsage', 'New-Password', 'Connect-Rdp', 'Get-NetShare',
FunctionsToExport = 'Get-NonStandardServiceAccount', 'Get-PendingUpdate',
'Get-ServiceTag', 'Backup-EventLog', 'Export-EventLog',
'Get-PrinterLog', 'Get-OpenSession', 'Get-OpenFile',
'Get-RDPLoginEvent', 'Get-InvalidLogonAttempt', 'Get-MappedDrive',
'Get-DiskUsage', 'New-Password', 'Connect-Rdp', 'Get-NetShare',
'Get-WinEventTail', 'Grant-RegistryPermission', 'New-Credential'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
Expand Down Expand Up @@ -118,7 +118,7 @@ PrivateData = @{
# ExternalModuleDependencies = ''

} # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
Expand Down
Binary file modified README.md
Binary file not shown.

0 comments on commit 5094ebf

Please sign in to comment.