syg_hira's tech-work memo

某人材サービス会社の情報共有インフラ担当のおぼえがきです。MicrosoftのEnterprise製品多め。

2015-01-01から1年間の記事一覧

検証環境を宅鯖もしくはクラウドで構築する場合の費用試算

技術検証の対象がWindows Azureになり、今年の夏の猛暑のなかで少しでも室内の熱源を減らすため、しばらくの間、宅鯖をずっと止めていました。そんなこんなしているうち、クラウドIaaSでの検証もそれなりにできることがわかってきました。 Windows PowerShel…

Windows 10 (英語版)でシステムロケールを設定しているのに文字化け・・・MSゴシックがない?

Windows 8.1英語版に言語パックを入れて日本語化していたのですが、Windows 10英語版にアップグレードしたら、文字化けしました。 システムロケールは「日本語(日本)」になっています。 システムロケールを英語にすると、いつもと違う、英語版を無理矢理日…

Windows 10 Enterprise LTSB

Windows 10 がリリースされて2日経ちました。MSDNサブスクリプションから、インストール用ISOをダウンロードしようとしたところ、Windows 10 Enterpriseに2つのバリエーションがあることに気がつきました。Windows 10 Enterprise Windows 10 Enterprise LTSB…

Using file hash in PowerShell

I am working with PowerShell to maintenance systems. I managed many scripts manually in this situation. I confirmed file size and timestamp to identify the script version.It is hard to deploy because server and script is too many.I had mad…

The file compression in script on Windows. CAB is good, ZIP is not good.

If you want to know how to compress files in script(PowerShell, VBScript ...)and implemented with only windows builtin function, you may find "operate ZIP folder provided Windows Shell object" But it is not stable on production server. I i…