ProductivityTools.TestIfAdmin.psd1


@{

# Script module or binary module file associated with this manifest.
RootModule = 'ProductivityTools.TestIfAdmin.psm1'

# Version number of this module.
ModuleVersion = '0.0.2'

# ID used to uniquely identify this module
GUID = '026cc20a-8f67-4557-b6dc-e5ba983bbae1'

# Author of this module
Author = 'Pawel Wujczyk'

# Description of the functionality provided by this module
Description = 'Module returns information if current user is administrator'

# Functions to export from this module
FunctionsToExport = 'Test-IfAdmin'

# Private data to pass to the module specified in RootModule/ModuleToProcess
# PrivateData = ''

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
}