• Welcome to community.cognetic.com.
 

News:

Cognetic Awarded one of Houston's Largest Tech Companies

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - bflores

#76
(HOW TO ADD A GOOGLE SHARED CALENDAR TO AN APPLE IOS DEVICE)

Works as of 12-19-2014


1.) From your iOS device, open "Safari"
2.) Go to https://google.com and click "Sign In"
3.) Sign in with your google account.
4.) Go to https://m.google.com/sync/settings/iconfig/
5.) You will see your shared calendars under the "Shared Calendars" section.
6.) Put a check mark in the shared calendars you want to sync to your iOS device.
7.) You are done.

Happy Trails my fellow Google'rs.
#77
(HOW TO CHANGE EVERYONE'S  PASSWORDS)
Run the below from a Windows Powershell to change all passwords. Change the query to match your path.  Change NEWPASSWORD to the password you want.

To test the DSQuery path is pulling the users correctly:
DSQUERY user "OU=users,DC=cognetic,DC=com"

To change the passwords and set must change password to no:
DSQUERY user "OU=users,DC=cognetic,DC=com" | dsmod user -pwd NEWPASSWORD -mustchpwd no
#78
Vmware / How to Extend Vmware Volumes
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:\>
#79
Microsoft / Setting NTP National Time Provider
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
#80
(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
#81
Office / Remove Send to Bluetooth from Office Addins
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"
#82
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

#83
Google / How to search FTPs with Google
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"
#84
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
#85
Other / NTP - National Time Provider
January 26, 2012, 02:15:24 AM
NTP - National Time Provider
us.pool.ntp.org