File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ function Get-ServiceNowChangeRequest {
3636 [parameter (ParameterSetName = ' SetGlobalAuth' )]
3737 [hashtable ]$MatchContains = @ {},
3838
39- # Whether or not to show human readable display values instead of machine values
39+ # Whether to return manipulated display values rather than actual database values.
4040 [parameter (mandatory = $false )]
4141 [parameter (ParameterSetName = ' SpecifyConnectionFields' )]
4242 [parameter (ParameterSetName = ' UseConnectionObject' )]
4343 [parameter (ParameterSetName = ' SetGlobalAuth' )]
4444 [ValidateSet (" true" , " false" , " all" )]
45- [string ]$DisplayValues = ' true ' ,
45+ [string ]$DisplayValues = ' false ' ,
4646
4747 [Parameter (ParameterSetName = ' SpecifyConnectionFields' , Mandatory = $True )]
4848 [ValidateNotNullOrEmpty ()]
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ function Get-ServiceNowConfigurationItem {
3636 [parameter (ParameterSetName = ' SetGlobalAuth' )]
3737 [hashtable ]$MatchContains = @ {},
3838
39- # Whether or not to show human readable display values instead of machine values
39+ # Whether to return manipulated display values rather than actual database values.
4040 [parameter (mandatory = $false )]
4141 [parameter (ParameterSetName = ' SpecifyConnectionFields' )]
4242 [parameter (ParameterSetName = ' UseConnectionObject' )]
4343 [parameter (ParameterSetName = ' SetGlobalAuth' )]
4444 [ValidateSet (" true" , " false" , " all" )]
45- [string ]$DisplayValues = ' true ' ,
45+ [string ]$DisplayValues = ' false ' ,
4646
4747 [Parameter (ParameterSetName = ' SpecifyConnectionFields' , Mandatory = $True )]
4848 [ValidateNotNullOrEmpty ()]
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ function Get-ServiceNowIncident{
3636 [parameter (ParameterSetName = ' SetGlobalAuth' )]
3737 [hashtable ]$MatchContains = @ {},
3838
39- # Whether or not to show human readable display values instead of machine values
39+ # Whether to return manipulated display values rather than actual database values.
4040 [parameter (mandatory = $false )]
4141 [parameter (ParameterSetName = ' SpecifyConnectionFields' )]
4242 [parameter (ParameterSetName = ' UseConnectionObject' )]
4343 [parameter (ParameterSetName = ' SetGlobalAuth' )]
4444 [ValidateSet (" true" , " false" , " all" )]
45- [string ]$DisplayValues = ' true ' ,
45+ [string ]$DisplayValues = ' false ' ,
4646
4747 # Credential used to authenticate to ServiceNow
4848 [Parameter (ParameterSetName = ' SpecifyConnectionFields' , Mandatory = $True )]
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ function Get-ServiceNowUser{
3636 [parameter (ParameterSetName = ' SetGlobalAuth' )]
3737 [hashtable ]$MatchContains = @ {},
3838
39- # Whether or not to show human readable display values instead of machine values
39+ # Whether to return manipulated display values rather than actual database values.
4040 [parameter (mandatory = $false )]
4141 [parameter (ParameterSetName = ' SpecifyConnectionFields' )]
4242 [parameter (ParameterSetName = ' UseConnectionObject' )]
4343 [parameter (ParameterSetName = ' SetGlobalAuth' )]
4444 [ValidateSet (" true" , " false" , " all" )]
45- [string ]$DisplayValues = ' true ' ,
45+ [string ]$DisplayValues = ' false ' ,
4646
4747 # Credential used to authenticate to ServiceNow
4848 [Parameter (ParameterSetName = ' SpecifyConnectionFields' , Mandatory = $True )]
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ function Get-ServiceNowUserGroup{
3636 [parameter (ParameterSetName = ' SetGlobalAuth' )]
3737 [hashtable ]$MatchContains = @ {},
3838
39- # Whether or not to show human readable display values instead of machine values
39+ # Whether to return manipulated display values rather than actual database values.
4040 [parameter (mandatory = $false )]
4141 [parameter (ParameterSetName = ' SpecifyConnectionFields' )]
4242 [parameter (ParameterSetName = ' UseConnectionObject' )]
4343 [parameter (ParameterSetName = ' SetGlobalAuth' )]
4444 [ValidateSet (" true" , " false" , " all" )]
45- [string ]$DisplayValues = ' true ' ,
45+ [string ]$DisplayValues = ' false ' ,
4646
4747 # Credential used to authenticate to ServiceNow
4848 [Parameter (ParameterSetName = ' SpecifyConnectionFields' , Mandatory = $True )]
You can’t perform that action at this time.
0 commit comments