<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE feed [
      <!ENTITY lt "&#38;#60;">
      <!ENTITY gt "&#62;">
      <!ENTITY amp "&#38;#38;">
      <!ENTITY apos "&#39;">
      <!ENTITY quot "&#34;">
      <!ENTITY nbsp "&#160;">
      <!ENTITY copy "&#169;">
]>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title type="text">技術新着情報</title>
    <subtitle type="text">UJP-Unwired Job Professional</subtitle>
    <updated>2026-05-23T01:25:22+09:00</updated>
    <id>http://www.ujp.jp/modules/d3blog1/index.php</id>
    <link rel="alternate" type="text/xhtml" hreflang="ja" href="http://www.ujp.jp/" />
    <link rel="self" type="application/atom+xml" href="http://www.ujp.jp/modules/d3blog1/index.php?page=atom" />
    <rights>Copyright (c) 1995-2020</rights>
    <generator uri="http://www.ujp.jp/">D3BLOG - XOOPS BLOG MODULE</generator>
    <entry>
        <title>Windows2008のFirewall設定を確認する</title>
        <link rel="alternate" type="text/xhtml" href="http://www.ujp.jp/modules/d3blog1/details.php?bid=284" />
        <id>http://www.ujp.jp/modules/d3blog1/details.php?bid=284</id>
        <published>2009-06-10T14:32:21+09:00</published>
        <updated>2009-06-10T14:32:21+09:00</updated>
        <category term="WindowsServer" label="WindowsServer" />
        <author>
            <name></name>
        </author>
        <summary type="html" xml:base="http://www.ujp.jp/" xml:lang="ja">　このドキュメントでは，Windows ファイアウォールの設定を確認する．　何の為に確認するかというと，IIS7.0を使ったWebサーバ公開を行う場合に，適切なファイアウォール設定となってい...</summary>
       <content type="html" xml:lang="ja" xml:base="http://www.ujp.jp/">
<![CDATA[<div>　このドキュメントでは，Windows ファイアウォールの設定を確認する．　何の為に確認するかというと，IIS7.0を使ったWebサーバ公開を行う場合に，適切なファイアウォール設定となっているか否かをチェックする為である．<br /><br />　Windowsファイアウォールの設定は，Windows XPやWindows Vistaと同じ様にコントロールパネルから確認する方法と，サーバマネージャから確認する方法がある．　Windows 2008からは，新機能としてプロファイルや送信規制についても設定できるようになっているのが，それらはサーバマネージャからしか確認・設定ができな い．<br /><br />　また，最後にnetsh advfirewallコマンドを使ってテキストファイルに設定内容を書き出して中身を確認している．<br /><br /><a href="http://www.ujp.jp/modules/tech_regist/index.php/Win2008/03WindowsFirewallCheck/WindowsFirewallCheck.html" rel="external">Linkはこちら</a></div>]]>
       </content>
    </entry>
    <entry>
        <title>Windows 2008にリモートデスクトップで接続できるようにする</title>
        <link rel="alternate" type="text/xhtml" href="http://www.ujp.jp/modules/d3blog1/details.php?bid=317" />
        <id>http://www.ujp.jp/modules/d3blog1/details.php?bid=317</id>
        <published>2009-05-25T12:30:29+09:00</published>
        <updated>2009-05-25T12:30:29+09:00</updated>
        <category term="WindowsServer" label="WindowsServer" />
        <author>
            <name></name>
        </author>
        <summary type="html" xml:base="http://www.ujp.jp/" xml:lang="ja">　このドキュメントでは，Windows Web Server 2008で構成されているサーバに，リモートデスクトップで接続できる様に設定する手順を説明する．　リモートデスクトップを実現する為のリモー...</summary>
       <content type="html" xml:lang="ja" xml:base="http://www.ujp.jp/">
<![CDATA[<div>　このドキュメントでは，Windows Web Server 2008で構成されているサーバに，リモートデスクトップで接続できる様に設定する手順を説明する．<br /><br />　リモートデスクトップを実現する為のリモートアシスタンス機能がデフォルトでは有効になっていないので，機能を追加して，セットアップを行う．<br /><br />０．改訂履歴<br />１．はじめに<br />２．リモートデスクトップ構成の確認<br />３．リモートアシスタンス機能の追加<br />４．リモートアシスタンスの構成<br /><br /><a href="http://www.ujp.jp/modules/tech_regist/index.php/Win2008/02RemoteDesktop2008/RemoteDesktop2008.html" rel="external">Linkはこちら</a></div>]]>
       </content>
    </entry>
    <entry>
        <title>Windows Web Server 2008でIIS7.0をセットアップする</title>
        <link rel="alternate" type="text/xhtml" href="http://www.ujp.jp/modules/d3blog1/details.php?bid=195" />
        <id>http://www.ujp.jp/modules/d3blog1/details.php?bid=195</id>
        <published>2009-05-18T13:00:55+09:00</published>
        <updated>2009-05-18T13:00:55+09:00</updated>
        <category term="WindowsServer" label="WindowsServer" />
        <author>
            <name></name>
        </author>
        <summary type="html" xml:base="http://www.ujp.jp/" xml:lang="ja">　このドキュメントでは，Windows Web Server 2008にて，IIS7.0をセットアップする手順を説明する．　Windows Web Serverというエディションだが，OSをインストールした初期設定状態でIISがセットア...</summary>
       <content type="html" xml:lang="ja" xml:base="http://www.ujp.jp/">
<![CDATA[<div>　このドキュメントでは，Windows Web Server 2008にて，IIS7.0をセットアップする手順を説明する．　Windows Web Serverというエディションだが，OSをインストールした初期設定状態でIISがセットアップされている訳ではない．　また，以前はWindows アプリケーションの追加だったが，このエディションでは，役割の追加という表現に変わっている．<br /><br />　この手順の中では，ASP，ログツール，基本認証等の追加機能を選択してインストールを行っている．<br /><br /><a href="http://www.ujp.jp/modules/tech_regist/index.php/Win2008/01WinWebSvr2008IIS7setup/WinWebSvr2008IIS7setup.html" rel="external">Linkはこちら</a></div>]]>
       </content>
    </entry>
</feed>