• Welcome to community.cognetic.com.
 

News:

Cognetic Awarded one of Houston's Largest Tech Companies

Main Menu

Recent posts

#61
Office / Microsoft Office Online Produc...
Last post by bflores - January 20, 2016, 02:01:52 PM
(MICROSOFT OFFICE ONLINE PRODUCT ACTIVATION LINKS)
https://microsoft.gointeract.io/interact/index?interaction=1461173234028-3884f8602eccbe259104553afa8415434b4581-05d1&accountId=microsoft&appkey=196de13c-e946-4531-98f6-2719ec8405ce&Language=English&CountryCode=en&CountryLanguage=EN&startedFromSmsToken=BJDlfy5&sessionID=100997131&token=R40Rns 
NEW LINK AS OF 06-21-2022

(HOW TO CHANGE OFFICE 2016 PRODUCT KEY VIA COMMAND PROMPT CMD.EXE)
X86 cscript "C:\Program Files (x86)\Microsoft Office\Office16\ospp.vbs" /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
X64: cscript "C:\Program Files\Microsoft Office\Office16\ospp.vbs" /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX


(HOW TO CHANGE OFFICE 2013 PRODUCT KEY VIA COMMAND PROMPT CMD.EXE)
X86: cscript "C:\Program Files (x86)\Microsoft Office\Office15\ospp.vbs" /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
X64: cscript "C:\Program Files\Microsoft Office\Office15\ospp.vbs" /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX


bflores account last used: 19
start with: 23 for next
#62
Exchange Server / Configure Internal Clients to ...
Last post by bflores - March 23, 2015, 11:27:18 AM
(STEP 1 - FROM EXCHANGE MANAGEMENT SHELL - EMS)
Set-ClientAccessServer -Identity CAS_Server_Name -AutodiscoverServiceInternalUri https://mail.yourdomain.com/autodiscover/autodiscover.xml

Set-WebServicesVirtualDirectory -Identity "CAS_Server_Name\EWS (Default Web Site)" -InternalUrl https://mail.yourdomain.com/ews/exchange.asmx

Set-OABVirtualDirectory -Identity "CAS_Server_Name\oab (Default Web Site)" -InternalUrl https://mail.yourdomain.com/oab

(STEP 2 - RECYCLE IIS APPLICATION POOLS)
1.) Open IIS Manager by clicking Start, then enter inetmgr.
2.) Expand the server and expand Application Pools, then right-click on MSExchangeAutodiscoverAppPool, and select Recycle.

(SOURCE)
https://support.microsoft.com/en-us/kb/940726
#63
Windows / Windows Network Connectivity S...
Last post by bflores - March 20, 2015, 12:06:19 PM
(ADD BELOW DOMAIN TO ALLOW THE WINDOWS OS TO CHECK IF INTERNET IS WORKING)
msftconnecttest.com
msftncsi.com


(OLD OUTDATED INFO IS BELOW)
The Windows Network Connectivity Status Indicator (NCSI) Network Awareness will:
Request to: http://www.msftncsi.com/ncsi.txt
Expects to Receive: Text containing "Microsoft NCSI"

Request for DNS name resolution of: dns.msftncsi.com
Expects to Resolve to: 131.107.255.255

(SOURCE)
https://technet.microsoft.com/en-us/library/cc766017(v=ws.10).aspx

(TAGS)
Limited or no connectivity
Yellow Exclamation Point on Network, PC, or Computer Icon
#64
Netgear / How to Configure Netgear VLANs...
Last post by bflores - December 19, 2014, 05:10:13 PM
(HOW TO CONFIGURE NETGEAR VLANS)

1.) Go to management IP of Netgear (i.e. 172.16.0.104)
2.) Login
3.) Click "Switching" then "VLAN"
4.) Click on "Advanced" then "VLAN Membership"
5.) Choose VLAN ID in drop down list (i.e. "300")
6.) Then Click on "Port" purple hyperlink.
7.) Make sure "U" is specified for the Shoretel phone that is plugged in.
8.) Click Apply
9.) Click on "Port PVID Configuration" in left hand column.
10.) Check the g interace number the phone is plugged into. (This will prefill the Interface field).
11.) Change the PVID (1 to 4093) to the VLAN you want it to be (i.e. "300")
12.) Click Apply
#65
Exchange Server / Use Google Migration Tool to I...
Last post by bflores - October 23, 2014, 02:51:39 PM
(USING GOOGLE MIGRATION EWS ONLINE IMPORT TOOL)
Source: https://support.google.com/a/answer/6003165?hl=en
1.) Open Exchange Management Shell
2.) New-ManagementRoleAssignment –Name:impersonationAssignmentName –Role:ApplicationImpersonation –User:administrator
3.) Get-WebServicesVirtualDirectory|fl
4.) Copy EWS Eternal URL
5.) Go to admin.google.com
6.) Migrations
7.) Choose Exchange 2010 using Exchange EWS
8.) Paste EWS External URL from step 4
9.) Next
10.) Make sure the users "default SMTP email address" for "Exchange Email" field is listed.
11.) Start Import
#66
Exchange Server / Exchange 2010 - How to Export ...
Last post by bflores - October 23, 2014, 02:34:31 PM
(HOW TO GET MAILBOX SIZES)
Get-MailboxStatistics -Server e-mail | Select DisplayName, ItemCount, TotalItemSize | Sort-Object TotalItemSize -Descending

