Is there an active directory attribute that shows a users domainusername ?
If you are looking to get domain\saMAccountName in a variable, you may be able to use the Directory attribute msDS-PrincipalName.
This attribute is available if you have a Parent / Child domain structure.
The variable usage in webNetwork would be the following:
@@attr:msDS-PrincipalName@@
The information from Microsoft on this :
http://msdn.microsoft.com/en-s/library/cc221208.aspx
Can't find the KB
Unable to find the KB to address your issue ?
Recent Articles
Change Reset Password Button Text
Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
Remove Reset Password Button From Login Page
Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
Lenovo Unified Workspace End-of-Life Questions and Answers
As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
How do I determine my Unified Workspace license expiration date?
The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
Lenovo Unified Workspace 7.0.2.13 Released
Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
Related Articles
How to add an attribute to the search index in Active Directory
For Active Directory and webNetwork there are 4 attributes that will help speed up webStorage. "member" "swareAssignedNodes" "swareAssignedMenus" "swareAlias" The following information comes from : ...
How to add indexing for an Active Directory attribute
How to Index an Attribute in Active Directory: On your schema master go to Start --> Run and type in “regsvr32 schmmgmt.dll” (without the quotes), then press enter Open MMC and add the Active Directory Schema snapin In the console tree, click ...
Assigning users to Domain Users group
Question When I assign a link to Domain Users, the users never get the link. If I assign the link directly to the user or another group, then things work. Resolution This is a feature/limitation of Microsoft Active Directory (MS AD). Domain Users ...
User password expiration / lockouts in Microsoft Active Directory
How can I show accounts that are locked out in AD ? http://technet.microsoft.com/en-us/library/cc738772(WS.10).aspx Can I dump password expiration for users in AD ? AdFind.exe to dump the password expiration. Stoneware download / Utilities has this ...
Microsoft command line tools for Active Directory
How to Manage Users Creating a New User Account 1. Click Start, and then click Run. 2. In the Open box, type cmd. 3. At the command prompt, type the following command: dsadd user userdn -samid sam_name The following values are used in this command: • ...