Category: Server Support
-
Increase size of profile disks on RDS for fslogix
Initially the user profile disk size is configured as 1GB, which most users will reach relatively quickly. The template size has been changed to 10GB, however existing users will need extending manually. Logon to the rds server.. Browse the R:\RDS_Profile_Disks and ensure the Shared With column is added to view. R: being your profile disk drive! Identify…
-
How to export and import wifi profiles in windows 10, 11
Step 1. Create Folder Temp in C:\ and open Command Line (i.e. CMD) Make sure to run as Administrator netsh wlan export profile key=clear folder=C:\Temp Step 2. Confirm all Network XML profiles appearing in Temp directory Reset Network Adapters Step 1. Copy and paste below into Command Line (i.e. CMD) make sure to run as…
-
Install USB Drive Manager in SME Server Panel
This USB manager for SME Server-Manager panel is a great help. wget http://mirror.contribs.org/smeserver/contribs/jppialasse/SME7/usbdisksmanage r/smeserver-usbdisksmanager-0.2-0.1.noarch.rpm or alternate wget http://www.pialasse.com/RPMS/smeserver-usbdisksmanager-0.2-0.1.noarch.rpm Then run: yum localinstall smeserver-usbdisksmanager-0.2-0.1.noarch.rpm then go login and marvel at your new addition to your server manager.
-
Dynamic DNS free Alternatives
DynDNS have removed their free account service and now require customers to pay a minimum of $30/yr for a basic account. If you’ve already registered an account with DynDNS don’t worry, existing customers on the free service won’t need to start paying. This will only affect new customers that would like to register an account to…
-
SMTP Commands
The following table lists the SMTP commands that are provided by the Microsoft Windows® SMTP service (SMTPSVC). SMTP commands SMTP command Command function HELO Sent by a client to identify itself, usually with a domain name. EHLO Enables the server to identify its support for Extended Simple Mail Transfer Protocol (ESMTP) commands.…
-
What ports do I need to open to permit VPN traffic ?
For PPTP VPN connections, you need to open TCP port 1723 (for PPTP tunnel maintenance traffic). PPTP also uses IP port 47 for tunneling data. Port 47 is designed for “General Routing Encapsulation” or GRE packets. For L2TP VPN connections, you need to open UDP port 500 for Internet Key Exchange (IKE) traffic and…
-
What port do I need to open for RDP ?
Question: What is the port used and necessary to be forwarded for Remote Desktop access?: Answer: Port 3389 is the default port used for (Remote Desktop Protocol). This is the port you would forward in your routers port forwarding section.
-
What ports for Email ?
Email ports The POP3 port for inbound emails is 110 (995 if you want to use secured POP3) And the IMAP port for inbound emails is 143 (993 if you want to use secured IMAP) The SMTP port for outbound emails is 25 or 2525 (465 if you want to use secured SMTP)