LDXNetscaler.psd1

#
# Module manifest for module 'LDX-POSH-Netscaler'
#
# Generated by: Leif Almberg
#
# Generated on: 2021-01-15
#

@{

RootModule = 'LDXNetscaler.psm1'

ModuleVersion = '0.90.1'

GUID = '58be3c20-a297-4f02-98bf-5d8cc28c4003'

Author = 'Leif Almberg'

CompanyName = 'AB Lindex'

Copyright = '2020 Free to use.'

Description = 'AB Lindex Netscaler Management Module'

NestedModules = 'LDXNetscaler.psm1'

FunctionsToExport = 'New-NSCredentials','Get-NSEnvironment','Get-NSServicesFromServer','Get-NSServicesFromLBServer','Get-NSServersFromLBServer','Get-NSServerFromService','Get-NSLBServerFromService','Wait-NSService','Start-NSService','Stop-NSService','Switch-NSBlueGreen','Start-NSServerInServiceGroup','Stop-NSServerInServiceGroup','Get-NSLBServerFromServiceGroup','Get-NSServersFromServiceGroup','Get-NSServiceGroupsFromServer','Get-NSServiceGroupFromLBServer','Set-NSServerIPAddress'

CmdletsToExport = @()

VariablesToExport = '*'

AliasesToExport = @()

}