{"id":21312112,"url":"https://github.com/oxhobbs/azurewvddsc","last_synced_at":"2026-04-28T17:33:27.376Z","repository":{"id":131942549,"uuid":"254221346","full_name":"OxHobbs/AzureWvdDSC","owner":"OxHobbs","description":"Bootstrap Azure WVD hostpool hosts with FSLogix and Sepago","archived":false,"fork":false,"pushed_at":"2020-05-01T15:19:09.000Z","size":132,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T09:51:23.069Z","etag":null,"topics":["azure","dsc","fslogix","microsoft","powershell","wvd"],"latest_commit_sha":null,"homepage":"","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/OxHobbs.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":"2020-04-08T23:13:00.000Z","updated_at":"2022-03-16T11:11:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc534f67-12ba-4a8e-89ca-84239f9d2100","html_url":"https://github.com/OxHobbs/AzureWvdDSC","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/OxHobbs%2FAzureWvdDSC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OxHobbs%2FAzureWvdDSC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OxHobbs%2FAzureWvdDSC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OxHobbs%2FAzureWvdDSC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OxHobbs","download_url":"https://codeload.github.com/OxHobbs/AzureWvdDSC/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243790944,"owners_count":20348378,"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":["azure","dsc","fslogix","microsoft","powershell","wvd"],"created_at":"2024-11-21T17:24:13.760Z","updated_at":"2026-04-28T17:33:22.355Z","avatar_url":"https://github.com/OxHobbs.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure WVD Bootstrap Script and DSC Resource Module\n\n## Description\n\nThis script and DSC resource module will hopefully ease some pains when needing to install and configure FSLogix and/or Sepago on Azure WVD session hosts.\n\n## Script\n\nThe script to kick off the bootstrap process for only FSLogix is in the root of the repo, `Bootstrap-VMs-FSLogix.ps1`.\nThere is also a script available to kickoff the bootstrap process of both FSLogix and Sepago, `Bootstrap-VMs-FSLogix_Sepago.ps1`.\n\nHowever, the DSC resource is published to the PowerShell Gallery [here](https://www.powershellgallery.com/packages/AzureWvdDsc/0.2.0) and can be used independent of this repository.\n\nThis `Bootstrap-VMs-FSLogix` script can take four optional parameters:\n\n* `ResourceGroupName`:The resource group in which the storage account and session hosts reside\n* `StorageAccountName`: The name of the storage account where the DSC artifacts will be staged\n* `StorageAccountResourceGroupName`: Optional - Specify the resource group in which the storage account for the DSC artifact resides.  If omitted, the `ResourceGroupName` parameter will be used for both VM resources and the storage account.\n* `ProfileShare`: The UNC Path where your FSLogix profile VHDs will be stored\n* `VMNames`: Provide a list of VMs that need to be configured.  If this value is ommitted then the script will    dynamically pull a list of VMs from the provided resource group\n\nThe `Bootstrap-VMs-FSLogix_Sepago` script takes the same parameters above and adds the following:\n\n* `WorkspaceId`: The ID of the Log Analytics workspace to which the sepago agent will send data.\n* `WorkspaceKey`: The key used to obtain access to the Log Analytics workspace.\n\n## Examples\n\n```\n.\\Bootstrap-VMs-FSLogix.ps1 -ResourceGroupName 'wvd-lab' -StorageAccountName 'wvdlabdalsjf' -ProfileShare \\\\myUnc\\Share -VMNames 'wvd-personal-1', 'wvd-personal-2' -Verbose\n```\n\n```\n.\\Bootstrap-VMs-FSLogix.ps1 -ResourceGroupName 'wvd-lab' -StorageAccountName 'wvdlabdljf' -ProfileShare \\\\myUnc\\Share -Verbose\n```\n\nScreen capture example of `Bootstrap-VMs-FSLogix_Sepago`\n\n![](img/example1.jpg)\n\n![](img/example2.jpg)\n\n## DSC Resource Module - AzureWvdDsc\n\nThe `AzureWvdDsc` module contains two DSC resources:\n\n* `FSLogixInstall` - Installs FSLogix (x64)\n* `ConfigureFSLogix` - Configures the necessary registry settings for FSLogix to use a file share for user profile VHDs\n* `SepagoAgentInstall` - Installs the log analytics agent for sepago\n* `SepagoAgentConfig` - Configured the sepago agent configuration file and scheduled task\n\n## ChangeLog\n\nv0.4.0\n* Added the capability to use a storage account in a different resource group than the VM resources to the Bootstrap scripts.\n\nv0.3.1\n* Fixed incorrectly spelled script name\n\nv0.3.0\n* Added `SepagoAgentConfig` and `SepagoAgentInstall` DSC resources\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxhobbs%2Fazurewvddsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxhobbs%2Fazurewvddsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxhobbs%2Fazurewvddsc/lists"}