{"id":26084211,"url":"https://github.com/netricsag/poweramt","last_synced_at":"2025-04-12T00:50:26.224Z","repository":{"id":56790675,"uuid":"523368412","full_name":"netricsag/PowerAMT","owner":"netricsag","description":"PowerShell module to manage AMT Devices with the Open AMT Cloud Toolkit API","archived":false,"fork":false,"pushed_at":"2023-10-19T08:48:21.000Z","size":89,"stargazers_count":8,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T20:33:05.105Z","etag":null,"topics":["amt","intel","oact","openamt","powershell","vpro"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netricsag.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":"2022-08-10T14:07:27.000Z","updated_at":"2024-04-21T20:54:00.000Z","dependencies_parsed_at":"2023-10-19T09:31:19.120Z","dependency_job_id":null,"html_url":"https://github.com/netricsag/PowerAMT","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netricsag%2FPowerAMT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netricsag%2FPowerAMT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netricsag%2FPowerAMT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netricsag%2FPowerAMT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netricsag","download_url":"https://codeload.github.com/netricsag/PowerAMT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501901,"owners_count":21114681,"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":["amt","intel","oact","openamt","powershell","vpro"],"created_at":"2025-03-09T04:51:04.535Z","updated_at":"2025-04-12T00:50:26.194Z","avatar_url":"https://github.com/netricsag.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerAMT\n\n[![CI](https://github.com/netricsag/PowerAMT/actions/workflows/main.yml/badge.svg)]([https://github.com/netricsag/PowerAMT/actions/workflows/main.yml](https://github.com/netricsag/PowerAMT/workflows/CI/badge.svg))\n![GitHub all releases](https://img.shields.io/github/downloads/netricsag/PowerAMT/total?label=Downloads\u0026logo=github)\n![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PowerAMT?label=Downloads\u0026logo=powershell)\n![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/PowerAMT?label=PowerShell%20Gallery\u0026logo=powerShell)\n\n## Overview\n\nThis PowerShell module is a simple wrapper for the [Intel Open AMT Cloud Toolkit](https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit) API.\nIt serves to make the API interaction and automation with PowerShell simpler.\n\nIn the current build only MPS functions (device management) are supported. RPS functions will be implemented in a later stage.\n\n## Requirements\n\n- PowerShell 5.1 or higher (Version 3 might work but it's not tested and not supported)\n- [Intel Open AMT Cloud Toolkit](https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit)\n\n## Quickstart\n\n### Installation\n\nIf you have the PowerShellGet module installed or PowerShell 5.1 or higher you can enter the following command:\n\n```powershell\nC:\\\u003e Install-Module -Name PowerAMT\n```\n\n### Basic usage\n\nImport module:\n\n```powershell\nC:\\\u003e Import-Module -Name PowerAMT\n```\n\nCreate a session:\n\n```powershell\nC:\\\u003e Connect-AMTManagement -AMTManagementAddress 192.168.1.100 -AMTUsername admin -AMTPassword P@ssw0rd\n\nToken           Address\n-----           -------\n\u003cJWT Token\u003e     192.168.1.100\n```\n\nRetrieve all devices:\n\n```powershell\nC:\\\u003e Get-AMTDevice\n\nTenantID         :\nTags             : {Store1,London}\nHostname         : Client-01\nMPSInstance      : mps\nConnectionStatus : True\nMPSUsername      : admin\nGUID             : 1ada9c84-780e-4ccc-831c-0edb26994b18\n\nTenantID         :\nTags             : {Store2,NewYork}\nHostname         : Device-09\nMPSInstance      :\nConnectionStatus : False\nMPSUsername      : admin\nGUID             : 39270bdb-9488-4695-8f8f-0d9e5366c54e\n...\n```\n\nStart a specific device:\n\n```powershell\nC:\\\u003e Start-AMTDevice -GUID 1ada9c84-780e-4ccc-831c-0edb26994b18\n\nGUID                                 ReturnValue ReturnValueStr\n----                                 ----------- --------------\n1ada9c84-780e-4ccc-831c-0edb26994b18           0 SUCCESS\n```\n\n## Documentation\n\nThe documentation is currently only available via the Get-Help command.\n\n```PowerShell\nPS\u003e Get-Help Get-AMTDevices\n```\n\n## Maintainer\n\n- [Michael Mumenthaler](https://github.com/michaelmumenthaler)\n\n## Todos:\n\n- Implement RPS functions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetricsag%2Fpoweramt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetricsag%2Fpoweramt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetricsag%2Fpoweramt/lists"}