From 0fed47582dee199ae5cad0574ca96d4f247b594f Mon Sep 17 00:00:00 2001 From: Ali Alzand <48525345+aaalzand@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:53:32 -0500 Subject: [PATCH] Added the latest check Added Get-ServiceStartupMode to the list of functions --- .../SSMAgent-Toolkit/SSMAgent-Toolkit.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Systems Manager/SSMAgent-Toolkit-Windows/SSMAgent-Toolkit/SSMAgent-Toolkit.psd1 b/Systems Manager/SSMAgent-Toolkit-Windows/SSMAgent-Toolkit/SSMAgent-Toolkit.psd1 index b14c018..0508ac4 100644 --- a/Systems Manager/SSMAgent-Toolkit-Windows/SSMAgent-Toolkit/SSMAgent-Toolkit.psd1 +++ b/Systems Manager/SSMAgent-Toolkit-Windows/SSMAgent-Toolkit/SSMAgent-Toolkit.psd1 @@ -15,7 +15,7 @@ RootModule = '' # Version number of this module. - ModuleVersion = '0.1.0' + ModuleVersion = '1.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -39,7 +39,7 @@ PowerShellVersion = '5.1' # 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 = @("Get-AgentProxySettings","Get-IEProxySettings","Get-InstanceID","Get-LocalSystemAccountEnvironmentVariablesProxy","Get-MetadataAccess","Get-Region","Get-ServiceAvailability","Get-ServiceAccount","Get-ServiceStatus","Get-LocalSystemAccountSTSCallerIdentity","Get-SystemWideEnvironmentVariablesProxy","Get-SystemWideProxy","Get-WindowsImageState","Invoke-SSMChecks","New-MetadataToken","Test-EndpointsNetworkAccess","Test-IAMInstanceProfile","Test-IAMInstanceProfileCredentialLastUpdate","Test-HybridRegistration","Get-SSMAgentVersion","Get-SessionManagerPluginVersion") + FunctionsToExport = @("Get-AgentProxySettings","Get-IEProxySettings","Get-InstanceID","Get-LocalSystemAccountEnvironmentVariablesProxy","Get-MetadataAccess","Get-Region","Get-ServiceAvailability","Get-ServiceAccount","Get-ServiceStatus","Get-LocalSystemAccountSTSCallerIdentity","Get-SystemWideEnvironmentVariablesProxy","Get-SystemWideProxy","Get-WindowsImageState","Invoke-SSMChecks","New-MetadataToken","Test-EndpointsNetworkAccess","Test-IAMInstanceProfile","Test-IAMInstanceProfileCredentialLastUpdate","Test-HybridRegistration","Get-SSMAgentVersion","Get-SessionManagerPluginVersion","Get-ServiceStartupMode") # 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 = @()