• Welcome to community.cognetic.com.
 

News:

Cognetic Awarded one of Houston's Largest Tech Companies

Main Menu

Recent posts

#81
Vmware / How to Extend Vmware Volumes
Last post by bflores - June 12, 2012, 06:55:04 PM
C:\> diskpart

Microsoft DiskPart version 6.1.7601
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: %COMPUTERNAME%

DISKPART> list disk

  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          12 GB      8033 KB
  Disk 1    Online          100 GB    2008 MB

DISKPART> select disk=1

Disk 1 is now the selected disk.

DISKPART> list partition

  Partition ###  Type              Size     Offset
  -------------  ----------------  -------  -------
  Partition 1    Primary            100 GB    32 KB

DISKPART> select partition=1

Partition 1 is now the selected partition.

DISKPART> extend

DiskPart successfully extended the volume.

DISKPART> exit

Leaving DiskPart...

C:\>
#82
Wordpress / Changing Worpress Site URL via...
Last post by admin - June 03, 2012, 04:39:59 AM
1. Add these two lines to the file, immediately after the initial "<?php" line
update_option('siteurl','http://worpresssite.com');
update_option('home','http://wordpresssite.com');


2. Load the login or admin page. The site should update to the new URL in step 1.

3. IMPORTANT: Remove the lines you added.  Do NOT leave those lines in there. Remove them immediately after the site is up and running again
#83
Microsoft / Setting NTP National Time Prov...
Last post by bflores - May 10, 2012, 01:07:39 PM
(UNITED STATES NTP SERVER POOL)
us.pool.ntp.org

(FOR WINDOWS PDC SERVERS)
w32tm /config /manualpeerlist:"us.pool.ntp.org,0x8" /syncfromflags:MANUAL /reliable:yes /update   <<set time
w32tm /query /status   <<Confirm source has been set to us.pool.ntp.org,0x8
net stop w32time
net start w32time
w32tm /resync /rediscover   <<force a time synchronization
#84
Office / Link to Download Microsoft Off...
Last post by bflores - April 26, 2012, 01:22:18 PM
(MICROSOFT OFFICE 2010 and 2013 DOWNLOAD LINK
https://downloadoffice.getmicrosoftkey.com/

OLDER LINKS
(MICROSOFT OFFICE 2010 DOWNLOAD LINK
http://office.microsoft.com/en-us/buy/using-the-product-key-card-FX101853163.aspx

(PATH WERE OEM IS PREINSATLLED)
C:\ProgramData\Microsoft\OEMOffice14
#85
Office / Remove Send to Bluetooth from ...
Last post by bflores - April 03, 2012, 12:57:31 PM
Remove Send to Bluetooth from Office Addins:
(note: path may be vary)

regsvr32 /u "C:\Program Files\WIDCOMM\Bluetooth Software\syswow64\btsendto_office.dll"
#86
Exchange Server / OWA HTTPS Redirect - Using 302...
Last post by bflores - March 21, 2012, 08:54:45 PM
OWA 403.4 HTTPS Redirect

1.) Open IIS Manager
2.) Default Web Site
3.) Error Pages
4.) Add
5.) 403.4 for Status Code
6.) Respond with a 302 Redirect: Absolute URL = https://webmail.company.com/owa

#87
Google / How to search FTPs with Google
Last post by bflores - March 21, 2012, 02:53:59 PM
1 - Search for a term you're interested in finding on FTPs:
inurl:ftp -inurl:(http|https) "Microsoft Office"

2 - Search for everything Google has indexed from a particular site's FTP:
inurl:ftp -inurl:(http|https) site:gowinnt.microsoft.com

3 - Search for FTPs from educational Web sites only:
inurl:ftp -inurl:(http|https) site:edu

4 - Search for a specific file type on FTPs:
inurl:ftp -inurl:(http|https) "Microsoft Office" filetype:pdf

5 - One fun search query to rule them all:
inurl:ftp -inurl:(http|https) site:gov | site:mil filetype:pdf | filetype:ppt | filetype:doc "Top Secret" | "Classified Information"
#88
Exchange Server / Exchange 2010 - Adding Resourc...
Last post by bflores - January 27, 2012, 10:09:26 AM
Set-Mailbox "Croom-Main" -type room

Set-CalendarProcessing -Identity "Croom-Main" -AutomateProcessing:AutoAccept

Add-MailboxPermission -Identity "Croom-Main"  -User mtraver@tagosgroup.com -AccessRights FullAccess
or Via UI just grant Domain users Full Access

Set-MailboxCalendarFolder -Identity Croom-Main@tagosgroup.com:\Calendar -DetailLevel FullDetails
#89
Other / NTP - National Time Provider
Last post by bflores - January 26, 2012, 02:15:24 AM
NTP - National Time Provider
us.pool.ntp.org
#90
Sonicwall / How to Rebuild Sonicwall Email...
Last post by admin - January 26, 2012, 01:58:13 AM
------------------------------------------------------------
FOR APPLIANCES
------------------------------------------------------------

(PUTTY)
1. Connect to the CLI using an SSH client, such as Putty
the.earth.li/~sgtatham/putty/latest/x86/putty.exe
2. Login via [ snwlcli ] 1st, then login as admin and the admin password you setup.

(TO CLEANUP DATABASES THAT BECOME CORRUPT AND CAUSE 100% CPU UTILIZATION)
Also may get messages in System, Monitoring, View Alerts: "SonicWALL Email Security Gateway not responding to SMTP test", or "Thumbprint database files are stale". This also corrects "Email Security is on: = Red X" or "Email Security is Off".
PLEASE NOTE:This command requires or will reboot your appliance.
cleanupdcdatabase

(TO CORRECT AUDIT LOGS OR JUNK BOX NOT SHOWING CURRENT DATA OR DATES)
rebuildsearchdb

(TO FIX OR CORRECT HTML USER INTERFACE NOT WORKING)
rebuildwebroot




-----------------------------------------------------------------------
FOR SOFTWARE AND APPLIANCE
-----------------------------------------------------------------------

(HTML DIAG SCREEN - MUCH MUCH EASIER!)
For appliances running "Email Security Firmware Version 7.3.4.5721" and above, you can use the /diag html page, to see all and run commands from an HTML page.
1. Login to the ES ad admin, and change the ending URL to /diag or /diag.html.
For Example: https://mail.company.com/diag.html