AS2Go.psd1

#
# Module manifest for module 'AS2Go' [Attack Scenario To Go]
# Generated by: zimmermann.holger@live.de
# Generated on: 2025
#

@{
    PrivateData          = @{
        PSData = @{
            LastUpdate = '2026-03-17'
            Tags       = @('Microsoft', 'Windows', 'Update')
            ProjectUri = 'https://github.com/HerrHozi/AS2Go'
            LicenseUri = 'https://github.com/HerrHozi/AS2Go/blob/main/LICENSE'
        } 
    } 
    

    RootModule           = 'AS2Go.psm1'
    ModuleVersion = '2026.3.17.1034'
    GUID                 = '74b1e089-b087-4e17-8ce5-311823d72bf5'

    Author               = 'Holger Zimmermann | zimmermann.holger@live.de'
    CompanyName          = 'HerrHoZi.com'
    Copyright            = '(c) 2026 HerrHoZi. All rights reserved.'
    Description          = 'AS2Go is an acronym for Attack Scenario To Go.'

    PowerShellVersion    = '7.1'
    # Variables to export from this module
    VariablesToExport    = '*'

    # Aliases 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 aliases to export.
    #AliasesToExport = @()

    # DSC resources to export from this module
    # DscResourcesToExport = @()

    # List of all modules packaged with this module
    # ModuleList = @()

    # List of all files packaged with this module
    # FileList = @()

    # HelpInfo URI of this module
    # HelpInfoURI = ''


    DefaultCommandPrefix = 'AS'
}