Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ITOM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! PowerShell Discovery Probe Credentials

Hi everyone,I've got a custom PowerShell script that I'm attempting to use for discovery.   The script needs specific credentials, which I have added as 'windows' credentials.   However whenever I test the probe it always returns with the following e...

bernard6 by Mega Expert
  • 3815 Views
  • 9 replies
  • 1 helpfuls

Resolved! How does MID Server domain seperation work?

We have requirement to update all CI's using discovery for existing records.I have the configured the MID Server user in TOP domain with visibility to all domains.However in the Identification phase of discovery it does not find the CI from other dom...

Inbound Action Script

Using EurekaI am trying to craft an inbound action script to scrub the body of an inbound email and create an incident with the desired fields populated and routed to the appropriate groups.Below is the inbound email; body starts on line 6:From: Repo...

nickskaggs by Giga Contributor
  • 6169 Views
  • 12 replies
  • 4 helpfuls

Resolved! filter users with roles

Hi guys,I would like to count the number of users with at least one role on table [sys_user]. How can I achieve that?I filtered "roles is anything" and get no results at all.I should at least get 10 users with role(s).

find_real_file.png find_real_file.png
sieng by Kilo Contributor
  • 6010 Views
  • 4 replies
  • 6 helpfuls

How can I highlight a FIELD in list view?

Hi All,I want to be able to highlight a specific field in list view. I tried Defining field Styles and followed the Wiki Defining Field Styles - ServiceNow Wiki but it does not seem to work. I tried using javascript for the value field but still does...

find_real_file.png
thiraj by Tera Contributor
  • 4627 Views
  • 3 replies
  • 9 helpfuls

MID server best practices - multiple environments

I have three ServiceNow environments, and I am wondering if the best practice (/what does everyone do?) is to have MID servers specific to each environment or MID servers that serve all environments - development, QA, and production.Right now we have...

seberly by Giga Expert
  • 4373 Views
  • 3 replies
  • 1 helpfuls

Convert cmdb_ci_service to cmdb_ci_service_discovered?

Before we enabled Service Mapping, we imported and manually created about 800 service definitions.   We imported them to the Business Service [cmdb_ci_service] table.   Much of the data entered are non-discovered information such as managers, owners,...

phsdm by Giga Expert
  • 2815 Views
  • 3 replies
  • 0 helpfuls

Does credential order or affility take presidence?

I have a situation where I am successfully discovering some switches and even though there is an affinity to an SNMP credential, discovery is still attempting to discover it first using my SSH credentials. I am assuming this is because SSH is turned ...

tomcollins by Tera Contributor
  • 2778 Views
  • 12 replies
  • 5 helpfuls

Resolved! Mass deletion of Records from Computer Table(cmdb_ci_computer)

Hi,  Could any one please guide me on how to delete all records from cmdb_ci_computer table using Glide Record query?( I have tried using "Delete all Records" By going to Tables and Columns but it is not deleting all records at once.)  Thanks and Reg...