PowerShellで作るファイルサーバでファイル一覧を表示する

参考にしたサイトは、こちら こんなことできるんだ!

Building a web server with PowerShell | 4sysops

This script starts a small web server listening on localhost:8080 that will impersonate the authenticated user and serve static content. This means if they do not have NTFS permissions to the file they will get an access denied or a 404 file not found if they do not have NTFS access to list contents of the directory. (github.com)

ほぼそのままのスクリプトに、ちょっとだけ改造させていただき、日本語の文字化け対応を行ったバージョン

このスクリプトを実行し、ブラウザから http://localhost:8080/ にアクセスするとスクリプトを格納しているフォルダー内のファイル一覧を取得することができる。

コメント

タイトルとURLをコピーしました