Home
Microsoft 365
Linux
Windows
Powershell
Cloud Computing
    Citrix Xendesktop
    Citrix XenApp
Useful links
About
  • Home
  • Microsoft 365
  • Linux
  • Windows
  • Powershell
  • Cloud Computing
    • Citrix Xendesktop
    • Citrix XenApp
  • Useful links
  • About
ajni.IT -
Security

Sophos SG/XG Firewall Site To Site SSL VPN apc to ovpn

November 17, 2022 by AJNI No Comments

Sophos SG/XG Firewalls use OpenVPN to create Site To Site SSL VPN tunnels, but the configuration file is specific to Sophos firewalls. This can be converted to a normal ovpn file though.

Here is how you can manually convert the APC configuration file into an OVPN file.

Take now of these things in your apc file:

Block 1 is the client certificate:

—–BEGIN CERTIFICATE—–

—–BEGIN CERTIFICATE—–

Block 2 is the CA certificate:

—–BEGIN CERTIFICATE—–

—–BEGIN CERTIFICATE—–

Block 3 is the private key:

—–BEGIN PRIVATE KEY—–

—–END PRIVATE KEY—–

Block 4: there is also a username and password:

Just above the private key is the user:

Just below the private key is the password:

So now here is the ovpn file:

client
dev tun
proto tcp
remote insert hostname or IP of the firewall here 443
route remote_host 255.255.255.255 net_gateway
resolv-retry infinite
nobind
persist-key
persist-tun
auth-user-pass
cipher AES-128-CBC
auth SHA256
comp-lzo
route-delay 4
verb 3
reneg-sec 0
<cert>

Insert certificate here from Block 1

</cert>

<ca>

Insert certificate here from Block 2

</ca>

<key>

Insert private key from Block 3

</key>

Here is a short test with OpenVPN client on Windows. The password has to be inserted manually, but normally the tunnel gets initiated from a firewall/network appliance, in that case you should be able to insert username and password in the command line.

Reading time: 1 min
Windows Server

Citrix Virtual Apps Published Application start OneDrive in the background

November 10, 2022 by AJNI No Comments

If your users use a published application, you might have noticed that OneDrive does not automatically start after starting the app. This is by design, as it will only start in the full desktop, when Explorer.exe is running.

To ensure that Onedrive is starting with the Citrix Published Application, you can create a user logon script. This is one solution I have implemented, there are many others though.

C:\Program Files\Microsoft OneDrive\OneDrive.exe

/background

The other challenge: If the published application is closed, the session will still be open because Onedrive is still running, and the user will not be logged off. To change that behaviour, add Onedrive.exe and Microsoft.Sharepoint.exe as a value of this key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Citrix\wfshell\TWI

REG_SZ LogoffCheckSysModules OneDrive.exe,Microsoft.Sharepoint.exe

References:

https://support.citrix.com/article/CTX891671/graceful-logoff-from-a-published-application-renders-the-session-in-active-state

Reading time: 1 min
Virtualization•Windows Client OS

Convert OST Files to PST with Stellar Converter for OST

November 5, 2022 by AJNI No Comments

This neat software makes it possible to convert an OST file into a fully functional PST file. You can even export single items inside the OST file if you would like to. But what’s an OST file? An OST file gets created by Outlook whenever you create a new Outlook profile. It is the current locally synchronized copy of your mailbox. With this format you cannot do much. A PST file, on the other hand, is a functional archive of an outlook profile. So why is there a need for an OST converter like Stellar Converter for OST?

When your OST file becomes inaccessible or gets corrupt, you are not able to access your mailbox items. The OST file gets corrupted due to several reasons, & you will come across with below-mentioned errors:

  • “Your offline folder file could not be configured \\ComputerName\FolderName\Outlook.ost”
  • “The operation failed due to a registry or installation problem. Restart Outlook and try again. If the problem persists, please reinstall.”

So in this case, you need to convert the OST file to PST to get access to all your mailbox items.

Steps to convert OST to PST using Stellar Converter for OST

This is what the program looks like once you opened the OST File of your Outlook profile:

You can either save single items:

Or convert the whole file into a PST:

The functional PST is now ready and can be kept somewhere safe:

Other features of Stellar Converter for OST:

  • Converts OST and saves files in PST, MSG, EML, RTF, HTML, and PDF formats.
  • Provides detailed preview of converted mail items & user can save 20 items for free
  • Provides different filter options to only save selected emails as per user need.
  • Converts encrypted OST files.
  • Supports preview and conversion of deleted items.
  • Provides an option to save & reload scanned information.
  • Supports MS Office 365, 2021, 2019, 2016, 2013, 2010, and 2007.
  • Supports Windows 11, Windows 10, Windows 8.1, Windows 8, and Windows 7.

You can learn more about Stellar Converter for OST and its conversion speed compared to other OST converter software in the market in this benchmark report. It’s an easy-to-use and efficient solution to convert or extract mail items from inaccessible, orphaned, or encrypted OST files of any Outlook version to PST or other supported formats. The software also helps you resolve common Outlook errors, restore lost or deleted emails, and import emails or mail items from an OST file directly to an existing Outlook profile, or live Exchange and Office 365 mailbox.

Check out the software:

https://www.stellarinfo.com/convert-ost-to-pst.php

Reading time: 2 min

Tip Of the Day

  • Citrix Virtual Apps and Desktops 2203+ grey screen/ConnectionFailure in Eventviewer

    3 days ago

Keep in touch

Oh hi there!
It’s nice to meet you.

Sign up to receive awesome content in your inbox, every month.

Check your inbox or spam folder to confirm your subscription.

Categories

  • AI & Deep Learning (1)
  • Azure (14)
  • Citrix XenApp (15)
  • Citrix Xendesktop (8)
  • Cloud Computing (32)
  • Coding (1)
  • Hyper-V (9)
  • Linux (8)
  • Microsoft 365 (15)
  • Powershell (14)
  • Security (6)
  • VDI (10)
  • Virtualization (18)
  • VMware (9)
  • Windows (21)
  • Windows Client OS (24)
  • Windows Server (61)

Archives

  • March 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • December 2020
  • November 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019

ajni IT © 2019