observeit.psd1

#
# Module manifest for module 'observeit'
#
# Generated by: Jonathan Boyko (observeit)
#
# Generated on: 5/4/2018
#

@{

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

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

# Supported PSEditions
CompatiblePSEditions = @(5.0,5.1)

# ID used to uniquely identify this module
GUID = '390c5334-85f6-49ca-a7d5-06679dd7b9d6'

# Author of this module
Author = 'Jonathan Boyko'

# Company or vendor of this module
CompanyName = 'observeit'

# Copyright statement for this module
Copyright = '(c) 2018 Jonathan Boyko (observeit). All rights reserved.'

# Description of the functionality provided by this module
Description = "
This is the unofficial observeit PowerShell module developed by observeit Professional Services.
It currently allows you to install and uninstall observeit, as well as perform several other operations.
To get help on how to use each function, use Get-Help <function name>.
Please note: this module currently correctly runs on PowerShell 5.0 and higher, and may not run correctly on previous PowerShell versions or on Windows Server machines older than 2016.
 
 
Version history:
Version 0.9.3
    - The Web Console installer will now install the Advanced Web Console as part of the installation process.
Version 0.9.2.3
    - The WAS service is no longer being stopped during maintenance operations, since it seems to be causing issues.
Version 0.9.2.2
    - D'oh! Fixed a bug where event logs are written to the same file.
Version 0.9.2.1
    - Added help for the Start-OITADGroupUpdate function.
Version 0.9.2
    - Added the Start-OITADGroupUpdate function. It scans an OU provided via a parameter and adds members to a specific Active Directory security group.
Version 0.9.1.2
    - D'oh! Fixed an issue where some configuration files were not copied into the ZIP file.
Version 0.9.1.1
    - Fixed a bug where some of the Windows event logs were not collected.
Version 0.9.1
    - Get-OITInfoCollection now exports last 3 days of Windows Event Logs for System and Application logs.
Version 0.9
    - Added the Get-OITInfoCollection function which allows for collection of ObserveIT trace logs and configuration files.
Version 0.8.2.2
    - Fixed an issue where during uninstallation the currently installed products would appear after the uninstall process has finished, not before.
    - Fixed an issue with installatiion of SNAC.
Version 0.8.2.1
    - Fixed an issue where the SQL Native Client prerequisite would not get installed.
Version 0.8.2
    - The Install-OIT script now uses a different function to validate credentials. This time it should not throw up.
    - Fixed a few missing spaces.
    - Set the GUI mode to Full for the Web Categorization module installer, since the silent one seems buggy.
    - The Install-OIT script now installs SQL ODBC driver required for the observeit APIs.
    - Updated few issues with the Remove-OITInstalledComponents function.
    - Installing the SQL Native Client prerequisite.
Version 0.8.1 2018-05-23 13:25:23
    - Mitigated some error messages at the component removal phase.
    - The component removal script will now display currently installed components prior to removal.
Version 0.8 2018-05-22 17:39:37
    - The module now includes the Start-OITVisualDataRetention function which allows for retention of the screenshot data separately.
    - When testing for credentials, you now have the option to proceed with installation even if the credentials were detected as incorrect.
Version 0.7.8
    - The Remove-OITInstalledComponents script no longer removes the observeit Agent if one is installed.
    - The Remove-OITInstalledComponents script displays current database server address prior to removal of the components.
    - The Install-OIT script will not display the username it is running as.
Version 0.7.7 2018-05-21 11:41:03
    - The Install-OIT script now will open a log file for a component installation if the installation fails.
    - Fixed issue where check for the installer version would fail.
Version 0.7.6 2018-05-21 11:26:02
    - The Install-OIT script validates IIS prerequisites prior to installation.
    - Numerous small fixes.
Version 0.7.5 2018-05-10 13:20:58
    The script now retries the installation of a component if the installation fails.
"


# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
CLRVersion = '4.0'

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# 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 = @('Test-OITCredentials','Install-OIT','Find-OITInstalledComponents','Remove-OITInstalledComponents','Remove-OITLeftOverItems','Test-Elevation','Find-OITRunningServices','Stop-OITServices','Start-IIS','Get-NestedMembership','Test-OITHeartBeatLatency','Get-OITLinks','Find-OITPaths','Start-OITConfigBackup','Restart-OITServices','Restart-IIS','Get-OITFreeSpace')

# 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 = @('*')

# 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 = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @('observeit','InsiderThreat','monitor')

        # A URL to the license for this module.
        # LicenseUri = ''

        # A URL to the main website for this project.
        # ProjectUri = ''

        # A URL to an icon representing this module.
        # IconUri = ''

        # ReleaseNotes of this module
        # ReleaseNotes = ''

    } # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''

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

}