-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPSDNStoRoute53.psd1
53 lines (34 loc) · 1.86 KB
/
PSDNStoRoute53.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
# Module manifest for module 'PSDNStoRoute53'
#
# Generated by: leca
#
# Generated on: 2021-11-05
#
@{
# Script module or binary module file associated with this manifest.
# RootModule = ''
# Version number of this module.
ModuleVersion = '1.0.3'
# Supported PSEditions
# CompatiblePSEditions = @()
# ID used to uniquely identify this module
GUID = '3a20e8f9-d6da-4869-baf4-310a6eba9082'
# Author of this module
Author = 'Antoine Lecompte'
CompanyName = "Natrix Technologies"
# Copyright statement for this module
Copyright = '(c) Antoine Lecompte | Natrix Technologies. All rights Reserved'
# Description of the functionality provided by this module
Description = 'This module provides functionnality to automatically export zones and records for Windows DNS and import them in AWS Route 53'
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @("Create-AllZones", "Create-MissingZones", "Export-DNSRecords", "Format-DNSRecords", "Get-AllZones", "Get-ZonesWithWrongDelegationSet", "Import-DNSRecords", "Switch-NameServers", "Verify-Zones", "Wipe-Zones")
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @("Create-AllZones", "Create-MissingZones", "Export-DNSRecords", "Format-DNSRecords", "Get-AllZones", "Get-ZonesWithWrongDelegationSet", "Import-DNSRecords", "Switch-NameServers", "Verify-Zones", "Wipe-Zones")
# Variables to export from this module
VariablesToExport = '*'
# HelpInfo URI of this module
HelpInfoURI = 'https://github.com/alecompte/PSDNStoRoute53'
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
}