Forum Discussion
Artemis230000
Nov 06, 2024Copper Contributor
Windows Restricted User Experience Set-CimInstance Error
So I'm trying to set up a restricted user experience that allows the usage of only one application. However, I keep running into this weird error message that provides no useful information: I'v...
DarkStar
Nov 22, 2024Copper Contributor
Artemis230000I have seen this type of problem with "Set-" in various conditions. What I discovered over much trial and error is sometimes you cannot SET all objects in one go. You have to do part of the SET and then do another SET for more objects. The problem seems to be something has to be SET first before you can SET something else. Simple Example: SET the creation of the user name and you want to set an attribute for them. You have to create the user first then SET the attribute so you cannot use one SET. You create the user with all the objects you can then SET then attribute after with another SET. Hope that makes sense.