{"id":18647656,"url":"https://github.com/artcom/powershell-resource-bginfo","last_synced_at":"2025-11-05T07:30:28.674Z","repository":{"id":142420095,"uuid":"343853859","full_name":"artcom/powershell-resource-bginfo","owner":"artcom","description":"Powershell DSC Resource to install BGInfo to a Windows Host","archived":false,"fork":false,"pushed_at":"2021-03-26T16:47:19.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-12-27T12:21:44.630Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-02T17:17:51.000Z","updated_at":"2021-03-26T16:47:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"785b7c82-4259-420c-8a81-dc1af5b88b40","html_url":"https://github.com/artcom/powershell-resource-bginfo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fpowershell-resource-bginfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fpowershell-resource-bginfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fpowershell-resource-bginfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fpowershell-resource-bginfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artcom","download_url":"https://codeload.github.com/artcom/powershell-resource-bginfo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449650,"owners_count":19640556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-07T06:27:20.872Z","updated_at":"2025-11-05T07:30:28.612Z","avatar_url":"https://github.com/artcom.png","language":"PowerShell","readme":"# rsBGInfo\nThe rsBGInfo composite DSC resource module can be used to deploy [BGInfo utility](https://technet.microsoft.com/en-us/library/bb897557.aspx) and accompanying configuration (.bgi) file. Only the Ensure parameter is mandatory. All other parameters come with default values, but can be overridden to suit most use-cases. \n\n### Parameters\n * **Ensure**: Enable/disable BGInfo. Default \"Present\"\n * **BGInfoSrc**: Source URI for BGInfo.zip file. Default: https://download.sysinternals.com/files/BGInfo.zip\n * **DownloadPath**: Location, where to store the downloaded zip file. Default: \"C:\\rs-pkgs\\BGInfo\"\n * **InstallPath**: BGInfo utility installation path. Default: \"C:\\Program Files\\BgInfo\"\n * **ZipFileName**: Archive file name to use locally. Default: \"BGInfo.zip\"\n * **ConfSrc**: Source URI for BGInfo configuration file to deploy for the utility. Default: https://github.com/rsWinAutomationSupport/rsBGInfo/blob/master/Config/bginfo_config_for_DOAS.bgi?raw=true\n * **ConfFileName**: File name to use locally for BGInfo configuration file. Default: \"BGInfo.bgi\"\n * **ConfPath**: Path to the folder that contains the configuration file to use at BGInfo start-up. Default: \"C:\\Program Files\\BgInfo\"\n\n## Versions\n\n### 1.0.0\n *  Initial release\n\t *  Download and deployment of BGInfo utility from a URL\n\t *  Download and deployment of BGInfo utility configuration file form a URL\n\n\n## Examples\nDeploy BGInfo with default configuration:\n\n\n    Configuration Sample_default_BGInfo\n    {\n    \tparam\n    \t(\n    \t\t[string[]]$NodeName = 'localhost'\n    \t)\n    \tImport-DscResource -Module rsBGInfo \n    \tNode $NodeName\n    \t{\n    \t\trsBGInfo DeployBGInfo\n    \t\t{\n    \t\t\tEnsure       = \"Present\"\n    \t\t}\n    \t}\n    }\n\nDeploy BGInfo with custom configuration file in an alternate location: \n\n    Configuration Custom_confFile_BGInfo\n    {\n    \tparam\n    \t(\n    \t\t[string[]]$NodeName = 'localhost'\n    \t)\n    \tImport-DscResource -Module rsBGInfo \n    \tNode $NodeName\n    \t{\n    \t\trsBGInfo DeployCustomBGInfo\n    \t\t{\n    \t\t\tEnsure       = \"Present\"\n\t\t\t\tConfSrc      = \"http://some_other/location/my_config.bgi\"\n\t\t\t\tConfPath     = \"C:\\Program Files\\BgInfo\"\n    \t\t}\n    \t}\n    }","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fpowershell-resource-bginfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartcom%2Fpowershell-resource-bginfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fpowershell-resource-bginfo/lists"}