{"id":21326120,"url":"https://github.com/mikepruett3/ps-vmtools","last_synced_at":"2025-03-15T23:44:27.190Z","repository":{"id":250769730,"uuid":"835399190","full_name":"mikepruett3/ps-vmtools","owner":"mikepruett3","description":"Custom PowerShell module for use with VMware's PowerCLI","archived":false,"fork":false,"pushed_at":"2024-09-30T23:23:35.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T12:32:28.709Z","etag":null,"topics":["powercli","powershell","vmware"],"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/mikepruett3.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":"2024-07-29T18:53:02.000Z","updated_at":"2024-12-15T17:54:36.000Z","dependencies_parsed_at":"2025-01-22T12:29:02.165Z","dependency_job_id":"7d021231-1574-4027-892a-40d35b361535","html_url":"https://github.com/mikepruett3/ps-vmtools","commit_stats":null,"previous_names":["mikepruett3/ps-vmtools"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepruett3%2Fps-vmtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepruett3%2Fps-vmtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepruett3%2Fps-vmtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepruett3%2Fps-vmtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikepruett3","download_url":"https://codeload.github.com/mikepruett3/ps-vmtools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806041,"owners_count":20350775,"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":["powercli","powershell","vmware"],"created_at":"2024-11-21T21:08:36.815Z","updated_at":"2025-03-15T23:44:27.171Z","avatar_url":"https://github.com/mikepruett3.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerShell VMware Tools (ps-vmtools)\n\nModule create to include custom functions that work with VMWare's PowerCLI. For use with other cmdlets and scripts.\n\n## Installation\n\n\u003e NOTE Some of the functions are still using PowerNSX. As such you will need the following versions of PowerCLI installed:\n\u003e\n\u003e VMware.PowerCLI Version 6.5.4.7155375\n\nUse the following to install the specific version of PowerCLI\n\n```powershell\nInstall-Module -Name VMware.PowerCLI -RequiredVersion 6.5.4.7155375\n```\n\nClone the repository into your **$Home\\Documents\\WindowsPowerShell\\Modules** folder (create the Modules folder if you dont have one already)\n\n```powershell\ncd $Home\\Documents\\WindowsPowerShell\\Modules\\\ngit clone git@github.com:mikepruett3/ps-vmtools.git\n```\n\nThen you can import the custom module into your running shell...\n\n```powershell\nImport-Module ps-vmtools\n```\n\n## Usage\n\n### Get-VMList\n\nA function that connects to the specified vCenter, and retrieves a filtered list of VM's\n\n```powershell\nGet-VMList -Server \"Hostname\" -Credential \"Username\" -Filter \"Partial Name to search for\"\n```\n\n*Example*\n\n```powershell\nGet-VMList -Server vcenter.example.com -Credential administrator@vsphere.local -Filter \"*TEMP*\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikepruett3%2Fps-vmtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikepruett3%2Fps-vmtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikepruett3%2Fps-vmtools/lists"}