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 aed3890 commit 21390dcCopy full SHA for 21390dc
ServiceNow/Public/New-ServiceNowConfigurationItem.ps1
@@ -63,7 +63,13 @@ function New-ServiceNowConfigurationItem {
63
process {
64
# Create a hash table of any defined parameters (not CustomFields) that have values
65
$definedParams = @{
66
- 'Name' = 'name'
+ 'Name' = 'name'
67
+ 'Class' = 'sys_class_name'
68
+ 'Description' = 'description'
69
+ 'OperationalStatus' = 'operational_status'
70
+ 'Environment' = 'environment'
71
+ 'FQDN' = ''
72
+ 'IpAddress' = ''
73
}
74
$tableEntryValues = @{}
75
foreach ($key in $PSBoundParameters.Keys) {
0 commit comments