V:\Data>xcopy “\10.0.10.96\VMs\AppSvr.vhdc” /e /y Only working on cmd not powershellcXcopy v:\siclopsclone*.* /s “\10.0.10.96\VMs\Temp\” /c/y/i
Category: How to
How to remotely shutdown for Windows?
shutdown -s -f -m \\<your destination PC name> -t 0 -d up:125:1 Short Version Example:shutdown -s -m \\PC-D08 -t 0
How to remotely shutdown Mac computer?
Open Puttyconnect to Mac ip address ssh Restart Commands:sudo shutdown -r now Shutdown Commands:sudo shutdown –h now
How to configure IPsec VPN between Amazon VPC and DrayTek Router?
Settings of Amazon VPC 1. Login to AWS >> VPC Dashboard >> Virtual Private Network (VPN) >> Site-to-Site VPN Connections 2. Select the VPN > Download Configuration > Generic. IT will download a .txt file containing the details required for the next steps. 3. Open the text file with WordPad and note down the Pre-Shared […]
How to configure Windows Server 2012 R2 as a customer gateway device?
You can configure Windows Server 2012 R2 as a customer gateway device for your VPC. Use the following process whether you are running Windows Server 2012 R2 on an EC2 instance in a VPC, or on your own server. Topics Configuring your Windows server Step 1: Create a VPN connection and configure your VPC Step […]