servicenow-powershell icon indicating copy to clipboard operation
servicenow-powershell copied to clipboard

PowerShell module to automate ServiceNow service and asset management. This module can be used standalone, with Azure Automation, or Docker.

Results 19 servicenow-powershell issues
Sort by recently updated
recently updated
newest added

Hello 👋 ! First, I'd like to say Thank You for such an awesome module!! I have a few use-cases where I need to interact with the ServiceNow "Change Management"...

Is there a way to find/edit "Test Items" within ServiceNow? Thank you, -b0n3z ![image](https://user-images.githubusercontent.com/30855940/178321850-0fb88f17-6171-481a-b25f-b4be269a51af.png)

I started using this module at work and thought I'd give back to the project for how much its helped me! (if you're open to my changes) after reviewing https://github.com/PoshCode/PowerShellPracticeAndStyle,...

# Summary of the new feature/enhancement Hello! Love the new functionality in v3, especially the automatic recognition of the what table something is in via its prefix. I would like...

enhancement

I've rolled back PR #36 in the development branch after testing and discussing the changes with the submitter. As a result of the discussion we should consider the following two...

enhancement

Hiya, Not sure if Add-ServiceNowAttachment is supposed to do multiple files. If it is, I think the Content-Type header might be duplicated in the ForEach loop here: https://github.com/Snow-Shell/servicenow-powershell/blob/19e38411ee978aff2581eb06f5cdb2827042a289/ServiceNow/Public/Add-ServiceNowAttachment.ps1#L173 I think...

Hi, I am a bit new to this module, and I am wondering why I am getting different results. Get-ServiceNowRecord -Table 'change request' -Filter @('opened_at', '-between', (Get-Date).AddMonths(-2), (Get-Date)), '-and', @('type',...

# Environment ``` Operating System: Windows Server 2016 ServiceNow module version: 4.0.3 PowerShell version: 5.1 ``` # Steps to reproduce ``` $CIs = @('Server1', 'Server2') $UpdateChangeRequestDetails = @{ u_affected_ci_list =...

bug

- List type fields cannot be updated with an array as SN adds brackets from the JSON. Change arrays to comma separated strings in `Update-ServiceNowRecord` as SN requires. Fix #260

bug