How Set up Chromecast device

To configure Chromecast, please use the Google Home app that will help you to set up your Chromecast device. This includes Chromecast, wecast and Chromecast Ultra.

Before we begin, please make sure you’re using the latest version of Chrome by navigating to “Settings > About Google Chrome” and update your Chrome browser to the latest version, if necessary.

  1. Navigate to chromecast.com/setup from the Chrome browser on your computer.
    Click “Set up your Chromecast using this computer”.

2. Chrome looks for Chromecast devices that need to be set up.
Click the device that matches the Chromecast name you see on your TV. It will be something like ChromecastXXXX. Click Set Me Up.
Read Privacy & Terms > Accept.
Setup will try to automatically connect to the Wi-Fi hotspot produced by your Chromecast device. If this is successful, move to step 8.
If this isn’t successful, you need to manually connect to the Wi-Fi hotspot of your Chromecast device.
Go to your Wi-Fi menu and select the Wi-Fi network that matches your Chromecast device name.
Connect to the network. Important: Make sure you’ve successfully connected to the Wi-Fi hotspot before moving to the next step. This can take a few minutes. Note: You’ll lose your Internet connection for few minutes until setup is complete. This is expected.
Click Next.
The code on your device should match the code on your TV. If it does, click Yes.
​If it doesn’t match, click No and restart the setup process from step 5 above.
Change the name of your Chromecast by typing in a new name (ex. Living Room) or you can leave it as the default name. Choose your country. Click Looks Good.
Choose your Wi-Fi network by clicking the upside down arrow. Enter your password. Click Connect.
Setup will try to automatically connect to your Wi-Fi network. If this is successful, move to step 13.
If this is not successful, go back to your Wi-Fi menu and choose the same Wi-Fi network you picked in step 10.
Important: Make sure you’ve successfully connected to the Wi-Fi network before moving on to the next step. This can take a few minutes.
Click Next.
Once setup has successfully completed, you’ll see a list of all of your available Cast devices.
Your Chromecast is now ready to cast. You can cast from your favorite Chromecast cast-enabled mobile app or cast a tab from the Chrome browser on your computer.
Download the Google Home app to get the most out of your Chromecast.

How to configure Wecast Wireless Display

Before you configure a device to use Wecast Wireless Display, you’ll need:

Chromecast/Wecast or Android TV
The newest version of Chrome OS. Learn how to update your Chromebook software.
A TV with HDMI input

This example is based on Wecast Wireless Display Dongle. Wecast Wireless Display Dongle can be used to cast from the small screen of most Android, Windows, ISO devices to big screen.

Here is how.

  1. Connect Wechast to TV with selected HDMI and USB.

2. On the device (PC, Mac, Tablet, Phone), go to WiFi settings. Select Wecast-xxxxxx, enter the default password 12345678, and connect.

3. Open a Brower, enter Wecast default IP address 192.168.49.1. It will show WiFi and Settings. Click on WiFi.

4. Now, you have two options: Scan and Add network. Click on Scan. That will show all available wireless.

5. Now, make sure all your devices (wecast, TV and PC/Phone) are connecting to the same WiFi. On the device (Android phone in our example), go to Settings>Connected devices.

6. Tap Connected devices, then Cast.

7. It may take a few seconds to connect to Wecast.

8. Now open Chromecast or Chrome Home

9. Connect to Wecast and the TV will show the remote device screen.

In PC you may have two options to connect the PC to TV screen. I) Go to Display and then select Wireless display. 2) Click Connection icon in the low right corner and then select Connect.

 

 

Losing the Internet connection

Situation: One of network computers lost the Internet connection. The computer can still access to all network resources but the Internet. It can’t ping the Cisco ASA firewall and any public IP addresses. The ASA can’t ping the host. This is the contention: Internet—ASA—Switch—SonicWall—Switch—Host.

The SonicWal and the host can ping each other. SonicWall can see host arp table but ASA can’t.

Flush the host arp table on SonicWall fixes the problem.

 

 

Server stops working for 10 minutes everyday

One of our SQL server running on Windows 2008 R2 keeps having a problem recently. Every morning around 9 AM, the users can’t access the database and we can’t login to the SQL Server. After 10 to 15 minutes, everything is normal.

1. The backup completed around 5 AM.

2. No scheduled task running at that time.

3. The only errors message in Event Viewer is related to Software Protection service:

Log Name:      System
Source:        Service Control Manager
Date:          6/8/2018 8:45:50 AM
Event ID:      7000
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      SQLserver03
Description:
The Software Protection service failed to start due to the following error:
The service did not respond to the start or control request in a timely fashion.

Log Name:      System
Source:        Service Control Manager
Date:          6/8/2018 8:45:49 AM
Event ID:      7009
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      SQLserver03
Description:
A timeout was reached (30000 milliseconds) while waiting for the Software Protection service to connect.

Log Name:      System
Source:        Service Control Manager
Date:          6/8/2018 8:39:19 AM
Event ID:      7011
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      SQLserver03
Description:
A timeout (30000 milliseconds) was reached while waiting for a transaction response from the SQLWriter service.

Any suggestion how to troubleshoot this issue?

Don’t see any computers in WSUS

I deployed WSUS this morning. In the ADUC, I created a new OU, HSA in our case, and move two test computers into the OU.

Image

In Group Policy Management, I enabled Windows Update as shown.

Image

In WSUS Console, make sure Use Group Policy is enabled. I also created computer group name HSA. I also run gpupdate /force. It has been  over 4 hours, I don’t see any computers in WSUS.

Image

How can we fix the problem.

Microsoft admt 3.2 password migration problem

Situation: the client followed all the steps in using admt 3.2 to migrate users and passwords but for some reason he was stuck on the Password Options Migrate passwords screen in ADMT with this message”Unable to establish a session with the password export server. The local machine does not have an encryption key for source domain ‘SERVER2012’. Please install a local encryption key. See the ADMT help for information on password migration.”

Quoted from online:

A new PES key was generated under the credentials of my TargetDomain migration account, and PES service was reinstalled on PDC.SourceDomain – – no improvement.

Contrary to the MS ADMT3.2 documentation [p65] we changed the PES service account credentials from Targetdomain\PES_account  to  SourceDomain\Mig

I can now successfully perform password migration within ADMT3.2 User Migration… using either  Targetdomain\PES_account  or  SourceDomain\Mig  as the account running ADMT on ADMT platform [GC-DC.TargetDomain.TargetForest.local]

The only outstanding question is WHY ?

– Why is the MS documentation not tallying with experience ?

– why has no one else explicitly blogged / newsgrouped this config ?

Ah well – running PES under a Source admin acocunt seems to work.