Share iPad screen app

Q: Can I use Skype share my iPad screen? If not, which app may be able to share iPad/iPhone screen?

Chicagotech.net: You should use Skype new version, Microsoft Team instead of Skype.

Here are how:

  1. Go to Apple store download Microsoft Team.
  2. After installing, click Team icon under apps.

3. Click three dots….

4. Click Share screen.

Here are other options you may try: Teamviewer, DisplayRecorder, Screenleap, olioli, join.me, GoToMeeting, Teamviewer.

Where can I get Windows 10 installation DVD

Q: My laptop running 10 crash and need to re-install it. Where can I get Windows 10 DVD?

Chicagotech.net: Click this link: download windows 10 or copy this link: https://www.microsoft.com/en-us/software-download/windows10   to download the Media Creation Tool (Click on Download Tool Now), with that you can download the latest Windows 10 ISO (Select Create Installation Media for Another PC), you can create a bootable USB flash drive (min 8GB) using that tool Then, Boot your PC from the Installation Media you just created (change Boot Order in your BIOS) to begin installing Windows 10 If you have problems booting from a boot disc, you may have UEFI BIOS: Insert the Bootable Installation Media, then go into your BIOS and make the following changes: 1. Disable Secure Boot 2. Enable Legacy Boot 3. If Available enable CSM 4. If Required enable USB Boot 5. Move the device with the bootable disc to the top of the boot order 6. Save BIOS changes, restart your System and it should boot from the Installation Media Chicagotech.net:

How to re-install Windows 10 without product key

Q: My laptop running 10 crash and need to re-install it. When re-install it, it popup for the product key which I don’t have. What should I do?

Chicagotech.net: Since you previously had Windows 10 installed and activated on that PC during the installation process skip the steps which ask for a product key and select the option ‘I am Reinstalling Windows 10 on this PC’, and activation will not be an issue, your PC willhave a digital entitlement stored on the Microsoft Activation Servers Make sure you install the same Edition of Windows 10 (Home, Pro . . . etc.) you previously had installed to avoid Activation issues

How to create VPN Group/User in Paloalto Firewall

Assuming you have create a IPSec VPN on Paloalto Firewall, these are the steps to create VPN group and users.

  1. To create VPN group, go to Device>Local User Database, click Add to create VPN Users group.

Navigate to Device>Authentication Profiles, click Add. Enter the Name, select Type, and Username Modifier to create the Profile.

Click Advanced, and then click Add to add group you create at 1.

2. To create and add a user to the VPN group, go to Device>Local User Database, click Users and then Add.

Now, go back to the VPN group to add the user you just created.

3. Save all configuration and test it.

How to collect Azure VPN configuration file?

Q: We are re-configure our VPN. How can we collect Azure VPN configuration file?

chicagotech.net: run these command lines:

  1. Install-Module -Name AzureRM.
  2. Add-AzureAccount
  3. Get-AzureVNetConfig -ExportToFile c:\azure\networkconfig.xml

Note: if you don’t have c:\azure folder, please creat it first.