This article gives instructions on how to correctly setup HENNGE Secure Transfer between your HENNGE One domain environment and your Microsoft 365 domain. Please note that this setup is specifically for users that have subscribed to our HENNGE Secure Transfer service but not HENNGE Access Control service.
Before beginning the setup, you must ensure that your machine meets the setup requirements.
Setting HENNGE Secure Transfer authentication on Microsoft 365
-Prerequisites for Powershell
-Running Powershell commands
Setting HENNGE Secure Transfer authentication on Microsoft 365
Prerequisites for Powershell
Install all of the following on your Windows PC:
1) PowerShell ver. 3.0 or above.
2) Azure Active Directory Module for Windows PowerShell
=> Azure Active Directory Module for Windows PowerShell (64-bit version)
3) Microsoft Online Services Sign-In Assistant for IT Professionals
=> Microsoft Online Services Sign-In Assistant for IT Professionals RTW
After checking that your Windows machine is installed with the requirements above, you may now proceed to the actual setup.
Run Powershell Command
☆ 1 - On your Windows PC, next to the Start button, click "Windows Search" and type "Powershell". Right click on the search result "Microsoft Azure Active Directory Module for Windows PowerShell" and select "Run as Administrator" to open PowerShell.
☆ 2 - Run the command below in PowerShell:
Connect-MsolService |
After running the command, a login dialog will pop up. Input your Microsoft 365 Admin account (xxx@yourdomain.onmicrosoft.com) and password.
☆ 3 - Once you have logged in successfully, run the commands below in PowerShell:
**Note: Replace "yourdomain" with your own domain address
$uri = "https://upload.hdedrive.com/signup" $replyUrl = "https://upload.hdedrive.com/saml2/acs" $reply = New-MsolServicePrincipalAddresses -Address $replyUrl -AddressType Reply New-MsolServicePrincipal -DisplayName yourdomain-hos -ServicePrincipalNames $uri -Addresses $reply |
Execute the commands.
HENNGE Secure Transfer should now be successfully connected to your Microsoft 365 environment.