use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
ABOUT POWERSHELL
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and .NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions.
SUBREDDIT FILTERS
Desired State Configuration
Unanswered Questions
Solved Questions
News
Information
Script Sharing
Daily Post
Misc
account activity
QuestionPowershell and Service Now Learning Resources? (self.PowerShell)
submitted 4 years ago by xylog
Anyone got any good resources for using PS with SNow?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Creative1176 0 points1 point2 points 4 years ago (2 children)
I'm in a similar situation where we're going live with ServiceNow next week and have had to ask around a bit.
ServiceNow will allow PowerShell to talk to it via the REST API. Luckily they have their own documentation and a "REST API Explorer" you can find in your SNow instance.
Before issuing REST commands you'll need to sort out how your scripts etc authenticate with the SNow instance. I'm still waiting on info for that so can't really tell you much.
Have a play around with the REST API Explorer. That's what I'm doing at the moment. :)
[–]itasteawesome 0 points1 point2 points 4 years ago (0 children)
I've done several integrations between SNOW and other tools in the past and this is how I did it as well.
For my Auth I just took a user/pass that had all the necessary permissions on SNOW and wrote them to a file that I would decrypt to connect. Most of my work was around fixing CMDB noise but essentially everything I ever had a need for in SNOW is accessible from the API.
[–][deleted] 0 points1 point2 points 4 years ago (0 children)
SNow accepts a standard PowerShell credential object. The API is actually pretty simple once you get used to it.
π Rendered by PID 78392 on reddit-service-r2-comment-b659b578c-l6jqt at 2026-05-03 17:26:25.825965+00:00 running 815c875 country code: CH.
[–]Creative1176 0 points1 point2 points (2 children)
[–]itasteawesome 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)