xEXOUserAvailability.psd1
# # Module manifest for module 'xEXOUserAvailability' # # Generated by: OneScript Project # # Generated on: 5/26/2014 # @{ # Script module or binary module file associated with this manifest. RootModule = 'xEXOUserAvailability.psm1' # Version number of this module. ModuleVersion = '2.5.0.0' # ID used to uniquely identify this module GUID = '17faef37-5a42-4be2-ac40-42836e8f0e29' # Author of this module Author = 'OneScript Project' # Company or vendor of this module CompanyName = 'Microsoft Corporation' # Copyright statement for this module Copyright = '(c) 2014 Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'xEXOUserAvailability can help you to get user availability from Office 365 Exchange Online.' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '3.0' # Minimum version of the common language runtime (CLR) required by this module CLRVersion = '4.0' # Functions to export from this module FunctionsToExport = 'Connect-OSCEXOWebService', 'Get-OSCEXOUserAvailability' # Cmdlets to export from this module CmdletsToExport = '*' } |