FastTrack-TransactionQuery.psd1
|
# # Module manifest for module 'module' # # Generated by: ssteefel # # Generated on: 3/14/2018 10:47:53 AM # @{ # Script module or binary module file associated with this manifest. RootModule = 'FastTrack-TransactionQuery.psm1' # Version number of this module. ModuleVersion = '1.0.9' # ID used to uniquely identify this module GUID = '574e18f0-bdf8-45ae-94fc-4edebe8292e3' # Author of this module Author = 'Sean Steefel (Valorem LLC)' # Company or vendor of this module CompanyName = 'Microsoft' # Copyright statement for this module Copyright = '(c) 2018 Microsoft. All rights reserved.' # Description of the functionality provided by this module Description = 'MSFT - For GDPR Transaction inquiry, enabling the ability to get the status of a DSR request by transaction id' # 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.7.1' # Functions to export from this module FunctionsToExport = @('Get-FastTrackMigrationTransactionStatus') # Cmdlets to export from this module CmdletsToExport = '*' # Variables to export from this module VariablesToExport = '*' # Aliases to export from this module AliasesToExport = '*' } |