A windows version of dig can be downloaded at http://www.isc.org/downloads.
Example commands:
- dig abc.com
- dig abc.com any
- dig abc.com ns
- dig abc.com mx
- dig abc.com any @dns-server
A windows version of dig can be downloaded at http://www.isc.org/downloads.
Example commands:
There are many methods to remove an IT policy from a BlackBerry smartphone. See this KB for more details. Here is the easiest method (I think) – using loader.exe.
Windows Vista and later support wake timers that scheduled tasks can use, allowing a system to automatically wake from sleep or hibernate at a certain time.
Q. How do I create a DHCP scope in Windows Server 2008 and Server 2008 R2?
A. DHCP is a key service to enable the dynamic allocation of IP addresses to your network. Without DHCP, each machine has to be manually configured with an IP address, gateway, and DNS information. This might work for a small number of servers, but in any sizable environment, the ability for clients to dynamically get IP addresses is vital.
Windows has long had a DHCP service, and it has improved with each new version. In Server 2008 and later, DHCP is a server role that's added through Server Manager. Once you've added the DHCP Server role, you need to configure a scope—a set of IP addresses the DHCP service can allocate from to give to requesting clients. It's important that the DHCP scope you define consists of IP addresses that aren't used on any machine in the network (such as statically defined on a server) nor part of a scope on another DHCP server. Duplicate IP addresses in an environment will cause major problems, and it's always good practice to have an IP allocation scheme and tracking. Some organizations use IP addresses 10-50 of each subnet for servers and printers, 60-240 for DHCP clients, and so on.
Once the DHCP Server role is installed, you need to authorize the DHCP server by navigating to the DHCP Server role in server manager, selecting the server, and selecting Authorize. You can now create a scope.
Once you have DHCP configured, you can run
ipconfig /renew
on your clients and they should get an IP address from your DHCP server. You can see the address with the command ipconfig.
Windows Virtual PC has integration features that allow certain types of devices to be shared between the host computer and the virtual machine (VM), including audio devices, clipboard, printers, drivers, and smart cards.
However, the VM may use the generic driver for the USB device, and the device may not work correctly. To install the driver for the USB device,
This is a quick update on my previous post “ Use WinSCP to Transfer Files in vCSA 6.5 ”. When I try the same SFTP server setting in vCSA 6.7...