We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56573e commit 20d6bfeCopy full SHA for 20d6bfe
…Now/Public/Get-ServiceNowRequestItem.ps1 …w/Public/Get-ServiceNowRequestedItem.ps1ServiceNow/Public/Get-ServiceNowRequestItem.ps1 renamed to ServiceNow/Public/Get-ServiceNowRequestedItem.ps1
@@ -1,13 +1,13 @@
1
-function Get-ServiceNowRequestItem {
+function Get-ServiceNowRequestedItem {
2
<#
3
.SYNOPSIS
4
- Query for Request Item (RITM) tickets.
+ Query for Requested Item (RITM) tickets.
5
6
.DESCRIPTION
7
- Query for Request Item (RITM) tickets from the sc_req_item table.
+ Query for Requested Item (RITM) tickets from the sc_req_item table.
8
9
.EXAMPLE
10
- Get-ServiceNowRequestItem -MatchExact @{number='RITM0000001'}
+ Get-ServiceNowRequestedItem -MatchExact @{number='RITM0000001'}
11
12
Return the details for RITM0000001
13
0 commit comments