How to setup CIFS/webDav drive using wnSSOclient
Problem: You are using an RDS application or Live Edit feature and would like to map a Unified Workspace file node for that session. Use cases could be that you want a cloud storage provider, like Google Drive, mapped to a drive letter so you can use Word to edit a document and save to Google Drive from within Word.
Cause: Unified Workspace has native webDav support. In Windows you can map a webDav file share to a drive letter, so it will show up in other Windows applications as a file location for use.
Prerequisite(s):
- Unified Workspace 6.3.0.199 or higher
- RDS server already setup and configured
- RDS application in Unified Workspace already configured
- wnSSOclient already configured on RDS server
- IMPORTANT - be able to reboot RDS server (WebClient installation)
Solution(s): Make sure you have latest wnSSOclient installed, WebClient services installed and simply enter script on existing application.
Latest wnSSOclient:
- Copy the stoneware\agents\ClientSideSSOForWindows.zip from server
- Unzip the latest wnSSOClient6.exe and swSSOLibrary.dll files on RDS server
Install WebClient services :
- Go to Server Manager
- Add Roles/Features
- Add Feature "Desktop Experience"
- Follow prompts for installation and reboot when completed
- Go to services.msc
- Verify WebClient service is installed
- Set WebClient service to Automatic
- Startup WebClient service
Add script standard RDS application:
- Go to webAdmin
- Go to Application Admin
- Click on desired RDS web application
- Go to Options
- Enter in the following Single Sign-On Script
{logoffonexit}|{notimeout}|{mapnode driveletter=x node="/" username=@@attr:sAMAccountName@@ password=@@password@@}
Add script Live Edit application:
- Go to webAdmin
- Go to Application Admin
- Click on desired RDS web application
- Go to Options
- Enter the following Start Program:
@@driveLetter@@:@@session:rdpEditMappedDrivePath@@ - Enter in the following Single Sign-On Script:
{logoffonexit}|{notimeout}|{mapnode driveletter=x node="/" username=@@attr:sAMAccountName@@ password=@@password@@} - Enter the following in MIME Types:
*
Script options:
- driveletter=x could be changed to a different drive letter
- node="/" could be changed to a specific file node, such as node="/Google Drive"
- username=@@attr:sAMAccountName@@ should be adjusted to other variable, if not using Active Directory
- username and password should be variables you use to login to Unified Workspace NOT Google Drive
Reference(s):
keywords: windows share, shares, cloud providers, webdrive, onedrive, box, dropbox
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
Mapping a Windows or webDAV drive using the WNSSOClient
Requirements: Functionality to map a Windows or webDAV drive using the wnssoclient has been added to LUW 6.3.0.199+ builds. Use cases: users need access to network shares or LUW drives when connecting to a Windows application or desktops via webRDP. ...
Map a UW folder using Windows webDAV client
Issue: How can I access my UW folders using the built-in Windows webDAV client? Solution: Please see the following guide on mapping Windows drives to UW folders: ...
webDav / webDrive / webStorage information
webDAV webNetwork / Unified Workspace has support for webDav clients to gain access to the file nodes configured. The URL is https://portal.example-cloud.com/webDrive/ or /webStorage/ Using just / will give you a list of all of your nodes, if you ...
Debug CIFS file nodes
** Test with the Net use command ** From the main stoneware server go to a cmd prompt and type : ping server Where server = the server name that holds the share. Make sure the ip number that comes back is the proper ip number then do a : ping -a ...
Launching multiple applications using wnSSOclient
A user launches a MS Word RDP webApp that uses the wnSSOclient and then closes that terminal server window incorrectly. The user then launches a MS Excel RDP webApp which also uses wnSSOclient, the previous winword session comes back up. Customer ...