Skip to content

PowerShell module offering Cmdlets and functions required to interact with ManageEngine ServiceDesk Plus

Notifications You must be signed in to change notification settings

behrouzamiri/SDP.Powershell

Repository files navigation

SDP.PowerShell

PowerShell module offering Cmdlets and functions required to interact with ManageEngine ServiceDesk Plus.

This module is actually a wrapper that interacts with the ManageEngine v3 API. for more information, please refer to the ManageEngine v3 API here

Contribution is highly appreciated

Installation:

simply install this module like any other powershell module.

alternatively, you can CD into the module directory, then use `Import-Modlue` to import it without installation:
```
cd /Users/behrouz/PS/sdp.powershell
Import-Module ./sdp.powershell.psm1 -Force -Verbose
```

About

PowerShell module offering Cmdlets and functions required to interact with ManageEngine ServiceDesk Plus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published