SecretsManagement.SecretServer.psd1

#
# Module manifest for module 'SecretsManagement.SecretServer'
#
# Generated by: Atle Vatland
#
# Generated on: 2/12/2020
#

@{
# Script module or binary module file associated with this manifest.
# RootModule = ''

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

# Supported PSEditions
CompatiblePSEditions = @('Desktop')

# ID used to uniquely identify this module
GUID = 'e25aacec-637f-4935-bbd9-463a75ba46ea'

# Author of this module
Author = 'Atle Vatland'

# Copyright statement for this module
Copyright = '(c) 2020 Atle Vatland. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Proof of concept for Secretserver( by Thycotic ) vault extension for powershell. Remove-secret is not implemented in this test.'

# Modules that must be imported into the global environment prior to importing this module
PowershellVersion = '5.1'
}