Reviewed-on: #5
Table of Contents
About The Project
PS.IPAM is Powershell module that wraps phpIPAM RESTful APi into cmdlets
Use the README.md to get started.
Getting Started
Installation
- PSGallery
Install-Module -Name ps.ipam - Offline
- Unblock the Internet-downloaded NuGet package (
.nupkg) file, for example usingUnblock-File -Path C:\Downloads\module.nupkgcmdlet. - Extract the contents of the NuGet package to a local folder.
- Delete the NuGet-specific elements from the folder.
- Rename the folder. The default folder name is usually
<name>.<version>. The version can include-prereleaseif the module is tagged as a prerelease version. Rename the folder to just the module name. For example,azurerm.storage.5.0.4-previewbecomesazurerm.storage. - Copy the folder to one of the folders in the
$env:PSModulePath value.$env:PSModulePathis a semicolon-delimited set of paths in which PowerShell should look for modules.
- Unblock the Internet-downloaded NuGet package (
Usage
At first you have to create new session:
New-PSIPAMSession -URL <phpIPAM URL> -AppID <API AppID> -Credentials <PSCredentialObject>
For more examples, please refer to the Documentation
Roadmap
- Implement all Set functions
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the GNU GPL 2.0 or later License. See LICENSE for more information.
Contact
Nikolay Tatarinov - arnikes@gmail.com
Project Link: https://git.arnike.ru/Arnike/ps.ipam