-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Steps to reproduce
I am experiencing an intermittent outages in PowerShell Gallery search functionality today. Searches for common modules like "ComputerManagementDsc" are sometimes coming back with no results using both the website and the search api. For example the following query yields either no results or correct results in subsequent executions:
https://www.powershellgallery.com/api/v2/Search()?$filter=IsLatestVersion&searchTerm=%27ComputerManagementDsc%27&targetFramework=%27%27&includePrerelease=false&$skip=0&$top=40
Expected behavior
<?xml version="1.0" encoding="utf-8"?><feed xml:base="https://www.powershellgallery.com/api/v2" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"><m:count>3</m:count><id>http://schemas.datacontract.org/2004/07/</id><title /><updated>2025-12-03T21:27:55Z</updated><link rel="self" href="https://www.powershellgallery.com/api/v2/Packages" /><entry><id>https://www.powershellgallery.com/api/v2/Packages(Id='ComputerManagementDsc',Version='10.0.0')</id><category term="NuGetGallery.OData.V2FeedPackage" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" href="https://www.powershellgallery.com/api/v2/Packages(Id='ComputerManagementDsc',Version='10.0.0')" /><link rel="self" href="https://www.powershellgallery.com/api/v2/Packages(Id='ComputerManagementDsc',Version='10.0.0')" /><title type="text">ComputerManagementDsc</title><updated>2025-12-03T21:10:00Z</updated><author><name>DSC Community</name></author><content type="application/zip" src="https://www.powershellgallery.com/api/v2/package/ComputerManagementDsc/10.0.0" /><m:properties><d:Id>ComputerManagementDsc</d:Id><d:Version>10.0.0</d:Version><d:NormalizedVersion>10.0.0</d:NormalizedVersion><d:Authors>DSC Community</d:Authors><d:Copyright>Copyright the DSC Community contributors. All rights reserved.</d:Copyright><d:Created m:type="Edm.DateTime">2025-01-25T15:17:04</d:Created><d:Dependencies></d:Dependencies><d:Description>DSC resources for configuration of a Windows computer. These DSC resources allow you to perform computer management tasks, such as renaming the computer, joining a domain and scheduling tasks as well as configuring items such as virtual memory, event logs, time zones and power settings.</d:Description><d:DownloadCount m:type="Edm.Int32">46344724</d:DownloadCount><d:GalleryDetailsUrl>https://www.powershellgallery.com/packages/ComputerManagementDsc/10.0.0</d:GalleryDetailsUrl><d:IconUrl>https://dsccommunity.org/images/DSC_Logo_300p.png</d:IconUrl><d:IsLatestVersion m:type="Edm.Boolean">true</d:IsLatestVersion><d:IsAbsoluteLatestVersion m:type="Edm.Boolean">false</d:IsAbsoluteLatestVersion><d:IsPrerelease m:type="Edm.Boolean">false</d:IsPrerelease><d:Language></d:Language><d:LastUpdated m:type="Edm.DateTime">2025-12-03T21:10:00</d:LastUpdated><d:Published m:type="Edm.DateTime">2025-01-25T15:17:04</d:Published><d:PackageHash>OL60SNrUJFU4r2ux0I+oeXJv6XGJ5YvMlLA4MiPOKSQrdKQj02Q/TRLAntDZ5fxxDWYqA4IAkYO++pULUp/9FQ==</d:PackageHash><d:PackageHashAlgorithm>SHA512</d:PackageHashAlgorithm><d:PackageSize m:type="Edm.Int64">260802</d:PackageSize><d:ProjectUrl>https://github.com/dsccommunity/ComputerManagementDsc</d:ProjectUrl><d:ReportAbuseUrl>https://www.powershellgallery.com/packages/ComputerManagementDsc/10.0.0/ReportAbuse</d:ReportAbuseUrl><d:ReleaseNotes xml:space="preserve">## [10.0.0] - 2025-01-25

### Added

