Skip to content

Commit

Permalink
remove reference to my changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Mar 15, 2024
1 parent f401703 commit bc7af4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions powershell/Modules/ModPlatformAD/ModPlatformAD.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,14 @@ PowerShellVersion = '4.0'
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('ModPlatformADComputer.psm1',
'ModPlatformADConfig.psm1',
'ModPlatformADCredential.psm1',
'ModPlatformADDomain.psm1',
'ModPlatformADGPO.psm1',
'ModPlatformADOU.psm1')
'ModPlatformADCredential.psm1')

# 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 = 'Rename-ModPlatformADComputer', 'Add-ModPlatformADComputer',
'Remove-ModPlatformADComputer', 'Get-ModPlatformADConfig',
'Get-ModPlatformADSecret', 'Get-ModPlatformADJoinCredential',
'Get-ModPlatformADAdminCredential',
'Get-ModPlatformADSafeModeAdministratorPassword','Set-OUsAndApplyGPOs','Install-ModPlatformADDomain' #,'New-ADOrganizationalUnit'
'Get-ModPlatformADSafeModeAdministratorPassword'

# 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
Empty file.

0 comments on commit bc7af4a

Please sign in to comment.