Does anyone have experience with Device Posture in...
# citrix-cloud
b
Does anyone have experience with Device Posture in Citrix Cloud? I'm trying to add a device policy to check if a registry value exists, but I keep getting an error. I've tried both with and without a backslash (\) at the end of the path. Any ideas?
r
what are you entering in
you can change the content and just show the structuure using a different key
I see what you mean. ill try to get an answer
b
I get the same error no matter what i input. Here are som examples on some I have tried: HKLM\SYSTEM\CurrentControlSet\Control\CloudDomainJoin\TenantInfo\00000000-0000-0000-0000-000000000000 HKLM\SYSTEM\CurrentControlSet\Control\CloudDomainJoin\TenantInfo\00000000-0000-0000-0000-000000000000\ HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CloudDomainJoin\TenantInfo\00000000-0000-0000-0000-000000000000 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CloudDomainJoin\TenantInfo\00000000-0000-0000-0000-000000000000\ The registry values I have tried exists on the machine
r
I think some spcial characters are not allowed and dashes are on of them./ The one i tried had a period in the path and that isnt allowed. Ill ask PM about it it seems like an issue.
a
@Brede it doesn't like - in the path. It's a bug which is fixed should go live in couple of weeks I think.
b
You're right. I'm seeing the same when testing with . now as well. Hopefully it will be fixed soon. Thank you for your help.