FastTrack-ScheduleManagement.psd1
|
# Module manifest for module 'module' # # Generated by: Sakthivel Nagarajan # # Generated on: 4/02/2018 12:42:00 PM # @{ # Script module or binary module file associated with this manifest. RootModule = 'FastTrack-ScheduleManagement.psm1' # Version number of this module. ModuleVersion = '1.0.9' # ID used to uniquely identify this module GUID = '0be16b10-e96d-49d3-9061-8152fd390170' # Author of this module Author = 'Microsoft' # Company or vendor of this module CompanyName = 'Microsoft FastTrack Migration' # Copyright statement for this module Copyright = '(c) 2018 Microsoft. All rights reserved.' # Description of the functionality provided by this module Description = 'To allow MSFT Migration clients to be able to submit, update and delete migration schedules.' # Minimum version of the Windows PowerShell engine required by this module # PowerShellVersion = '5.1' # Minimum version of Microsoft .NET Framework required by this module DotNetFrameworkVersion = '4.6' # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() # Functions to export from this module FunctionsToExport = @("New-FastTrackSchedule","Get-FastTrackSchedule","Set-FastTrackSchedule","Remove-FastTrackSchedule","New-FastTrackScheduleFromCsv","Get-FastTrackDeleteTypes") # Cmdlets to export from this module CmdletsToExport = '*' # Variables to export from this module VariablesToExport = '*' # Aliases to export from this module AliasesToExport = '*' } |