News:

Welcome to TFT!

Main Menu

Recent posts

#21
Windows Update / "Windows Update Cannot Check f...
Last post by James - August 13, 2015, 12:11:01 PM
Step 1: Change Update Settings



  • Open Windows Update (Windows Key + R > Type "wuapp")
  • Change Settings
  • Select: "Never check for updates"
  • Click "OK" and close Windows update
  • Open Windows Update > Change Settings
  • Select: "Install Updates Automatically" or "Download updates but let me choose whether to install them"
  • Click "OK"
  • Click "Check for Updates"


Step 2: Restart Windows Update Services



  • Open an Administrator Command Prompt (Windows Key > Type "CMD" > Click Shift + Enter > Approve the UAC)
  • Run command: net stop bits
  • Run command: net stop wuauserv
  • Run command: net start bits
  • Run command: net start wuauserv
  • Open Windows Update and check for updates


Step 3: Rename Software Distribution Folder



  • Open an Administrator Command Prompt (Windows Key > Type "CMD" > Click Shift + Enter > Approve the UAC)
  • Run command: net stop bits
  • Run command: net stop wuauserv
  • Run command: ren c:\windows\softwaredistribution softwaredistribution.old
  • Run command: net start bits
  • Run command: net start wuauserv
  • Open Windows Update and check for updates


Step 4: Install Latest Intel Rapid Storage Technology Driver


#22
Microsoft Exchange / Change Exchange Virtual Direct...
Last post by Adventech - August 11, 2015, 01:20:54 PM
PROBLEM:
Change Exchange Virtual Directory Internal and External URL's.

SOLUTION:

Create PowerShell Script to change the IIS sites.

#URL.ps1
$urlpath = Read-Host "Type internal Client Access FQDN starting with http:// or https://"
Set-AutodiscoverVirtualDirectory -Identity * –internalurl "$urlpath/autodiscover/autodiscover.xml"
Set-ClientAccessServer –Identity * –AutodiscoverServiceInternalUri "$urlpath/autodiscover/autodiscover.xml"
Set-webservicesvirtualdirectory –Identity * –internalurl "$urlpath/ews/exchange.asmx"
Set-oabvirtualdirectory –Identity * –internalurl "$urlpath/oab"
Set-owavirtualdirectory –Identity * –internalurl "$urlpath/owa"
Set-ecpvirtualdirectory –Identity * –internalurl "$urlpath/ecp"
Set-ActiveSyncVirtualDirectory -Identity * -InternalUrl "$urlpath/Microsoft-Server-ActiveSync"
Set-webservicesvirtualdirectory –Identity * -ExternalUrl "$urlpath/ews/exchange.asmx"
Set-oabvirtualdirectory –Identity * –ExternalUrl "$urlpath/oab"
Set-owavirtualdirectory –Identity * –ExternalUrl "$urlpath/owa"
Set-ecpvirtualdirectory –Identity * –ExternalUrl "$urlpath/ecp"
Set-ActiveSyncVirtualDirectory -Identity * -ExternalUrl "$urlpath/Microsoft-Server-ActiveSync"
#get commands to  to doublecheck the config
get-AutodiscoverVirtualDirectory | fl identity,internalurl, externalurl
get-ClientAccessServer | fl identity,AutodiscoverServiceInternalUri
get-webservicesvirtualdirectory | fl identity,internalurl,externalurl
get-oabvirtualdirectory | fl identity,internalurl,externalurl
get-owavirtualdirectory | fl identity,internalurl,externalurl
get-ecpvirtualdirectory | fl identity,internalurl,externalurl
get-ActiveSyncVirtualDirectory | fl identity,internalurl,externalurl


Note: You will need to make sure you have your external site added to your DNS to point to the local exchange IP.
#23
Unifi / Ubiquity MAC Address
Last post by James - March 04, 2015, 11:53:28 AM
00-27-22-xx-xx-xx
#24
Windows 8 & 8.1 / Windows Activation Phone Suppo...
Last post by James - February 16, 2015, 09:03:27 AM
First Open the Automated Activation Attendant:
Open Run Command: "slui 4"

Contact Phone Support:
Phone Activation #: 866-374-2481
#25
Quickbooks / How configure SMTP email on Qu...
Last post by Adventech - January 30, 2015, 06:26:37 PM
PROBLEM:
QuickBooks does not have outlook as an option for email.
How configure SMTP email on QuickBooks for Microsoft Exchange 2007 / 2010 / 2013?

SOLUTION:
Add a new UPN Suffix to active directory.

To add UPN suffixes:
I.) Open Active Directory Domains and Trusts. ...
II.) In the console tree, right-click Active Directory Domains and Trusts , and then click Properties .
III.) On the UPN Suffixes tab, type an alternative UPN suffix for the forest, and then click Add .

Change the users UPN Suffix in AD Users and Computers


Set up outgoing email (SMTP) in QuickBooks:
1.) If you have the Choose your Email Method message open, click the Setup my email now button.
Choose your email method image


2.) Optional: If you don't have the message open, open preferences by choosing Preferences from the Edit menu.


3.) Along the left side of the Preferences window, select Send Forms.
4.) Along the top of the Preferences window, click the My Preferences tab and click Add.


