You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i.e. as a local user, ".\user" along these lines, when the resulting DirectoryObject.Path is something like this, "WinNT://group/machineName/user". Any guidance around that, if you please. With group and machineName, ostensibly being the name of the local working group and machine names, respectively. Thanks so much...
The text was updated successfully, but these errors were encountered:
To clarify, I can probably do some searching for string patterns and such from various dotnet sourced resources, but in particular, with regard to the Tulpep use case, and resulting instances. It is easy enough, for instance, to identify machine names, IIRC, and possibly even working group names, I do not know, as I am less familiar with that.
In general, my use case is to identify the principal that would be used to configure a Windows Service. If there is any guidance around that aspect, in general, would be greatly appreciated.
Here's a snippet that looks promising, but again, could this be stitched together by DirectoryObject in a bit more useful, cohesive manner, without extraneous consumer view model intervention.
Apparently, requirest at least System.Management package dependencies.
Such that, when we see something like this "WinNT://group/machineName/user", instead we are (correctly, IMO) presented with this ".\user", especially, in particular, when that user is a user on the local machine.
i.e. as a local user,
".\user"
along these lines, when the resultingDirectoryObject.Path
is something like this,"WinNT://group/machineName/user"
. Any guidance around that, if you please. Withgroup
andmachineName
, ostensibly being the name of the local working group and machine names, respectively. Thanks so much...The text was updated successfully, but these errors were encountered: