Skip to content

Commit

Permalink
Reflect URL change in readme and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Martin committed May 4, 2015
1 parent d820b2b commit 6a162a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PSServiceNow.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ FunctionsToExport = '*'
# PrivateData = ''

# HelpInfo URI of this module
# HelpInfoURI = 'https://github.com/Toukakoukan/servicenow-powershell'
# HelpInfoURI = 'https://github.com/Sam-Martin/servicenow-powershell'

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# PSServiceNow
[![GitHub release](https://img.shields.io/github/release/Toukakoukan/servicenow-powershell.svg)](https://github.com/Toukakoukan/servicenow-powershell/releases/latest) [![GitHub license](https://img.shields.io/github/license/Toukakoukan/servicenow-powershell.svg)](LICENSE) ![Test Coverage](https://img.shields.io/badge/coverage-86%25-yellowgreen.svg)
[![GitHub release](https://img.shields.io/github/release/Sam-Martin/servicenow-powershell.svg)](https://github.com/Sam-Martin/servicenow-powershell/releases/latest) [![GitHub license](https://img.shields.io/github/license/Sam-Martin/servicenow-powershell.svg)](LICENSE) ![Test Coverage](https://img.shields.io/badge/coverage-86%25-yellowgreen.svg)
This PowerShell module provides a series of cmdlets for interacting with the [ServiceNow REST API](http://wiki.servicenow.com/index.php?title=REST_API), performed by wrapping `Invoke-RestMethod` for the API calls.
**IMPORTANT:** Neither this module, nor its creator are in any way affiliated with ServiceNow.

## Requirements
Requires PowerShell 3.0 or above as this is when `Invoke-RestMethod` was introduced.

## Usage
Download the [latest release](https://github.com/Toukakoukan/servicenow-powershell/releases/latest) and extract the .psm1 and .psd1 files to your PowerShell profile directory (i.e. the `Modules` directory under wherever `$profile` points to in your PS console) and run:
Download the [latest release](https://github.com/Sam-Martin/servicenow-powershell/releases/latest) and extract the .psm1 and .psd1 files to your PowerShell profile directory (i.e. the `Modules` directory under wherever `$profile` points to in your PS console) and run:
`Import-Module PSServiceNow`
Once you've done this, all the cmdlets will be at your disposal, you can see a full list using `Get-Command -Module PSServiceNow`.

Expand Down

0 comments on commit 6a162a4

Please sign in to comment.