Virtual Attribute Value

Hi Team. 

I have created four virtual attributes. Two of them are UTC and two of them are directory strings. 

I am trying to get just the values from these attributes so that i can use them further on in my script. However its seems like the output is using the full attribute name and value. I am sure i have  done this in the past but for the lifr of me i cant remember. Any suggestions on getting just the value? 

$StartTime = "VA-UTC-StartTime"
$EndTime = "VA-UTC-EndTime"
$InternalOOO = "VA-Internal-Out-Of-Office-Message"
$ExternalOOO = "VA-External-Out-Of-Office-Message"



Get-QADUser USERNAME-HERE -IncludedProperties $StartTime , $EndTime , $InternalOOO , $ExternalOOO | Select-Object $StartTime

VA-UTC-StartTime: 23/03/2023 12:00:00

Parents Reply Children
No Data