• Welcome to community.cognetic.com.
 

News:

Cognetic Awarded one of Houston's Largest Tech Companies

Main Menu

Recent posts

#81
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
#82
Other / NTP - National Time Provider
Last post by bflores - January 26, 2012, 02:15:24 AM
NTP - National Time Provider
us.pool.ntp.org
#83
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
#84
Microsoft / Windows Password Recovery Disk
Last post by admin - January 26, 2012, 01:49:22 AM
#85
Other / TCP/IP Subnet
Last post by admin - January 26, 2012, 01:48:18 AM
(SUBNET CALCULATOR)
https://www.calculator.net/ip-subnet-calculator.html

(CLASS C SUBNET)
Bits   Mask                     Usable Hosts
/24   255.255.255.000    254
/25   255.255.255.128    126
/26   255.255.255.192    62
/27   255.255.255.224    30
/28   255.255.255.240    14
/29   255.255.255.248    6
/30   255.255.255.252    1

(CLASS B SUBNET)
Bits  Mask                  Usable Hosts
/16  255.255.0.0        65,534
/17  255.255.128.0    32,766
/18  255.255.192.0    16,382
/19  255.255.224.0    8,190
/20  255.255.240.0    4,094
/21  255.255.248.0    2,046
/22  255.255.252.0    1,022
/23  255.255.254.0    510

(CLASS A SUBNET)
Bits  Mask              Usable Hosts
/8    255.0.0.0       16,777,214
/9    255.128.0.0    8,388,606
/10  255.192.0.0    4,194,302
/11  255.224.0.0    2,097,150
/12  255.240.0.0    1,048,574
/13  255.248.0.0    524,286
/14  255.252.0.0    262,142
/15  255.254.0.0    131,070
#86
Exchange Server / Exchange 2010 - Powershell Com...
Last post by admin - January 26, 2012, 01:46:30 AM
(TO GRANT A USER FULL ACCESS TO ANOTHER MAILBOX)
add-MailboxPermission -Identity "Mailbox" -User "Trusted User" -AccessRight FullAccess -InheritanceType All -Automapping $false
or
add-MailboxPermission -Identity "Mailbox" -User "Trusted User" -AccessRights FullAccess

(REMOVE A USER FULL ACCESS FROM ANOTHER MAILBOX)
Remove-MailboxPermission -Identity "Mailbox" -User "Trusted User" -AccessRight FullAccess -InheritanceType All

(TO ADD EXCHANGE 2007 /2010 OWA to IIS WEBS)
New-OWAVirtualDirectory -OWAVersion "Exchange2007" -Name "owa" -Website "sunshinekids.org"

(TO REMOVE EXCHANGE 2007 /2010 OWA from IIS WEBS)
Remove-OwaVirtualDirectory -identity "owa (Default Web site)"

(TO SET EXCHANGE 2007 SERVER PERMISSIONS FOR A SERVICE ACCOUNT)
get-mailboxserver "<mail_server_name>" | add-exchangeadministrator "BESAdmin" –role ViewOnlyAdmin

get-mailboxserver "<mail_server_name>" | add-adpermission –user "BESAdmin" –accessrights ExtendedRight –extendedrights Send-As, Receive-As, ms-Exch-Store-Admin
#87
Dell / How to Get Dell Service Tags f...
Last post by admin - January 26, 2012, 01:41:19 AM
(GET SERVICE TAG)
wmic bios get serialnumber

(GET SERVICE TAG, MODEL, AND MANUFACTURER)
wmic csproduct get vendor,name,identifyingnumber