{"id":19504879,"url":"https://github.com/tools4everbv/helloid-task-sa-target-exchangeonpremises-distributiongroupcreate","last_synced_at":"2025-02-25T22:13:18.686Z","repository":{"id":198414701,"uuid":"700783053","full_name":"Tools4everBV/HelloID-Task-SA-Target-ExchangeOnpremises-DistributionGroupCreate","owner":"Tools4everBV","description":"Exchange On Premises - Distribution Group create","archived":false,"fork":false,"pushed_at":"2024-01-15T12:54:27.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-08T10:45:36.046Z","etag":null,"topics":["delegated-form","exchange-on-premises","powershell","product","service-automation","task"],"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/Tools4everBV.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":"2023-10-05T09:34:02.000Z","updated_at":"2024-01-09T09:39:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"224391ff-9691-4107-90a7-4fc29249fc9e","html_url":"https://github.com/Tools4everBV/HelloID-Task-SA-Target-ExchangeOnpremises-DistributionGroupCreate","commit_stats":null,"previous_names":["tools4everbv/helloid-task-sa-target-exchangeonpremises-distributiongroupcreate"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Task-SA-Target-ExchangeOnpremises-DistributionGroupCreate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Task-SA-Target-ExchangeOnpremises-DistributionGroupCreate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Task-SA-Target-ExchangeOnpremises-DistributionGroupCreate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Task-SA-Target-ExchangeOnpremises-DistributionGroupCreate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tools4everBV","download_url":"https://codeload.github.com/Tools4everBV/HelloID-Task-SA-Target-ExchangeOnpremises-DistributionGroupCreate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240754367,"owners_count":19852189,"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":["delegated-form","exchange-on-premises","powershell","product","service-automation","task"],"created_at":"2024-11-10T22:27:31.865Z","updated_at":"2025-02-25T22:13:18.577Z","avatar_url":"https://github.com/Tools4everBV.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# HelloID-Task-SA-Target-ExchangeOnline-DistributionGroupCreate\n\n## Prerequisites\nBefore using this snippet, verify you've met with the following requirements:\n- [ ] User defined variables: `$ExchangeAdminUsername`, `$ExchangeAdminPassword` and `$ExchangeConnectionUri` created in your HelloID portal. [See also Custom Variables](https://docs.helloid.com/en/variables/custom-variables.html)\n\n\n## Description\n\nThis code snippet executes the following tasks:\n\n1. Define a hash table `$formObject`. The keys of the hash table represent the properties of the `New-DistributionGroup` cmdlet, while the values represent the values entered in the form.\n\n\u003e To view an example of the form output, please refer to the JSON code pasted below.\n\n```json\n{\n    \"Name\": \"DistributionGroup1\",\n    \"DisplayName\": \"DistributionGroup1\",\n    \"PrimarySmtpAddress\": \"DistributionGroup1@mytestenvironment.dev\",\n    \"Alias\": \"DistributionGroup1\",\n    \"OU\" : \"testenvironment.dev/ExchangeDistributionGroups\"\n}\n```\n\n\u003e :exclamation: It is important to note that the names of your form fields might differ. Ensure that the `$formObject` hashtable is appropriately adjusted to match your form fields.\n\n2. Constructs a PowerShell credential object from the supplied administrative username and password\n\n3. Connects with the credentials to the Exchange on premises environment by means of the `New-PSSession` cmdlet\n\n4. Calls the `New-DistributionGroup` cmdlet to create the new Distribution Group\n\n5. Disconnects from the Exchange session by means of the `Remove-PsSession` cmdlet","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftools4everbv%2Fhelloid-task-sa-target-exchangeonpremises-distributiongroupcreate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftools4everbv%2Fhelloid-task-sa-target-exchangeonpremises-distributiongroupcreate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftools4everbv%2Fhelloid-task-sa-target-exchangeonpremises-distributiongroupcreate/lists"}