SE の雑記

SQL Server の情報をメインに Microsoft 製品の勉強内容を日々投稿

Archive for 10月, 2013

SQL Server 向けのローカルセキュリティポリシーをコマンドで設定

leave a comment

SQL Server 向けのローカルセキュリティポリシーで割り当てるユーザー権限として、

  • ボリュームの保守タスクを実行 (瞬時初期化の利用)
  • メモリ内のページのロック (LPM を使用したバッファキャッシュの割り当て)

image

があります。

これをコマンド実行する際の方法を少しまとめてみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 13th, 2013 at 11:04 pm

Posted in SQL Server

Tagged with

AD FS/AD FS Proxy を Azure の仮想マシン上に構築してみる

leave a comment

Azure のサブスクリプションを起点として Windows Azure Active Directory のディレクトリ同期を設定 の続きになります。

Azure の仮想マシン (Azure VM) で AD FS / AD FS Proxy を構築してみたいと思います。
冒頭のリンクはオンプレミス上の環境に構築していたのですが、今回の投稿を書くために、仮想マシンのギャラリーから作成したものに再構築しています。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 13th, 2013 at 10:03 pm

Azure のサブスクリプションを起点として Windows Azure Active Directory のディレクトリ同期を設定

4 comments

Azure の 無償のサブスクリプション (無料評価版) を起点に Windows Azure Active Directory (WAAD) のディレクトリ同期を設定する際の作業の流れを見ていきたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 10th, 2013 at 12:38 am

Windows Server 2012 R2 にインプレースアップグレード後に Windows.old を削除する

leave a comment

Windows Server 2012 から Windows Server 2012 R2 にインプレースアップグレードすると、以前の環境の情報が [Windows.old] として残ります。

imageimage

 

 

 

 

 

 

 

 

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 5th, 2013 at 10:10 pm

Posted in Windows Server

Tagged with

Windows Server 2012 / 2012 R2 でファイル名を指定して実行の履歴を削除

leave a comment

Windows Server 2012 / 2012 R2 と書いていますが、Windows 8 / 8.1 も同様になります。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 5th, 2013 at 7:44 pm