diff --git a/content/handling_data/data_transfer/globus_connect/activating_unl_onedrive.md b/content/handling_data/data_transfer/globus_connect/activating_unl_onedrive.md
new file mode 100644
index 0000000000000000000000000000000000000000..b435d263364e44a2f3a97a44f86af5b0f6f3dd1d
--- /dev/null
+++ b/content/handling_data/data_transfer/globus_connect/activating_unl_onedrive.md
@@ -0,0 +1,55 @@
++++ 
+title = "Activating UNL OneDrive on Globus"
+description= "How to connect your UNL OneDrive account to Globus"
+weight = 80
+hidden = true
++++
+
+{{% panel theme="danger" header="Univeristy of Nebraska-Lincoln Only" %}} 
+Currently this feature is only available to students, staff, faculty and affiliates
+at the University of Nebraska-Lincoln. 
+{{% /panel %}}
+
+With Globus, you can transfer data to and from your UNL OneDrive account and other Globus Endpoints, including HCC resources such as [Anvil]({{< relref "../../data_storage/using_attic">}}) and [HCC's clusters]({{< relref "activating_hcc_cluster_endpoints">}}). 
+
+
+- [Linking your OneDrive account](#linking-your-unl-onedrive-account-to-globus)
+- [Accessing Sharepoint Locations from Globus](#accessing-sharepoint-locations-from-globus)
+
+
+## Linking your UNL OneDrive account to Globus
+
+[Sign in](https://app.globus.org) to your Globus account using your campus credentials or your Globus ID (if you have one). Then under the `Bookmarks` panel, search for the `hcc#onedrive` endpoint. There should be a single endpoint with this search result available. 
+
+{{< figure src="/images/onedrive_search.png" class="img-border" height="450" >}}
+
+You will then need to authenticate and link your UNL identity to Globus.
+    
+{{< figure src="/images/onedrive_auth.png" class="img-border" height="450" >}}
+
+Click on "Continue" and you will be asked to link an identity from "University of Nebraska-Lincoln (unl.edu)".
+You will be redirected to the UNL sign-in page. 
+
+{{< figure src="/images/onedrive_link.png" class="img-border" height="450" >}}
+
+After you have been signed into your UNL account, you will be asked to confirm the permissions used by Globus to 
+access your UNL OneDrive account. Click on "Allow" to continue.
+    
+{{< figure src="/images/onedrive_permissions.png" class="img-border" height="450" >}}
+
+From here, you will be able to use Globus to trasnfer data to and from your UNL OneDrive account under the `hcc#onedrive` endpoint.
+
+
+## Accessing Sharepoint Locations from Globus.
+
+After linking your UNL OneDrive account to Globus, you can access your personal files as well as Sharepoint sites you are a member of. By default, Globus will show you your personal files first under the `/My Files` path. 
+By going to `/` for your path or clicking "Up one folder", you can access your files, files shared with you, and sharepoint files. 
+
+| Path | Description |
+|------|-------------|
+| `/My Files` | Personal files. |
+| `/Shared` | Files shared with you. |
+| `/Shared Libraries` | Sharepoint sites you are a member of. |
+
+{{< figure src="/images/onedrive_sharepoint.png" class="img-border" height="450" >}}
+
diff --git a/static/images/onedrive_auth.png b/static/images/onedrive_auth.png
new file mode 100644
index 0000000000000000000000000000000000000000..f204f64bc9ee287bfb20ddf3727dbfdf9ab96d91
Binary files /dev/null and b/static/images/onedrive_auth.png differ
diff --git a/static/images/onedrive_link.png b/static/images/onedrive_link.png
new file mode 100644
index 0000000000000000000000000000000000000000..9b37f3efc7b3ebc899dbd3443f2b23da03ec062e
Binary files /dev/null and b/static/images/onedrive_link.png differ
diff --git a/static/images/onedrive_permissions.png b/static/images/onedrive_permissions.png
new file mode 100644
index 0000000000000000000000000000000000000000..c917cef90d2e81113a7b0f7e0cf6f31275039377
Binary files /dev/null and b/static/images/onedrive_permissions.png differ
diff --git a/static/images/onedrive_search.png b/static/images/onedrive_search.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b11192cb83af424111880242fd949342ecb5ff3
Binary files /dev/null and b/static/images/onedrive_search.png differ
diff --git a/static/images/onedrive_sharepoint.png b/static/images/onedrive_sharepoint.png
new file mode 100644
index 0000000000000000000000000000000000000000..3679c4810249c7945c65eea956f6133a2794f808
Binary files /dev/null and b/static/images/onedrive_sharepoint.png differ