{"id":21806418,"url":"https://github.com/phlcrny/ccmlogs","last_synced_at":"2026-05-16T12:34:00.915Z","repository":{"id":41955013,"uuid":"285017968","full_name":"phlcrny/CCMLogs","owner":"phlcrny","description":"A simple Powershell module for viewing SCCM logs","archived":false,"fork":false,"pushed_at":"2022-04-22T11:55:37.000Z","size":31,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T07:45:02.427Z","etag":null,"topics":["mecm","powershell","sccm"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phlcrny.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-04T15:16:20.000Z","updated_at":"2024-02-18T07:32:40.000Z","dependencies_parsed_at":"2022-08-12T00:31:13.093Z","dependency_job_id":null,"html_url":"https://github.com/phlcrny/CCMLogs","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/phlcrny/CCMLogs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlcrny%2FCCMLogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlcrny%2FCCMLogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlcrny%2FCCMLogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlcrny%2FCCMLogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phlcrny","download_url":"https://codeload.github.com/phlcrny/CCMLogs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phlcrny%2FCCMLogs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33102913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mecm","powershell","sccm"],"created_at":"2024-11-27T12:19:31.340Z","updated_at":"2026-05-16T12:34:00.900Z","avatar_url":"https://github.com/phlcrny.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CCMLogs\n\n[![PowerShell Gallery][psgallery-badge]][psgallery]\n\nCCMLogs is intended as a simple module to make it easier to interact with Configuration Manager logs in Powershell.\n\n## Getting Started\n\n### Installing\n\n```Powershell\nInstall-Module -Name \"CCMLogs\"\n```\n\n### Usage\n\n```Powershell\nGet-CCMLog -LogName \"AppDiscovery\"\n# Retrieves the AppDiscovery log of the local machine\n\nGet-CCMLog -LogName \"AppEnforce\" -Count 10\n# Retrieves 10 entries from the AppEnforce log of the local machine\n\nGet-CCMLog -LogName \"AppIntentEval\", \"AppDiscovery\", \"AppEnforce\" | Out-GridView\n# Retrieves the 'AppIntentEval', 'AppDiscovery' and 'AppEnforce' log entries and outputs to Out-GridView for interactive search, sorting etc.\n\nGet-CCMLog -LogName \"AppIntentEval\", \"AppDiscovery\", \"AppEnforce\" -After (Get-Date).AddDays(-1)\n# Retrieves the 'AppIntentEval', 'AppDiscovery' and 'AppEnforce' log entries for the last 24 hours\n```\n\n[psgallery-badge]: https://img.shields.io/powershellgallery/dt/ccmlogs.svg\n[psgallery]: https://www.powershellgallery.com/packages/ccmlogs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphlcrny%2Fccmlogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphlcrny%2Fccmlogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphlcrny%2Fccmlogs/lists"}