ShadowExplorer allows you to browse the Shadow Copies created by the Windows Vista / 7 / 8 Volume Shadow Copy Service. It’s especially thought for users of the home editions, who don’t have access to the shadow copies by default, but it’s also useful for users of the other editions. Shadow Copy From time to time, […]
This example uses the New-ReceiveConnector cmdlet to create the Receive connector Anonymous Relay that listens on local IP address 192.168.10.1 on port 25 from a source server at IP address 192.100.2.30 New-ReceiveConnector -Name “Relay Mail” -Usage Custom -PermissionGroups AnonymousUsers -Bindings 192.168.10.1:25 -RemoteIpRanges 192.100.2.30 Use the Shell to grant relay permission to anonymous connections on the new Receive […]
Check which vSwitch the Service Console is on (and the name of the Service Console) with esxcfg-vswitch -l To remove the vlan id completely, just set it to 0 esxcfg-vswitch vSwitch0 -v 0 -p “Service Console” To set a vlan id on the service console esxcfg-vswitch vSwitch0 -v X -p “Service Console” (enter the vlan number where X is) […]
In C:\Documents and Settings\All Users\Application Data\Sage\Accounts\2008 you will fine a file called Company with no file extension. Open this file in notepad and you will see it contains the path to your data. You can then edit this path to point at your network drive. As always – take a backup of the Company file.
If you are looking to re-direct Outlook Web Access then follow this article The method of setting up an IIS7 redirect HTTP to HTTPS is to Require SSL on the site or part of the site and set up a custom 403.4 error page. To do this, just following these steps: Install your SSL certificate […]
Sharing Internet with Multiple public IP from same ISP: ISP Router running in bridge mode Juniper SSG5 eth0/0 doing ppoe to connect ADSL. ISP assign Public IP block as: 217.214.17.120/29 Network range will be: 217.214.17.120- 217.214.17.127. Using /29 on 2 untrust interface will give you an error, IP overlapping. To use these IP on 2 untrust […]
You can check this by Running the following command from a CMD prompt: “certutil -config – -ping” it will prompt you with all the CA available in the organisation.
This is how to configure Multi Path I/O for iSCSI on Windows 2012 Server. I want to use this for our Hyper-V implementation to increase through put and redundancy. Setup iSCSI NICs In this server I have eight NICS, I have chosen to use two NICS for iSCSI and here you can see I have […]
The current server already has several drives set up. Normally when we set it up and assigned a drive letter, it will automatically created an admin share of \\SERVER_NAME\[drive_letter]$ if your are missing D$ you can create that by net share D$=D:\ if you get any issue delete and recreate NET SHARE D$ /delete
SOURCE: http://technet.microsoft.com/en-us/library/bb490943.aspx To switch the specified adapter from a static address to DHCP, type the following command: netsh interface ip set address “Local Area Connection” dhcp NOTE: Typing this command changes the interface named “Local Area Connection” to DHCP. To display all of the adapters in the computer with their current IP addresses to determine […]