Search found 15 matches
- Tue Jun 15, 2021 2:55 pm
- Forum: SWS technical info
- Topic: Setup NTP time sync windows server 2016
- Replies: 0
- Views: 34658
Setup NTP time sync windows server 2016
Add NTP server w32tm /config /manualpeerlist:"0.uk.pool.ntp.org" /syncfromflags:manual /reliable:yes /update Restart the time service net stop w32time net start w32time Resync the time w32tm /resync Verify your sync status w32tm /query /status
- Wed Feb 10, 2021 6:09 pm
- Forum: Windows Server 2016
- Topic: Email notification for Windows builtin backup
- Replies: 0
- Views: 25291
Email notification for Windows builtin backup
Email notification for Windows builtin backup Create new task in task scheduler that will be triggered on successful backup. Setup with the following settings:- Name: Backup Success Email Task Description: Notifies backup admin of scheduled backup successful completion Run whether user is logged on ...
- Tue Dec 01, 2020 2:10 pm
- Forum: General IT work related
- Topic: Edit Microsoft DHCP config in txt file format
- Replies: 0
- Views: 26077
Edit Microsoft DHCP config in txt file format
Export current DHCP server config netsh dhcp server ”\\Server name” scope “scope subnet” dump>c:\temp\dhcp.txt eg CMD:- netsh dhcp server ”192.168.0.100” scope “192.168.1.0” dump>c:\temp\dhcp.txt Make changes Open txt file located c:\temp\dhcp.txt Make edits and Save Stop DHCP services In services ...
- Thu Oct 08, 2020 3:46 pm
- Forum: General IT work related
- Topic: LocalPhone FreePBX/Asterisk Configuration
- Replies: 0
- Views: 26051
LocalPhone FreePBX/Asterisk Configuration
LocalPhone FreePBX/Asterisk Configuration ===================================== Trunk Create a new SIP Trunk. Name: LocalPhone-<your incoming number> Dialed Number Manipulation Rules (blank prepend, blank prefix): 1NXXNXXXXXX NXXNXXXXXX SIP Settings (Outgoing) Trunk Name: LocalPhone-<your incoming n...
- Mon Dec 11, 2017 6:18 pm
- Forum: MS Small Busines server
- Topic: Restore using Windows Image Backup = error (0x80042408)
- Replies: 0
- Views: 29632
Restore using Windows Image Backup = error (0x80042408)
Used when creating virtualbox VHD for virtualised SBS2011 server (as backup). Direct disk2vhd completed but vhd files had strange sizes and would not boot. Original SBS2011 server disk was dynamic and mirrored (system & data partitions). Used system image restore as alternative method for creati...
- Wed Sep 20, 2017 1:21 pm
- Forum: Windows Server 2016
- Topic: Exchange 2016 OWA & ECP Chrome error
- Replies: 0
- Views: 27558
Exchange 2016 OWA & ECP Chrome error
When Using Chrome (and apparently Firefox) get below error message when trying to access Exchange 2016 OWA & ECP (Exchange Admin Centre). Your connection is not secure The website tried to negotiate an inadequate level of security. XXXXXXXXXX.domain uses security technology that is outdated and ...
- Sat Jun 04, 2016 9:24 pm
- Forum: General IT work related
- Topic: Draytek Vigor - Address Mapping missing
- Replies: 0
- Views: 28614
Draytek Vigor - Address Mapping missing
Draytek Address Mapping changed following firmware update It's sometimes necessary to set a server to have a particular outgoing IP address on broadband setups that have multiple IPs. Draytek have been changing their menu structures for popular routers such as the Vigor 2820 and Vigor 2830 series. ...
- Thu Sep 17, 2015 9:36 am
- Forum: General IT work related
- Topic: psShutdown access denied error message
- Replies: 0
- Views: 29004
psShutdown access denied error message
When using psShutdown (part of psTools) to shut down PC over network get error message:- Couldn't access \\NameOfPC access denied. If \\NameOfPC is already performing a shutdown operation you must abort it before issuing a different command. regedit as administator on PC to be shutdown HLM\SOFTWARE\...
- Thu Aug 27, 2015 1:50 pm
- Forum: MS Small Busines server
- Topic: Limit Exchange 2010 RAM usage as used on SBS2011
- Replies: 0
- Views: 28100
Limit Exchange 2010 RAM usage as used on SBS2011
Limit Exchange 2010 RAM usage as used on SBS2011 (Small Business server 2011) Start -> All Programs -> Administrative Tools -> ADSI Edit. Right click the root of the tree view on the left and select Connect To... On the Connection Settings screen select the Select a well know Naming Context option ...
- Mon Nov 19, 2012 10:12 pm
- Forum: General IT work related
- Topic: Finding the largest MTU
- Replies: 0
- Views: 32833
Finding the largest MTU
Finding the largest MTU, by EXPERIMENT The best value for MTU is that value just before your packets get fragmented. How do you find that out? By using Ping at an command prompt. Windows 2000/XP/7 users: Go to Start/ Programs/ Accessories/ Command Prompt and type the following: ping -f -l 1472 http...