Skip to content

Commit 21390dc

Browse files
committed
property update
1 parent aed3890 commit 21390dc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ServiceNow/Public/New-ServiceNowConfigurationItem.ps1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,13 @@ function New-ServiceNowConfigurationItem {
6363
process {
6464
# Create a hash table of any defined parameters (not CustomFields) that have values
6565
$definedParams = @{
66-
'Name' = 'name'
66+
'Name' = 'name'
67+
'Class' = 'sys_class_name'
68+
'Description' = 'description'
69+
'OperationalStatus' = 'operational_status'
70+
'Environment' = 'environment'
71+
'FQDN' = ''
72+
'IpAddress' = ''
6773
}
6874
$tableEntryValues = @{}
6975
foreach ($key in $PSBoundParameters.Keys) {

0 commit comments

Comments
 (0)