Skip to content

The default value of ScanScheduleDay is 0. Which is Everyday at least true for Windows Server 2019. #1444

The default value of ScanScheduleDay is 0. Which is Everyday at least true for Windows Server 2019.

The default value of ScanScheduleDay is 0. Which is Everyday at least true for Windows Server 2019. #1444

Workflow file for this run

name: Checklist
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- ready_for_review
- edited
- synchronize
permissions:
contents: read
jobs:
Test:
name: Verify Status
runs-on: windows-latest
if: |
!contains(github.event.pull_request.title, 'WIP') &&
!github.event.pull_request.draft
defaults:
run:
shell: pwsh
steps:
- name: Verify Checklist
id: verify_checklist
uses: MicrosoftDocs/PowerShell-Docs/.github/actions/verification/checklist/v1@main