PS Microsoft.PowerShell.Core\FileSystem::\\
192.168.2.240\c$\Script> (Get-Annotation $VM -CustomAttribute "LastBootDate").value
PS Microsoft.PowerShell.Core\FileSystem::\\
192.168.2.240\c$\Script> (Get-Annotation $VM -CustomAttribute "LastBootDate").value.GetType()
IsPublic IsSerial Name BaseType
-------- -------- ---- --------
True True String System.Object
PS Microsoft.PowerShell.Core\FileSystem::\\
192.168.2.240\c$\Script> (Get-Annotation $VM -CustomAttribute "LastBootDate").value -eq $null
False