Skip to content

Commit

Permalink
rel: Manifest Update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTaylorLee committed Mar 29, 2024
1 parent f17f9de commit d02bd30
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Taylor Lee
#
# Generated on: 3/26/2024
# Generated on: 3/29/2024
#

@{
Expand All @@ -12,13 +12,13 @@
RootModule = 'AdminToolbox.ActiveDirectoryManifest.psm1'

# Version number of this module.
ModuleVersion = '1.9.136'
ModuleVersion = '1.10.0'

# Supported PSEditions
CompatiblePSEditions = 'Desktop', 'Core'

# ID used to uniquely identify this module
GUID = '58285583-8516-44d3-a967-902bc0e0303d'
GUID = '0a7240a9-ea35-46c4-ac3f-e92f982348de'

# Author of this module
Author = 'Taylor Lee'
Expand Down Expand Up @@ -69,12 +69,12 @@ RequiredModules = @(@{ModuleName = 'ImportExcel'; ModuleVersion = '7.0.1'; })
# 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-ActiveDirectory', 'Get-ADInfo', 'Get-DCLockoutEvents',
'Get-EndpointReport', 'Get-LockedAccounts', 'Get-PasswordExpired',
'Get-ReplicationStatus', 'Get-UserReport', 'Set-Password',
'Start-Replication', 'Unlock-Account', 'Unlock-AllAccounts',
'Get-GroupMemberships', 'Get-GroupMembers', 'Import-ActiveDirectory',
'Get-MailEnabledMembers'
FunctionsToExport = 'Copy-GroupMembersToGroup', 'Get-ActiveDirectory', 'Get-ADInfo',
'Get-DCLockoutEvents', 'Get-EndpointReport', 'Get-LockedAccounts',
'Get-PasswordExpired', 'Get-ReplicationStatus', 'Get-UserReport',
'Set-Password', 'Start-Replication', 'Unlock-Account',
'Unlock-AllAccounts', 'Get-GroupMemberships', 'Get-GroupMembers',
'Import-ActiveDirectory', 'Get-MailEnabledMembers'

# 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.
CmdletsToExport = '*'
Expand Down

0 comments on commit d02bd30

Please sign in to comment.