{"id":22369808,"url":"https://github.com/equelin/psmitrend","last_synced_at":"2025-03-26T16:24:02.753Z","repository":{"id":90375901,"uuid":"101308758","full_name":"equelin/PSMitrend","owner":"equelin","description":"Powershell module for creating and submitting Mitrend assessments","archived":false,"fork":false,"pushed_at":"2017-09-01T13:14:12.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T08:46:20.717Z","etag":null,"topics":["api","dell","emc","mitrend","powershell","rest"],"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/equelin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-08-24T15:13:06.000Z","updated_at":"2017-08-24T16:16:44.000Z","dependencies_parsed_at":"2023-03-15T23:30:31.894Z","dependency_job_id":null,"html_url":"https://github.com/equelin/PSMitrend","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equelin%2FPSMitrend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equelin%2FPSMitrend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equelin%2FPSMitrend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equelin%2FPSMitrend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/equelin","download_url":"https://codeload.github.com/equelin/PSMitrend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245690149,"owners_count":20656532,"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":["api","dell","emc","mitrend","powershell","rest"],"created_at":"2024-12-04T19:28:38.963Z","updated_at":"2025-03-26T16:24:02.729Z","avatar_url":"https://github.com/equelin.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PSMitrend\nPowershell module for creating and submitting Mitrend assessments. It's purpose is to simplify the process of assessment's request by providing a single powershell command.\n\n```Powershell\n\u003e Request-Assessment -Company 'MyCompany' -AssessmentName 'MyAssessment' -DeviceType 'MyDevice' -File 'C:\\Myfile.zip'\n```\n\nThis module can be useful for automating planed assessment's request to provide long term insight of your infrastructure.\n\n## What is Mitrend?\n\nAs stated in the [Mitrend's website](https://medium.com/mitrend/what-is-mitrend-eb3abb884f21):\n\n\u003e Mitrend helps IT professionals by providing a clear and accurate view of datacenter infrastructure. Our automated services include assessments of a wide range of infrastructure components, from Server and Virtualization to Storage and Backup Systems.\n\n# Requirements\n\n- Powershell 4 (If possible get the latest version available)\n- A valid Mitrend account\n\n# Usage Instructions\n### Install the module\n```powershell\n#Automated installation from the Powershell Gallery (Powershell 5):\n    Install-Module PSMitrend\n\n# Or manual setup\n    # Download the repository\n    # Unblock the zip\n    # Extract the PSMitrend folder to a module path (e.g. $env:USERPROFILE\\Documents\\WindowsPowerShell\\Modules\\)\n\n# Import the module\n    Import-Module PSMitrend  #Alternatively, Import-Module \\\\Path\\To\\PSMitrend\n\n# Get commands in the module\n    Get-Command -Module PSMitrend\n\n# Get help\n    Get-Help Request-Assessment -Full #Get help for a specific command\n    Get-Help PSMitrend\n```\n\n### How to submit an assessment\n\n\u003e You can find more detailed scripts [here](./Examples/README.md)\n\n1- Follow the mitrend documentation to gather all relevant files\n\n2- Open a Powershell console and import the PSMitrend module\n\n```Powershell\n\u003e Import-Module PSMitrend\n```\n\n3- Get your Mitrend credentials\n\n```Powershell\n\u003e $Credentials = Get-Credential\n```\n\n4- Request an assessment\n\n```Powershell\n\u003e $Assessment = Request-Assessment -Credentials $Credentials -Company 'MyCompany' -AssessmentName 'MyAssessment' -DeviceType 'Unity' -File 'C:\\Myfile.zip'\n```\n\n7- If everything goes well, you should receive emails from Mitrend stating that they are processing the data\n\n8- You can request Mitrend to send you an email with the assessment in xml format with the command `Request-EmailReport`. I you need powerpoint's reports, you will have to download them from the Mitrend website\n\n```Powershell\n\u003e Request-EmailReport -Credentials $Credentials -Assessment $Assessment.id\n```\n\n# Author\n\n**Erwan Quélin**\n- \u003chttps://github.com/equelin\u003e\n- \u003chttps://twitter.com/erwanquelin\u003e\n\n# Special Thanks\n\n- Mitrend for providing [powershell's script examples ](https://github.com/Mitrend/APISamples/blob/master/createAssessment.ps1)\n\n# License\n\nCopyright 2016-2017 Erwan Quelin and the community.\n\nLicensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequelin%2Fpsmitrend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fequelin%2Fpsmitrend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequelin%2Fpsmitrend/lists"}