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.8.2.1'

# 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.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.
Version 0.7.4 2018-05-08 20:55:20
    Prevent the script from removing the IIS settings for observeit. This just makes a mess.
Version 0.7.3 2018-05-03 13:50:11
    Various minor fixes and improvements:
    The Set-OITEncrypt and Set-OITDebug functions no longer change the encryption state of the Notification Service due to an apparent bug in the configuration file. You will have to alter it manually.
    The script now backs up the current configuration file prior to performing the change. The backed up file is stored in the same directory.
Version 0.7.2 2018-05-02 12:17:08
    After running Install-OIT, the function displays a list of currently installed products. Used to validate that the expected products were indeed installed.
Version 0.7.1 2018-05-02 11:56:42
    The Install-OIT function now checks whether we're installing observeit version 7.5 or higher. If we do, it installs the NodeJS prerequisite.
Version 0.7.0 2018-05-01 15:38:12
    Added the Get-OITFreeSpace function. This function tests specified drive on the server for free space. Either monitor space left in GB or percentage.
"


# 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 = ''

}