|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/Windows/System32/WindowsPowerShell/v1.0/Modules/WindowsUpdate/ |
Upload File : |
#
# Module manifest for module 'WindowsUpdate'
#
@{
# Version number of this module.
ModuleVersion = '1.0.0.0'
# ID used to uniquely identify this module
GUID = 'db6155f2-9e89-45cf-876a-f15141294f5b'
# Author of this module
Author = 'Microsoft Corporation'
# Company or vendor of this module
CompanyName = 'Microsoft Corporation'
# Copyright statement for this module
Copyright = '(c) Microsoft Corporation. All rights reserved.'
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'
# List of all modules packaged with this module
ModuleList = @('.\WindowsUpdateLog.psm1')
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\WindowsUpdateLog.psm1')
# Functions to export from this module
FunctionsToExport = @('Get-WindowsUpdateLog')
AliasesToExport = @()
CmdletsToExport = @()
# HelpInfo URI of this module
HelpInfoURI = 'https://aka.ms/winsvr-2025-pshelp'
CompatiblePSEditions = @('Desktop', 'Core')
}