5.) In the Add Email Info window:

  • a.Enter your email address in the Email Id field.
  • b.From the Email Provider drop-down list, select Others.
  • c.Enter your ISP's mail server name in the Server Name field.
  • d.(Optional) If the port number is not 25, enter the correct number.
  • e.(Optional) Select the SSL checkbox if your ISP specifies that Secure Socket Layer should be enabled.

6.) Click OK. Your email account appears in the E-Mail Ids field and is set as the current default.
7.) Click OK.
8.) Email a transaction or report as a test.

Note: You may be required to enter your password one or more times prior to sending forms when you launch QuickBooks or when you launch Windows. For security reasons, QuickBooks cannot store the password to send your email.
#26
Zeiss Cirrus HD-OCT / Zeiss Forums Database NIM Erro...
Last post by Adventech - January 30, 2015, 04:26:53 PM
NIM -1
  • Local Database Error

NIM -11
  • DNS look up errors
#27
Windows 2008 & 2008 R2 Server / How to bring online a domain c...
Last post by Adventech - January 11, 2015, 10:13:29 PM
PROBLEM:
How to bring online a domain controller (DC) that was offline for an extended amount of time?

ActiveDirectory_DomainService 1865 "The Knowledge Consistency Checker (KCC) was unable to form a complete spanning tree network topology. As a result, the following list of sites cannot be reached from the local site."

ActiveDirectory_Domain_Service 1311 "The Knowledge Consistency Checker (KCC) has detected problems with the following directory partition."

ActiveDirectory_Domain_Service 1566 "All directory servers in the following site that can replicate the directory partition over this transport are currently unavailable."

DNS-Server-Service 4013 "The DNS server is waiting for Active Directory Domain Services (AD DS) to signal that the initial synchronization of the directory has been completed."
Above and beyond these issues using the portqry.exe tool I was able to figure out that the server was not listening on any of the relevant domain controller ports, TCP 137-139 or UDP port 53.

TROUBLE SHOOTING

Repadmin /syncall /AdePq
  • Performs a synchronization for a server with all of its replication partners, the modifiers help in performing the sync in a multisite environment
Repadmin /replsum
  • Summarizes the state of replication of the forest
Repadmin /kcc *
  • Forces a recalculation of the topology, has the effect of rebuilding the automatically created partner connections in Sites and Services
Dcdiag /test:Connectivity
  • dcdiag over all is great, but using the /test modifier you are able to run only specific tests as needed

SOLUTION:

1.) Open "Sites and Services", and move the problem DC into a site with a working DC.
2.) Open an Administrative Command Prompt (CMD running as Admin).
3.) Run the following commands.

repadmin /kcc *
repadmin /syncall.
#28
PIX 500 Series / How to configure PPTP pass-thr...
Last post by Adventech - December 31, 2014, 10:29:00 AM
PROBLEM:
How to configure PPTP pass-through on Cisco PIX 501 / 515 /525 / Cisco ASA 5505 / 5510 / 5515?
Allow GRE outbound on Cisco PIX or ASA

SOLUTION:
Add a fixup protocol.

fixup protocol pptp 1723

GRE will be dynamically permitted.
#29
2010 / Exchange 2010 fails to export ...
Last post by Adventech - December 23, 2014, 04:27:56 PM
PROBLEM:
Exchange 2010 fails to export large mailboxes to PST.
How to export mail boxes to PST in Microsoft Exchange 2010?
How to use MailboxExportRequest in Exchange 2010?

SOLUTION:
The simplest way to export mail boxes to PST is to us power shell. Before you begin you will need to create a network share on either the exchange server or another location and give read/write permission for "Exchange Trust Subsystems" group.



After that you are ready to export. The following commands will help you with exporting and monitoring the export.

Export Mailbox
New-MailboxExportRequest -Mailbox john.doe -FilePath \\EXCHANGESERVER\pst\john.doe.pst

View the status of the request
Get-MailboxExportRequest

View the status with more details
Get-MailboxExportRequest -Name MailboxExport | fl

View the status of all requests
Get-MailboxExportRequest | Get-MailboxExportRequestStatistics

Export Archive Mailbox
New-MailboxExportRequest -Mailbox john.doe -FilePath \\EXCHANGESERVER\pst\john.doe.pst -IsArchive

Complete and Remove all requests
Get-MailboxExportRequest | where {$_.status -eq "Completed"} | Remove-MailboxExportRequest

TROUBLE SHOOTING

Error: The term "New-MailboxExportRequest" is not recognized.
New-ManagementRoleAssignment –Role "Mailbox Import Export" –User "DOMAIN\USER"
(replace "DOMAIN" with your domain and "USER" with Domain Admin User)

Restart PowerShell after adding the role!

Large Mailboxes Failing? add  -MRSServer exchange-server-name.domain.local or the CAS server name (see below).
New-MailboxExportRequest -Mailbox john.doe -FilePath \\EXCHANGESERVER\pst\john.doe.pst -MRSServer exchange-server-name.domain.local
#30
2008 / 2008 R2 / How To Change DPI Settings in ...
Last post by Adventech - December 18, 2014, 12:25:59 AM
PROBLEM:
How To Change DPI Settings in a Remote Desktop Session on Windows 7 or Server 2008 R2?

SOLUTIONS:
To fix this, you will need a Hotfix from Microsoft. You can download it from this Microsoft KB article.