Strony

czwartek, 25 lutego 2010

Konfiguracja interfejsów seieciowych za pomocą CMD

Tak się zdarzyło, że dostałem szybkie zadanie w pracy.
Update wszystkich templatów na środowisku VMware...

Wszystkie maszyny korzystają z jednego statycznego ip i mogą być odpalone jedna na raz.
Szybki skrypt konfigurujący interfejs sieciowy.

Przykład
netsh interface set interface "Local Area Connection" DISABLED
netsh interface ip set address name = "Local Area Connection" source = static addr = 192.168.1.2 mask = 255.255.255.0 gateway = 192.168.1.1 gwmetric = 1
netsh interface ip set dns name = "Local Area Connection" source = static addr = 192.168.1.1
netsh interface ip add dns name = "Local Area Connection" addr = 192.168.1.3
netsh interface set interface "Local Area Connection" ENABLED

poniedziałek, 8 lutego 2010

Google Sync: Setting Up Your Windows Mobile Phone

To set up Google Sync on your Windows Mobile device, please follow the steps below.

Important Note: Make sure that you have backed up any Contacts and Calendars from your phone to your computer before proceeding.

Getting Started

1. Open the Active Sync application on your device's home screen.
2. Click Set up your device to sync with it.
3. Enter m.google.com as the server address.
4. Ensure that the SSL option is selected.


Sign In to Your Google Account

5. Click Next.
6. Enter your full Google Account email address as the User name.
7. Enter your Google Account password as the Password.
8. Leave the Domain field empty. If your device requires you to enter a domain name, enter google.
9. Click Next.
10. Check Contacts, Calendar, or Email, depending on which you'd like to sync. (Tasks is not supported and will lead to an error if checked.)
11. Click Finish.




12. Press the Sync softkey on the left to synchronize.


You've now set up Google Sync for your Windows Mobile device.

źródło: http://www.google.com/support/mobile/bin/answer.py?answer=138636&topic=14299