- SystemProtection
- New resource to configure System Protection settings (formerly xWindowsRestore) - Fixes [Issue #364](https://github.com/dsccommunity/ComputerManagementDsc/issues/364).
- SystemRestorePoint
- New resource to create and delete restore points (formerly xSystemRestorePoint) - Fixes [Issue #364](https://github.com/dsccommunity/ComputerManagementDsc/issues/364).
- ScheduledTask
- Added support for ScheduleType 'OnIdle', 'AtCreation', 'OnSessionState'.
Fixes [Issue #282](https://github.com/dsccommunity/ComputerManagementDsc/issues/282).
- Added support for StateChange to allow specifying which session state changes should
trigger the task (with ScheduleType = OnSessionState).
- Added support for StopAtDurationEnd permitting control over the 'Stop all running tasks
at the end of the repetition duration' feature.
Fixes [Issue #168](https://github.com/dsccommunity/ComputerManagementDsc/issues/168).
- Added support for TriggerExecutionTimeLimit permitting control over per-trigger 'Stop task
if it runs longer than...' feature.

### Fixed

- BREAKING CHANGE: ScheduledTask
- Fixed SynchronizeAcrossTimeZone issue where Test always throws False when a date & time is used
where Daylight Savings Time is in operation. Fixes [Issue #374](https://github.com/dsccommunity/ComputerManagementDsc/issues/374).
- Fixed Test-DateStringContainsTimeZone to correctly process date strings behind UTC (-), as well
as UTC Zulu 'Z' strings.
- Fixed User parameter to correctly return the user that triggers an AtLogon or OnSessionState
Schedule Type, instead of the current value of ExecuteAsCredential. This parameter
is only valid when using the AtLogon and OnSessionState Schedule Types.
- Fixed User parameter to permit use even if LogonType = Group.
- Updated RandomDelay logic from a blacklist to a whitelist.
- Updated Delay parameter logic to reflect other TimeSpan based values.
- Updated unit tests to use Should -Invoke for Pester 5 compatibility.
- Updated various parameters with requirements in documentation.
- `VirtualMemory` fix incorrect variable name
- `SmbServerConfiguration` remove errant argument
- Update all calls to edit the registry so that the value Type is explicitly set.
Fixes [Issue #433](https://github.com/dsccommunity/ComputerManagementDsc/issues/433).
- Made AppVeyor use ModuleFast to resolve dependencies.

### Changed

- BREAKING CHANGE: ScheduledTask
- StartTime has chnage the type from DateTime to String.
- StartTime is now processed on the device, rather than at compile time. This makes it possible
to configure start times based on each device's timezone, rather than being fixed to the time zone
configured on the device where the Desired State Configuration compilation was run.
- Allow StartTime to be used to set the 'Activate' setting when adding ScheduleType triggers
other than 'Once', 'Daily' and 'Weekly'.
- Changed the default StartTime date from today to 1st January 1980 to prevent configuration flip flopping,
and added note to configuration README to advise always supplying a date, and not just a time.
Fixes [Issue #148](https://github.com/dsccommunity/ComputerManagementDsc/issues/148).
Fixes [Issue #411](https://github.com/dsccommunity/ComputerManagementDsc/issues/411).
- Added examples & note to configuration README to supply a timezone when using SynchronizeAcrossTimeZone.
- Allow SynchronizeAcrossTimeZone to be used when adding ScheduleType triggers other than 'Once',
'Daily' and 'Weekly'.
- Updated Delay parameter to support ScheduleType AtLogon, AtStartup, AtCreation, OnSessionState.
Fixes [Issue #345](https://github.com/dsccommunity/ComputerManagementDsc/issues/345).
- Updated User parameter for use with ScheduleType OnSessionState in addition to AtLogon.
- Updated integration tests to ensure resource and configuration names are matching.
- Converted tests to Pester 5
- Rename Delete-ADSIObject to Delete-ADSIObject to satisfy HQRM
- No longer uses alias `New-InvalidArgumentException` but instead `New-ArgumentException`

### Removed

- Removed `Get-InvalidOperationRecord` to use version provided by `DscResource.Test`

</d:ReleaseNotes><d:RequireLicenseAcceptance m:type="Edm.Boolean">false</d:RequireLicenseAcceptance><d:Summary></d:Summary><d:Tags>DesiredStateConfiguration DSC DSCResource PSModule PSDscResource_Computer PSDscResource_OfflineDomainJoin PSDscResource_PendingReboot PSDscResource_PowerPlan PSDscResource_PowerShellExecutionPolicy PSDscResource_RemoteDesktopAdmin PSDscResource_ScheduledTask PSDscResource_SmbServerConfiguration PSDscResource_SmbShare PSDscResource_SystemLocale PSDscResource_SystemProtection PSDscResource_SystemRestorePoint PSDscResource_TimeZone PSDscResource_VirtualMemory PSDscResource_WindowsEventLog PSDscResource_WindowsCapability PSDscResource_IEEnhancedSecurityConfiguration PSDscResource_UserAccountControl PSDscResource_PSResourceRepository PSIncludes_DscResource</d:Tags><d:Title>ComputerManagementDsc</d:Title><d:VersionDownloadCount m:type="Edm.Int32">1008494</d:VersionDownloadCount><d:MinClientVersion></d:MinClientVersion><d:LastEdited m:null="true" /><d:LicenseUrl>https://github.com/dsccommunity/ComputerManagementDsc/blob/main/LICENSE</d:LicenseUrl><d:LicenseNames></d:LicenseNames><d:LicenseReportUrl></d:LicenseReportUrl><d:ItemType>Module</d:ItemType><d:FileList>ComputerManagementDsc.nuspec|ComputerManagementDsc.psm1|DSCResources\DSC_PendingReboot\README.md|DSCResources\DSC_PendingReboot\DSC_PendingReboot.psm1|ComputerManagementDsc.psd1|Modules\ComputerManagementDsc.Common\ComputerManagementDsc.Common.psm1|en-US\PSResourceRepository.strings.psd1|Modules\ComputerManagementDsc.Common\SetTimeZone.cs|en-US\about_PSResourceRepository.help.txt|DSCResources\DSC_SystemProtection\en-US\about_SystemProtection.help.txt|en-US\ComputerManagementDsc.strings.psd1|DSCResources\DSC_SystemProtection\en-US\DSC_SystemProtection.strings.psd1|en-US\about_ComputerManagementDsc.help.txt|DSCResources\DSC_PowerPlan\en-US\about_PowerPlan.help.txt|DSCResources\DSC_SystemProtection\README.md|DSCResources\DSC_PowerPlan\en-US\DSC_PowerPlan.schema.mfl|DSCResources\DSC_SystemProtection\DSC_SystemProtection.psm1|DSCResources\DSC_PowerPlan\en-US\DSC_PowerPlan.strings.psd1|DSCResources\DSC_SystemProtection\DSC_SystemProtection.schema.mof|DSCResources\DSC_RemoteDesktopAdmin\en-US\DSC_RemoteDesktopAdmin.strings.psd1|DSCResources\DSC_PowerPlan\README.md|DSCResources\DSC_RemoteDesktopAdmin\en-US\about_RemoteDesktopAdmin.help.txt|DSCResources\DSC_PowerPlan\DSC_PowerPlan.psm1|DSCResources\DSC_WindowsCapability\en-US\about_WindowsCapability.help.txt|DSCResources\DSC_PowerPlan\DSC_PowerPlan.schema.mof|DSCResources\DSC_WindowsCapability\en-US\DSC_WindowsCapability.strings.psd1|DSCResources\DSC_RemoteDesktopAdmin\README.md|DSCResources\DSC_WindowsEventLog\en-US\DSC_WindowsEventLog.strings.psd1|DSCResources\DSC_RemoteDesktopAdmin\DSC_RemoteDesktopAdmin.schema.mof|DSCResources\DSC_WindowsEventLog\en-US\about_WindowsEventLog.help.txt|DSCResources\DSC_RemoteDesktopAdmin\DSC_RemoteDesktopAdmin.psm1|DSCResources\DSC_OfflineDomainJoin\en-US\about_OfflineDomainJoin.help.txt|DSCResources\DSC_WindowsCapability\README.md|DSCResources\DSC_OfflineDomainJoin\en-US\DSC_OfflineDomainJoin.strings.psd1|DSCResources\DSC_WindowsCapability\DSC_WindowsCapability.psm1|DSCResources\DSC_SystemRestorePoint\en-US\about_SystemRestorePoint.help.txt|DSCResources\DSC_WindowsCapability\DSC_WindowsCapability.schema.mof|DSCResources\DSC_SystemRestorePoint\en-US\DSC_SystemRestorePoint.strings.psd1|DSCResources\DSC_WindowsEventLog\README.md|DSCResources\DSC_IEEnhancedSecurityConfiguration\en-US\DSC_IEEnhancedSecurityConfiguration.strings.psd1|DSCResources\DSC_WindowsEventLog\DSC_WindowsEventLog.schema.mof|DSCResources\DSC_IEEnhancedSecurityConfiguration\en-US\about_IEEnhancedSecurityConfiguration.help.txt|DSCResources\DSC_WindowsEventLog\DSC_WindowsEventLog.psm1|DSCResources\DSC_Computer\en-US\about_Computer.help.txt|DSCResources\DSC_OfflineDomainJoin\README.md|DSCResources\DSC_Computer\en-US\DSC_Computer.strings.psd1|DSCResources\DSC_OfflineDomainJoin\DSC_OfflineDomainJoin.schema.mof|DSCResources\DSC_VirtualMemory\en-US\about_VirtualMemory.help.txt|DSCResources\DSC_OfflineDomainJoin\DSC_OfflineDomainJoin.psm1|DSCResources\DSC_VirtualMemory\en-US\DSC_VirtualMemory.strings.psd1|DSCResources\DSC_SystemRestorePoint\README.md|DSCResources\DSC_TimeZone\en-US\about_TimeZone.help.txt|DSCResources\DSC_SystemRestorePoint\DSC_SystemRestorePoint.psm1|DSCResources\DSC_TimeZone\en-US\DSC_TimeZone.strings.psd1|DSCResources\DSC_SystemRestorePoint\DSC_SystemRestorePoint.schema.mof|DSCResources\DSC_SmbServerConfiguration\en-US\about_SmbServerConfiguration.help.txt|DSCResources\DSC_IEEnhancedSecurityConfiguration\README.md|DSCResources\DSC_SmbServerConfiguration\en-US\DSC_SmbServerConfiguration.strings.psd1|DSCResources\DSC_IEEnhancedSecurityConfiguration\DSC_IEEnhancedSecurityConfiguration.psm1|DSCResources\DSC_SmbServerConfiguration\en-US\DSC_SmbServerConfiguration.schema.mfl|DSCResources\DSC_IEEnhancedSecurityConfiguration\DSC_IEEnhancedSecurityConfiguration.schema.mof|DSCResources\DSC_SmbShare\en-US\about_SmbShare.help.txt|DSCResources\DSC_Computer\README.md|DSCResources\DSC_SmbShare\en-US\DSC_SmbShare.strings.psd1|DSCResources\DSC_Computer\DSC_Computer.psm1|DSCResources\DSC_SmbShare\en-US\DSC_SmbShare.schema.mfl|DSCResources\DSC_Computer\DSC_Computer.schema.mof|DSCResources\DSC_SystemLocale\en-US\about_SystemLocale.help.txt|DSCResources\DSC_VirtualMemory\DSC_VirtualMemory.psm1|DSCResources\DSC_SystemLocale\en-US\DSC_SystemLocale.strings.psd1|DSCResources\DSC_VirtualMemory\README.md|DSCResources\DSC_UserAccountControl\en-US\DSC_UserAccountControl.strings.psd1|DSCResources\DSC_VirtualMemory\DSC_VirtualMemory.schema.mof|DSCResources\DSC_UserAccountControl\en-US\about_UserAccountControl.help.txt|DSCResources\DSC_TimeZone\DSC_TimeZone.psm1|DSCResources\DSC_PowerShellExecutionPolicy\en-US\about_PowerShellExecutionPolicy.help.txt|DSCResources\DSC_TimeZone\README.md|DSCResources\DSC_PowerShellExecutionPolicy\en-US\DSC_PowerShellExecutionPolicy.strings.psd1|DSCResources\DSC_TimeZone\DSC_TimeZone.schema.mof|DSCResources\DSC_ScheduledTask\en-US\about_ScheduledTask.help.txt|DSCResources\DSC_SmbServerConfiguration\README.md|DSCResources\DSC_ScheduledTask\en-US\DSC_ScheduledTask.strings.psd1|DSCResources\DSC_SmbServerConfiguration\DSC_SmbServerConfiguration.data.psd1|DSCResources\DSC_PendingReboot\en-US\about_PendingReboot.help.txt|DSCResources\DSC_SmbServerConfiguration\DSC_SmbServerConfiguration.schema.mof|DSCResources\DSC_PendingReboot\en-US\DSC_PendingReboot.strings.psd1|DSCResources\DSC_SmbServerConfiguration\DSC_SmbServerConfiguration.psm1|DSCResources\DSC_PendingReboot\en-US\DSC_PendingReboot.data.psd1|DSCResources\DSC_SmbShare\README.md|Modules\DscResource.Common\0.19.0\DscResource.Common.psd1|DSCResources\DSC_SmbShare\DSC_SmbShare.schema.mof|Modules\DscResource.Common\0.19.0\DscResource.Common.psm1|DSCResources\DSC_SmbShare\DSC_SmbShare.psm1|Modules\ComputerManagementDsc.Common\en-US\ComputerManagementDsc.Common.strings.psd1|DSCResources\DSC_SystemLocale\README.md|Modules\DscResource.Base\1.1.2\DscResource.Base.psm1|DSCResources\DSC_SystemLocale\DSC_SystemLocale.schema.mof|Modules\DscResource.Base\1.1.2\DscResource.Base.psd1|DSCResources\DSC_SystemLocale\DSC_SystemLocale.psm1|Modules\DscResource.Common\0.19.0\en-US\DscResource.Common.strings.psd1|DSCResources\DSC_UserAccountControl\README.md|Modules\DscResource.Common\0.19.0\en-US\about_DscResource.Common.help.txt|DSCResources\DSC_UserAccountControl\DSC_UserAccountControl.psm1|Modules\DscResource.Common\0.19.0\en-US\DscResource.Common-help.xml|DSCResources\DSC_UserAccountControl\DSC_UserAccountControl.schema.mof|Modules\DscResource.Base\1.1.2\en-US\DscResource.Base.strings.psd1|DSCResources\DSC_PowerShellExecutionPolicy\README.md|Modules\DscResource.Base\1.1.2\en-US\ResourceBase.strings.psd1|DSCResources\DSC_PowerShellExecutionPolicy\DSC_PowerShellExecutionPolicy.psm1|Modules\DscResource.Base\1.1.2\en-US\about_DscResource.Base.help.txt|DSCResources\DSC_PowerShellExecutionPolicy\DSC_PowerShellExecutionPolicy.schema.mof|Modules\DscResource.Base\1.1.2\Modules\DscResource.Common\0.17.2\DscResource.Common.psd1|DSCResources\DSC_ScheduledTask\README.md|Modules\DscResource.Base\1.1.2\Modules\DscResource.Common\0.17.2\DscResource.Common.psm1|DSCResources\DSC_ScheduledTask\DSC_ScheduledTask.schema.mof|Modules\DscResource.Base\1.1.2\Modules\DscResource.Common\0.17.2\en-US\DscResource.Common.strings.psd1|DSCResources\DSC_ScheduledTask\DSC_ScheduledTask.psm1|Modules\DscResource.Base\1.1.2\Modules\DscResource.Common\0.17.2\en-US\about_DscResource.Common.help.txt|DSCResources\DSC_PendingReboot\DSC_PendingReboot.schema.mof|Modules\DscResource.Base\1.1.2\Modules\DscResource.Common\0.17.2\en-US\DscResource.Common-help.xml</d:FileList><d:GUID>B5004952-489E-43EA-999C-F16A25355B89</d:GUID><d:PowerShellVersion>5.0</d:PowerShellVersion><d:PowerShellHostVersion></d:PowerShellHostVersion><d:DotNetFrameworkVersion></d:DotNetFrameworkVersion><d:CLRVersion>4.0</d:CLRVersion><d:ProcessorArchitecture></d:ProcessorArchitecture><d:CompanyName>DSC Community</d:CompanyName><d:Owners>PowerShellTeam,gaelcolas,dsccommunity</d:Owners></m:properties></entry><entry><id>https://www.powershellgallery.com/api/v2/Packages(Id='xPowerShellExecutionPolicy',Version='3.1.0')</id><category term="NuGetGallery.OData.V2FeedPackage" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" href="https://www.powershellgallery.com/api/v2/Packages(Id='xPowerShellExecutionPolicy',Version='3.1.0')" /><link rel="self" href="https://www.powershellgallery.com/api/v2/Packages(Id='xPowerShellExecutionPolicy',Version='3.1.0')" /><title type="text">xPowerShellExecutionPolicy</title><updated>2025-12-03T20:50:00Z</updated><author><name>OneScript Team</name></author><content type="application/zip" src="https://www.powershellgallery.com/api/v2/package/xPowerShellExecutionPolicy/3.1.0" /><m:properties><d:Id>xPowerShellExecutionPolicy</d:Id><d:Version>3.1.0.0</d:Version><d:NormalizedVersion>3.1.0</d:NormalizedVersion><d:Authors>OneScript Team</d:Authors><d:Copyright>(c) 2014 Microsoft Corporation. All rights reserved.</d:Copyright><d:Created m:type="Edm.DateTime">2018-07-25T21:32:26</d:Created><d:Dependencies></d:Dependencies><d:Description>This DSC resource can change the user preference for the Windows PowerShell execution policy. THIS MODULE HAS BEEN DEPRECATED
It will no longer be released. Please use the "PowerShellExecutionPolicy" resource in ComputerManagementDsc instead.</d:Description><d:DownloadCount m:type="Edm.Int32">23177419</d:DownloadCount><d:GalleryDetailsUrl>https://www.powershellgallery.com/packages/xPowerShellExecutionPolicy/3.1.0</d:GalleryDetailsUrl><d:IconUrl m:null="true" /><d:IsLatestVersion m:type="Edm.Boolean">true</d:IsLatestVersion><d:IsAbsoluteLatestVersion m:type="Edm.Boolean">true</d:IsAbsoluteLatestVersion><d:IsPrerelease m:type="Edm.Boolean">false</d:IsPrerelease><d:Language></d:Language><d:LastUpdated m:type="Edm.DateTime">2025-12-03T20:50:00</d:LastUpdated><d:Published m:type="Edm.DateTime">2018-07-25T21:32:26</d:Published><d:PackageHash>Et8fp1icM1w0H6pqtm3a5HbTnBVTaw5Dt+lam9y58vgQmipXJxLr+jlWL3+srlqapLSXpWH7HnQCXz+IVcWNbw==</d:PackageHash><d:PackageHashAlgorithm>SHA512</d:PackageHashAlgorithm><d:PackageSize m:type="Edm.Int64">12962</d:PackageSize><d:ProjectUrl>https://github.com/PowerShell/xPowerShellExecutionPolicy</d:ProjectUrl><d:ReportAbuseUrl>https://www.powershellgallery.com/packages/xPowerShellExecutionPolicy/3.1.0/ReportAbuse</d:ReportAbuseUrl><d:ReleaseNotes xml:space="preserve">* Deprecated this module. This resource module will no longer be released. Please use the PowerShellExecutionPolicy resource in ComputerManagementDsc instead.

</d:ReleaseNotes><d:RequireLicenseAcceptance m:type="Edm.Boolean">true</d:RequireLicenseAcceptance><d:Summary></d:Summary><d:Tags>DesiredStateConfiguration DSC DSCResourceKit DSCResource PSModule PSFunction_Get-TargetResource PSCommand_Get-TargetResource PSFunction_Test-TargetResource PSCommand_Test-TargetResource PSFunction_Set-TargetResource PSCommand_Set-TargetResource PSIncludes_Function PSDscResource_xPowerShellExecutionPolicy PSIncludes_DscResource</d:Tags><d:Title>xPowerShellExecutionPolicy</d:Title><d:VersionDownloadCount m:type="Edm.Int32">2831427</d:VersionDownloadCount><d:MinClientVersion></d:MinClientVersion><d:LastEdited m:null="true" /><d:LicenseUrl>https://github.com/PowerShell/xPowerShellExecutionPolicy/blob/master/LICENSE</d:LicenseUrl><d:LicenseNames></d:LicenseNames><d:LicenseReportUrl></d:LicenseReportUrl><d:ItemType>Module</d:ItemType><d:FileList>xPowerShellExecutionPolicy.nuspec|LICENSE|README.md|xPowerShellExecutionPolicy.psd1|DSCResources\MSFT_xPowerShellExecutionPolicy\MSFT_xPowerShellExecutionPolicy.psm1|DSCResources\MSFT_xPowerShellExecutionPolicy\MSFT_xPowerShellExecutionPolicy.schema.mof|Examples\1-SetPowerShellExecutionPolicy.ps1|Examples\2-SetPowerShellExecutionPolicyWithoutScopeLevel.ps1|Tests\Integration\MSFT_xPowerShellExecutionPolicy.config.ps1|Tests\Integration\MSFT_xPowerShellExecutionPolicy.Integration.Tests.ps1|Tests\Unit\MSFT_xPowerShellExecutionpolicy.Tests.ps1</d:FileList><d:GUID>ee440155-d4cc-4ec8-9822-2a9bd7d8c82f</d:GUID><d:PowerShellVersion>4.0</d:PowerShellVersion><d:PowerShellHostVersion></d:PowerShellHostVersion><d:DotNetFrameworkVersion></d:DotNetFrameworkVersion><d:CLRVersion></d:CLRVersion><d:ProcessorArchitecture></d:ProcessorArchitecture><d:CompanyName>Microsoft Corporation</d:CompanyName><d:Owners>PowerShellTeam</d:Owners></m:properties></entry><entry><id>https://www.powershellgallery.com/api/v2/Packages(Id='xWinEventLog',Version='1.3.0')</id><category term="NuGetGallery.OData.V2FeedPackage" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" href="https://www.powershellgallery.com/api/v2/Packages(Id='xWinEventLog',Version='1.3.0')" /><link rel="self" href="https://www.powershellgallery.com/api/v2/Packages(Id='xWinEventLog',Version='1.3.0')" /><title type="text">xWinEventLog</title><updated>2025-12-03T20:50:00Z</updated><author><name>Microsoft Corporation</name></author><content type="application/zip" src="https://www.powershellgallery.com/api/v2/package/xWinEventLog/1.3.0" /><m:properties><d:Id>xWinEventLog</d:Id><d:Version>1.3.0.0</d:Version><d:NormalizedVersion>1.3.0</d:NormalizedVersion><d:Authors>Microsoft Corporation</d:Authors><d:Copyright>(c) 2014 Microsoft Corporation. All rights reserved</d:Copyright><d:Created m:type="Edm.DateTime">2019-04-03T22:52:16</d:Created><d:Dependencies></d:Dependencies><d:Description>Configure Windows Event Logs. THIS MODULE HAS BEEN DEPRECATED. It will no longer be released. Please use the "WinEventLog" resource in ComputerManagementDsc instead.</d:Description><d:DownloadCount m:type="Edm.Int32">1100274</d:DownloadCount><d:GalleryDetailsUrl>https://www.powershellgallery.com/packages/xWinEventLog/1.3.0</d:GalleryDetailsUrl><d:IconUrl m:null="true" /><d:IsLatestVersion m:type="Edm.Boolean">true</d:IsLatestVersion><d:IsAbsoluteLatestVersion m:type="Edm.Boolean">true</d:IsAbsoluteLatestVersion><d:IsPrerelease m:type="Edm.Boolean">false</d:IsPrerelease><d:Language></d:Language><d:LastUpdated m:type="Edm.DateTime">2025-12-03T20:50:00</d:LastUpdated><d:Published m:type="Edm.DateTime">2019-04-03T22:52:16</d:Published><d:PackageHash>Hwq+MZpVlAOqYSMP4z00s977VjWwfbNRbeZLO/FMKJKDEJoZAHjVLhQ7LyelRD235DJs1fOr51feYjdTvTBipw==</d:PackageHash><d:PackageHashAlgorithm>SHA512</d:PackageHashAlgorithm><d:PackageSize m:type="Edm.Int64">10355</d:PackageSize><d:ProjectUrl>https://github.com/PowerShell/xWinEventLog</d:ProjectUrl><d:ReportAbuseUrl>https://www.powershellgallery.com/packages/xWinEventLog/1.3.0/ReportAbuse</d:ReportAbuseUrl><d:ReleaseNotes xml:space="preserve">* THIS MODULE HAS BEEN DEPRECATED. It will no longer be released.
Please use the "WinEventLog" resource in ComputerManagementDsc instead. 
* Update appveyor.yml to use the default template.
* Added default template files .codecov.yml, .gitattributes, and .gitignore, and
.vscode folder.

</d:ReleaseNotes><d:RequireLicenseAcceptance m:type="Edm.Boolean">false</d:RequireLicenseAcceptance><d:Summary></d:Summary><d:Tags>DesiredStateConfiguration DSC DSCResourceKit DSCResource PSModule PSFunction_Show-xWinEventLogExamples PSCommand_Show-xWinEventLogExamples PSIncludes_Function PSDscResource_xWinEventLog PSIncludes_DscResource</d:Tags><d:Title>xWinEventLog</d:Title><d:VersionDownloadCount m:type="Edm.Int32">248337</d:VersionDownloadCount><d:MinClientVersion></d:MinClientVersion><d:LastEdited m:null="true" /><d:LicenseUrl>https://github.com/PowerShell/xWinEventLog/blob/master/LICENSE</d:LicenseUrl><d:LicenseNames></d:LicenseNames><d:LicenseReportUrl></d:LicenseReportUrl><d:ItemType>Module</d:ItemType><d:FileList>xWinEventLog.nuspec|LICENSE|README.md|WinEvent.Tests.ps1|xWinEventLog.psd1|xWinEventLog.psm1|DSCResources\MSFT_xWinEventLog\MSFT_xWinEventLog.psm1|DSCResources\MSFT_xWinEventLog\MSFT_xWinEventLog.schema.mof|Examples\Demo1.ps1</d:FileList><d:GUID>5b4a0524-9c3f-44d6-933e-717c5c22b16a</d:GUID><d:PowerShellVersion>4.0</d:PowerShellVersion><d:PowerShellHostVersion></d:PowerShellHostVersion><d:DotNetFrameworkVersion></d:DotNetFrameworkVersion><d:CLRVersion></d:CLRVersion><d:ProcessorArchitecture></d:ProcessorArchitecture><d:CompanyName>Microsoft Corporation</d:CompanyName><d:Owners>PowerShellTeam</d:Owners></m:properties></entry></feed>Actual behavior
<?xml version="1.0" encoding="utf-8"?>
<feed xml:base="https://www.powershellgallery.com/api/v2"
xmlns="http://www.w3.org/2005/Atom"
xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"
xmlns:georss="http://www.georss.org/georss"
xmlns:gml="http://www.opengis.net/gml">
<m:count>0</m:count>
<id>http://schemas.datacontract.org/2004/07/</id>
<title />
<updated>2025-12-03T21:30:56Z</updated>
<link rel="self" href="https://www.powershellgallery.com/api/v2/Packages" />
<author>
<name />
</author>
</feed>Error details
N/AEnvironment data
N/AVersion
N/A
Visuals
No response
Metadata
Metadata
Assignees
Labels
No labels