Posts mit dem Label console werden angezeigt. Alle Posts anzeigen
Posts mit dem Label console werden angezeigt. Alle Posts anzeigen

Samstag, 20. Februar 2016

How to Set Up a Website in IISIn Feburary 2016 20,

In Feburary 2016 20,
Install IIS. Most servers come with the IIS program pre-installed or enabled. If you are trying to learn about IIS at home and you do not have a server configured with IIS, you can use your PC running Windows XP Professional. Practicing from home can give you the basic knowledge that you can use to administer IIS using Windows Server 2000 and Windows 2003. You would need the Windows XP Installation CD to accomplish this task.
Go to 'Start' and click on the 'Control Panel'. Then, click on 'Add and Remove Programs'. Next, click on the 'Add/Remove Windows Components' button. Click on 'Internet information Services' in the Windows Components Wizard window and then click on the 'Details' button. This will pop open the Internet Information Services window, which shows all the functions included in the installation. Check the 'File Transfer Protocol', click on 'OK' and then click on 'Next'. This will start running the configuration. Then, it will ask you to insert the Windows XP Installer CD.
Let the installation complete. Click on 'Finish' once done. Run the Windows Update by going to the Microsoft website to check for current updates to make sure that the IIS you installed will have the latest update and patch. Reboot your computer after running the updates.
Go to 'Start', 'Administrative Tools' and click on 'Internet Information Services'. This console will help you manage IIS.
Right-click on 'Web Sites' and click on 'Properties'. This is where you can set the properties for all of the websites. Go to the 'Default Web Site' properties.
Go to the 'Web Site Identification' section, which allows you to assign an IP address for the web server to serve pages on. Click on the 'Advanced' button. Click on 'Add' button. Enter the 'IP Address' of the URL you are creating, then enter the port number it will listen to in the 'TCP Port' box, usually for IIS it is '80' by default. Then, type in the URL of the website in the 'Host Header Name' box. Click on 'OK'.
Keep the default or assign the timeout in seconds in the 'Connection timeout' box. You can keep the check on the box in front of 'HTTP Keep-Alives Enabled'. Check on 'Enable Logging'. When you enable logging on your website, it lets you keep track of where people are coming from and what pages they are viewing. Choose the 'W3C Extended Log File Format' from the drop-down menu. Then, click on the 'Properties' button.
Click on the radio button in front of 'Daily' in the 'Extended Logging Properties' window. You can change the frequency as desired, whether hourly, daily or weekly, to create new log files and save them. Click on 'OK'.
Return to the 'Default Web Site Properties', then go to the 'ISAPI Filters' tab. You can either use the default set-up within this tab or add any special requirement that you need. The ISAPI filter performs some special functions as a response to HTTP requests.
Go to the 'Home Directory' tab. This is where you can set up the path of the contents of your website, such as the root directory; execute permissions such as 'Read' or 'Write'. You can also name the application and apply protection here. 'Click on 'OK' once done.
Go to the 'Documents' tab where you can point users to the different pages, folders or sections of the website. Click on 'OK'.
Go to the 'Directory Security' tab where you can assign or change the security settings of your site. Click on the 'Edit' button to go to the 'Authentication Methods' dialog box. This is where you can assign whether you want users to login and use passwords or you can allow 'Anonymous Access' depending on your requirements. Click on 'OK' once done.
Go to the 'HTTP Headers' tab to make changes if needed. It is best to leave this in default settings. This tab shows the header information sent to the browser when a user makes a request. Click 'OK'.
Go to the 'Custom Errors' tab, which allows you to change how IIS will handle the errors when users try to visit the site. This will be useful when a website is down or having problems by giving the visitors messages, such as 'Error 404 Internal Server Error'. The errors can help you in troubleshooting problems and finding resolutions. Click 'OK'.
Go to the final tab, which is the 'Server Extensions' tab. this is where you can enable the version control, change performance settings, change scripting and change mail settings. Click 'OK' and close the IIS window. This completes the website configuration. Test the website if it works by typing the URL on an open browser window.
Test your website to ensure that it works without errors by typing it in a browser. If there are errors, troubleshoot using IIS, it is possible that there is a typo or the website is not yet on the enabled state. Check again to make sure that it is.

In Feburary 2016 20,

Mittwoch, 17. Februar 2016

How to Setup a Domain TrustIn Feburary 2016 17,

In Feburary 2016 17,
Click the Windows 'Start' button and select 'All Programs.' Click 'Administrative Tools' and click 'Active Directory Domains and Trusts.' This opens the main console for the domain.
Right-click the domain forest unit on the left side of the window. In the menu, select 'Properties.' Click the 'Trust' tab to establish the trust.
Click 'New Trust' and click 'Next' in the opening window. In the 'Trust Name' text box, enter the domain you want to trust. In the 'Trust Type' section, enter 'Forest trust.'
Select the direction of the trust. A 'two-way' trust allows both domains to trust each other, which means users can share resources both ways. A one-way trust only allows the trusted domain to share resources, but users on the current domain are unable to access the other domain's resources.
Click 'Continue' at the final summary screen. Close the domain manager to finalize the configurations.
In Feburary 2016 17,

Dienstag, 16. Februar 2016

How to Remove a Hosted Website From Go DaddyIn Feburary 2016 16,

In Feburary 2016 16,
Log in to your Go Daddy Account Manager (see Resources). Enter your user name and password at the top of the page and press 'Enter.' The Go Daddy Account Manager Console will launch.
Click 'Domain Manager' under 'My Products.' All your domains will be listed in the center console.
Double-click the hosted domain you wish to remove from Go Daddy. The Domain Details page will launch.
Scroll down the page to the 'Nameservers' subheading and click the 'Set Nameservers' link. The 'Set Nameservers' window will launch.
Click the 'I Have Specific Nameservers for My Domains.' Clear the values in the 'Nameserver 1,' 'Nameserver 2,' 'Nameserver 3' and 'Nameserver 4' fields. If you have a new hosting account with a different Web company, enter the new nameserver addresses in the boxes. Otherwise, leave the boxes blank. Your website is now removed from the Go Daddy web servers.
In Feburary 2016 16,

Donnerstag, 11. Februar 2016

How to Add a Photo to the Global Address List in ExchangeIn Feburary 2016 11,

In Feburary 2016 11,
Click the Windows Start button and select \'All Programs.\' In the list of application directories, select \'Microsoft Exchange Server 2010\' and then click the \'Exchange Management Shell\' icon. This opens the Exchange server command console.
Enter the following line of code into the Exchange command shell:
Import-RecipientDataProperty -Identity \'Your_Name\' -Picture -FileData ([Byte[]]$(Get-Content -Path \'C:\myPic.jpg\' -Encoding Byte -ReadCount 0))
Replace \'Your_Name\' with your full name. Replace \'myPic.jpg\' with the location of the profile image saved on your machine. The command uploads the image to the GAL and saves it on the Exchange server.
Open Microsoft Outlook. Click the GAL button in the main toolbar, which opens the Exchange server mailbox. Click your user name in the address book to open your profile details. Your profile image is displayed in the GAL.
In Feburary 2016 11,