????

Your IP : 18.117.158.174


Current Path : C:/Windows/System32/WindowsPowerShell/v1.0/Modules/WindowsErrorReporting/
Upload File :
Current File : C:/Windows/System32/WindowsPowerShell/v1.0/Modules/WindowsErrorReporting/WindowsErrorReporting.psd1

@{
    GUID = "{4BC4DED7-249B-41AC-973F-83AF4D25D82B}"
    Author = "Microsoft Corporation"
    CompanyName = "Microsoft Corporation"
    Copyright = "© Microsoft Corporation. All rights reserved."
    HelpInfoUri = "https://aka.ms/winsvr-2022-pshelp"
    ModuleVersion = "1.0"
    PowerShellVersion = '5.1'
    ClrVersion = "4.0"
    RootModule = "WindowsErrorReporting.psm1"
    NestedModules = "Microsoft.WindowsErrorReporting.PowerShell.dll"
    TypesToProcess = @()
    FormatsToProcess = @()
    CmdletsToExport = @(
        'Enable-WindowsErrorReporting',
        'Disable-WindowsErrorReporting',
        'Get-WindowsErrorReporting'
    )
    AliasesToExport = @()
    CompatiblePSEditions = @('Desktop', 'Core')
}