(PRE-REQUIREMENTS)
1.) Open Exchange Management Shell
2.) New-ManagementRoleAssignment –Role "Mailbox Import Export" –User Administrator
3.) Close EMS and Reopen
4.) Export Exchange Users list to a Tab Delimited .txt file.
5.) Formula for Excel: ="New-MailboxExportRequest -Mailbox "&B2&" -FilePath \\e-mail\pst\"&B2&".pst"

(EXPORT ALL MAILBOXES TO PSTs)
New-MailboxExportRequest -Mailbox user1 -FilePath \\e-mail\pst\user1.pst
New-MailboxExportRequest -Mailbox user2 -FilePath \\e-mail\pst\user2.pst
New-MailboxExportRequest -Mailbox user3 -FilePath \\e-mail\pst\user3.pst
New-MailboxExportRequest -Mailbox user4 -FilePath \\e-mail\pst\user4.pst
New-MailboxExportRequest -Mailbox user5 -FilePath \\e-mail\pst\user5.pst

(HOW TO GET MAILBOX EXPORT REQUESTS)
Get-MailboxExportRequest
#67
Windows Server / How to manually change Windows...
Last post by admin - August 07, 2014, 01:38:40 PM
(HOW TO MANUALLY CHANGE WINDOWS UPDATE SOURCE)
How to change the source for windows updates.  Can be a windows update server on a domain, or from the internet.  You can tell the source by opening Windows Update and check the "You receive updates".
"Managed by your system administrator" = pulls from local Windows Update domain server.
"For Windows and other products from Microsoft Update" = pulls from Microsoft Update Servers on Internet.

(USE LOCAL DOMAIN UPDATE SERVERS)
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"UseWUServer"=dword:00000001


(USE MICROSOFT UPDATE SERVER ON THE INTERNET)
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"UseWUServer"=dword:00000000


NOTE: After making changes. Restart the "Windows Update" service (or reboot PC), for changes to take effect.
#68
Kaspersky / Kaspersky Lab server IP Addres...
Last post by bflores - July 18, 2014, 11:59:12 AM
Kaspersky Lab servers used for downloading antivirus database updates, new application modules, and patches
Source: http://support.kaspersky.com/general/products/6105

4.28.136.36 dnl-01.geo.kaspersky.com
4.28.136.39 dnl-02.geo.kaspersky.com
4.28.136.39 dnl-03.geo.kaspersky.com
4.28.136.42 dnl-04.geo.kaspersky.com
4.28.136.42 dnl-05.geo.kaspersky.com
38.124.168.116 dnl-06.geo.kaspersky.com
38.124.168.119 dnl-07.geo.kaspersky.com
38.124.168.125 dnl-08.geo.kaspersky.com
38.117.98.199 dnl-09.geo.kaspersky.com
38.117.98.202 dnl-10.geo.kaspersky.com
38.117.98.253 dnl-11.geo.kaspersky.com
38.117.98.196 dnl-12.geo.kaspersky.com
38.124.168.119 dnl-13.geo.kaspersky.com
38.124.168.116 dnl-14.geo.kaspersky.com
38.124.168.125 dnl-15.geo.kaspersky.com
38.117.98.199 dnl-16.geo.kaspersky.com
38.117.98.196 dnl-17.geo.kaspersky.com
38.117.98.253 dnl-18.geo.kaspersky.com
38.124.168.116 dnl-19.geo.kaspersky.com
4.28.136.36 dnl-00.geo.kaspersky.com
38.117.98.230 redirect.kaspersky.com
54.208.123.121 sercurelist.social-kaspersky.com
#69
Office / How to change or check Office ...
Last post by bflores - March 28, 2014, 03:11:54 PM
(NOTES)
http://technet.microsoft.com/en-us/library/ee624350(v=office.15).aspx
/inpkey:value Installs a product key (replaces existing key) with a user-provided product key.
/dstatus Displays license information for installed product keys.
/dstatusall Displays license information for all installed licenses.

(TO DISPLAY LICENSE INFORMATION)
cd "C:\Program Files (x86)\Microsoft Office\Office15\"
cscript ospp.vbs /dstatus

(TO CHANGE KEY)
Run the following command to enter the product key.
cd "C:\Program Files (x86)\Microsoft Office\Office15\"
cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

(ACTIVATE OFFICE)
To activate the remote computer, type the following command, and then press ENTER:
cd "C:\Program Files (x86)\Microsoft Office\Office15\"
cscript ospp.vbs

#70
Windows Server / How to purge Windows Server 20...
Last post by bflores - March 12, 2014, 10:04:55 AM
(DELETE WINDOWS SERVER 2008 R2 BACKUP VERSION HISTORY / CATALOG)
wbadmin delete catalog

Backup Version and Space Management in Windows Server Backup
http://blogs.technet.com/b/filecab/archive/2009/06/22/backup-version-and-space-management-in-windows-server-backup.aspx