Giter VIP home page Giter VIP logo

servicenow-midserver-ps's Introduction

ServiceNow MID server Powershell Module

Publish PS Gallery PS Gallery

Powershell module for ServiceNow MID server installation

Version Info Date
1.1.4 Progress bar set to silent to boost download speed 16.09.2020
1.1.3 Suppress error message on Get-ChildItem 14.04.2020
1.1.1 Small fix in the installation process 25.02.2020
1.1 Initial working release 15.01.2020

Commands

Command Info
Install-ServiceNowMIDServer Downloads and installs ServiceNow MID server agent

Usage

  • Create MID server user in ServiceNow to table sys_user and add MID server role to it
  • Login to your Windows 2016/2019 server that is going to be your MID server
  • Open Powershell terminal at the MID server
  • Install Powershell ServiceNow MID server module and MID server agent by typing these commands in the Powershell shell:
Install-Module -Name ServiceNow-MIDServer

Install-ServiceNowMIDServer -ServiceNowInstanceName <string> -Name <string> -Credential <PSCredential>
  • Note that if script execution policy is set to disabled you must first enable it by typing this command:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
  • Installer will prompt your ServiceNow MID server user credentials if you haven't provided PSCredential object for it
  • Enter MID server user credentials and wait until the script downloads the agent and installs it, agent is around 200-300 MBs in size
  • Validate the MID server in ServiceNow

Example

Install-Module -Name ServiceNow-MIDServer
Install-ServiceNowMIDServer -ServiceNowInstanceName 'dev78602' -Name 'AzureMIDServer' -Credential (Get-Credential)

servicenow-midserver-ps's People

Contributors

satak avatar

Watchers

 avatar  avatar

Forkers

ramygh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.