Quantcast
Channel: TechNet Blogs
Viewing all 36188 articles
Browse latest View live

Creating and Managing Security and Compliance Filters in the Real World [Part 2]

$
0
0

Picking up where I left of on part 1 of this post, I wanted go into what it would take to refine some roles for managing eDiscovery for larger organizations.

In this scenario, we're going to:

  • Remove users from any existing eDiscovery roles or groups
  • Create a security group to hold users that will perform eDiscovery searches
  • Create a custom role group that has the appropriate eDiscovery roles and add the security group as a member
  • Verify

If you didn't read the previous blog post on this topic, I'd encourage you to go back and do so, since I'm going to continue using the same users and compliance filters.

Connecting to Office 365

Since all of the configuration is performed from PowerShell, the first thing we need to do is connect to PowerShell for both the Security & Compliance Center as well as Exchange Online.  It's important to note that the Security & Compliance Center does have some cmdlets that overlap the Exchange Online cmdlets.  In my normal configuration, I use "-Prefix SCC" to differentiate the commands exported by the Security & Compliance Center so I know which ones I'm executing.  For the purposes of this session, we're going to rely on the -DisableNameChecking and -AllowClobber parameters to allow the Security & Compliance cmdlets to take precedence over the Exchange cmdlets with the same names.

To do this, I'm just using a simple connect script.  You can add this as a function to your PowerShell profile if that makes your life better.  I just saved this code as EXOSCC.PS1, saved a credential object, and then ran it.

param(
[System.Management.Automation.PSCredential]$UserCredential = (Get-Credential)
)
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell-liveid -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-PSSession $Session -DisableNameChecking
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.compliance.protection.outlook.com/powershell-liveid -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-PSSession $Session -AllowClobber -DisableNameChecking
$Host.UI.RawUI.WindowTitle = $UserCredential.UserName + " (Exchange Online + Compliance Center)"

Once you're connected, verify that you have the cmdlets for both endpoints available to you. You can try something like Get-Mailbox to verify Exchange Online connectivity and Install-UnifiedCompliancePrerequisite to verify connectivity to the Security & Compliance Center:

We're going to be using the Management Roles cmdlets to create and modify the Security & Compliance Center cmdlets.  Because we've overwritten the default Exchange cmdlets, you'll want to make sure you have the Security & Compliance version of Get-ManagementRole and Get-RoleGroup:

If the Exchange version is loaded, this is what you'll see:

It's not what you need, so you'll have to backtrack and figure out how you got the wrong cmdlets loaded.  Do not pass go.  Do not collect $200.  Do not delegate eDiscovery.

However, if you see this, things are looking up and you're ready to go:

Remove Users from Existing Role Groups

If you're starting with the same users/configuration from the previous post, you'll want to clear their role group memberships and remove any existing Security & Compliance Roles.

First, take a look at the role groups.  The default role group that we used (that had the necessary permissions) is the eDiscovery Manager role group:

Get-RoleGroupMember eDiscoveryManager

Remove the test users from the role group with the Remove-RoleGroupMember cmdlet:

Remove-RoleGroupMember -Identity ediscoverymanager -Member searchuserstartswithd
Remove-RoleGroupMember -Identity ediscoverymanager -Member searchusercustserv
Remove-RoleGroupMember -Identity ediscoverymanager -Member searchusermarketing

Security Group

Create a mail-enabled security group--either on-premises and synchronized or cloud-based is fine.  It can't be a Dynamic Distribution Group, since DDGs don't have a security token associated with them.  Boo-fricken'-hoo.

To do this in my environment, I just added our members from the previous post into an array object, and then created a new mail-enabled security group with the array as the members property.

$Members = @('searchusercustserv@ems340903.onmicrosoft.com','searchuserstartswithd@ems340903.onmicrosoft.com','searchusermarketing@ems340903.onmicrosoft.com')
New-DistributionGroup -Name 'eDiscovery Delegated Users' -Type Security -Members $Members -DisplayName 'eDiscovery Delegated users'

Role Group

Once you have the security group created with members, you can create a role group and add the members.  When you create a role group, you must assign the roles at creation.  If you don't assign roles, you won't get any errors, but you also won't get any role groups.  It's quite the exercise in futility, if you're into that sort of thing.  Note:  You can also add your newly-created security group to an existing role group.

You'll want to identify the role permissions to add.  In this case, we're going to add:

  • Case Management
  • Compliance Search
  • Export
  • Hold
  • Preview
  • Review
  • RMS Decrypt
New-RoleGroup -Name "eDiscovery Delegated Users" -Description "eDiscovery Delegated Users" -DisplayName "eDiscovery Delegated Users" -Members eDiscoveryDelegatedUsers@EMS340903.onmicrosoft.com -Roles Export,Hold,'Case Management','Compliance Search','RMS Decrypt',Preview,Review

Verify

To verify, log into the Security & Compliance Center and follow the steps in the previous post to confirm that the searches work as expected.

Then, have a pizza party.

 


Microsoft Teams に追加予定の Skype for Business の機能のロードマップを公開

$
0
0

(この記事は 2017 10 24 日に Microsoft Teams Blog に投稿された記事 Roadmap for Skype for Business capabilities coming to Microsoft Teams now available の翻訳です。最新情報については、翻訳元の記事をご参照ください。)

9 月に開催された Microsoft Ignite において、マイクロソフトは新しい Intelligent Communications 構想を発表しました。この構想には、Microsoft Teams が Office 365 におけるコミュニケーションおよび共同作業支援機能の中心的なクライアントになるという内容が盛り込まれています。今回は、Teams に Microsoft Skype for Business の機能を追加するための、計画中のロードマップについて詳細をご紹介しますので、移行計画を策定するうえでご活用ください。

メッセージング: Teams では現在、常設チャット、1 対 1 のプライベート チャット、グループ チャットなど、豊富なインスタント メッセージング機能が提供されています。2018 年第 2 四半期末までに、Teams に追加のメッセージング機能を実装する予定です。追加予定の機能には、チャット中の画面共有、企業間のフェデレーションなどが含まれます。

会議: Teams では現在、画面共有、会議後のチャネルへの会議チャットの記録、電話会議のプレビューなど、共同作業を促進する会議機能が提供されています。2018 年第 2 四半期末までに、Microsoft Teams に追加の会議機能を実装する予定です。追加予定の機能には、Skype Room System での会議室のサポート、サードパーティ製の会議室用デバイスから Teams 会議に接続するためのクラウド ビデオとの相互運用性機能などが含まれます。

通話: Teams では現在、多数の通話機能が提供されています。今四半期後半には、Teams のボイスメールをリリースする予定です。また、2018 年第 2 四半期末までには、既存の音声通信回線を使用して Office 365 の通話サービスを有効にできるようになります。

Teams に既存の Skype for Business のコア機能を追加する以外に、Teams に向けて新しい Intelligent Communications 機能を実装する予定です。Ignite の Microsoft Teams および Skype for Business の一般セッション (英語) でもご紹介したように、お客様は会議を録画して Teams に保存したり、議事録を追加したり、会議から重要な用語を検索したりできるようになります。これらの機能は、2018 年第 2 四半期末にロールアウトされます。

Intelligent Communications 構想の一環として、この機会に有償の通信サービスの名称も簡素化します。今後、PSTN 会議は「電話会議」、クラウド PBX は「電話システム」、PSTN 通話は「通話プラン」に名称が変更されます。これらの名前には、コミュニケーション機能と共同作業支援機能のさらなる統合を進めるうえで、IT 部門とエンド ユーザーの両方が直観的に理解できるものにしたいという意図が込められています。

まだご利用になっていないお客様は、ぜひ今すぐ Teams をお試しください。スタンドアロンまたは Skype for Business と共存する形でご利用いただけます。
今後追加予定の機能の一覧については、Office 365 の公開ロードマップ (英語) をご覧ください。このロードマップ (英語) は、Intelligent Communications FastTrack (英語) ポータルからダウンロードすることもできます。Microsoft Teams への移行計画を策定するうえでお役立てください。
また、10 月 25 日午前 9 時 (太平洋夏時間)/10 月 26 日午前 1 時 (日本時間) には Microsoft Teams の "Ask Microsoft Anything" (英語) を開催し、10 月 27 日午前 9 時 (太平洋夏時間)/10 月 28 日午前 1 時 (日本時間) には Teams On Air (英語) がライブ配信されます。いずれも、Microsoft Teams チームがロードマップの詳細についてご説明すると共に、皆様からのご質問にお答えしますので、ぜひご確認ください。

※ 本情報の内容 (添付文書、リンク先などを含む) は、作成日時点でのものであり、予告なく変更される場合があります。

Microsoft クラウドプラットフォーム ニュースまとめ 2017年11月【12/6 更新】

$
0
0

サーバー&クラウド関連の製品やサービスの発表をお伝えする、マイクロソフト マーケティングチームの公式ブログ「Cloud and Server Product Japan Blog」およびそのソースの英語版ブログ「Cloud Platform News Bytes Blog (英語)」から、最新情報をピックアップしてご紹介します。

 

≪最近の更新≫

  • MS クラウド ニュースまとめ – Azure Reserved Virtual Machine Instances の一般提供開始 他 (2017/11/15)
    • Azure IoT Edge の新機能のパブリック プレビュー
    • Azure Cloud Shell の一般提供開始
    • Azure のセキュリティと運用管理に関する更新: Visual Studio Team Services の Release Management と Application Insights の統合
    • Azure Cosmos DB の Apache® Cassandra API のプレビュー
    • Azure Cosmos DB の 99.999% の読み取り可用性の一般提供開始
    • Azure Databricks のプレビュー
    • Azure Cosmos DB の MongoDB API: Aggregation Pipeline のプレビューと Unique Index 機能
    • Azure Cosmos DB の Spark コネクタの一般提供開始
    • Azure Cosmos DB の Table API の一般提供開始
    • Azure Time Series Insights の一般提供開始
    • SQL Operations Studio のプレビュー
    • Connect(); での Cognitive Services の更新に関する発表
    • Visual Studio App Center の一般提供開始
    • Visual Studio Team Services の Azure DevOps Projects のプレビュー
    • 新しい Visual Studio サブスクリプション特典の一般提供開始
    • 新しい Visual Studio Dev Essentials 特典の一般提供開始
    • Visual Studio Team Services のホスト型 Mac ビルド プールのプレビュー
    • Visual Studio Live Share の発表
    • Visual Studio Team Services のリリース承認機能のプレビュー
    • Team Foundation Server 2018 の一般提供開始
    • Team Foundation Server の Database Import Service (Visual Studio Team Services 用) の一般提供開始
    • Visual Studio Team Services のコマンドライン ツールのプレビュー
    • Azure Container Service と Azure Container Registry のコンテナー関連のイノベーションの発表
    • IoT Edge での Azure Functions のサポート
    • Linux での Azure Functions のサポート
    • Azure Functions Proxies の一般提供開始
    • Azure App Service の新しいサポート センター エクスペリエンスの一般提供開始
    • Azure Advisor: パーソナライズされたベスト プラクティス サービスの機能強化
    • Azure Database Migration Service のプレビュー
    • Azure Active Directory の Conditional Access の一般提供開始
    • Multi-factor Authentication Server の Event Confirmation API の廃止
    • Azure Reserved Virtual Machine Instances の一般提供開始
    • Muti-factor Authentication Server の Direct SDK の廃止
  • MS クラウド ニュースまとめ (2017/11/8)
    • Azure Analysis Services | Scale out
    • Power BI Desktop | Esri Plus—GA
    • Power BI Report Server | October 2017 update—GA
    • Azure API Management announces hourly billing and new basic pricing tier
    • App Service on Azure Stack—GA
    • Azure Batch | Low priority virtual machines (VMs)—GA
    • System Center Preview update
    • Azure Log Analytics | Monitor ExpressRoute connections—public preview
    • Azure Cosmos DB | Storage Explorer + Cosmos DB—public preview
    • Azure SQL DB learns and adapts | Query auto tuning—GA
    • Azure SQL Database | Transactional replication—GA

 

マイルストーンの略語解説:

  • GA (General Availability): 一般提供開始、正式提供開始
  • RTM (Release To Manufacture): 一般提供開始、正式提供開始 (ソフトウェア)
  • CTP (Community Technical Preview): 限定ベータ版、限定プレビュー版
  • TP (Technical Preview): 限定ベータ版、限定プレビュー版
  • EOS (End of Support): サービス提供終了

 

 

過去のまとめを見るには、Cloud and Server Product Japan Blog タグを参照してください。

製品についての最新情報まとめを見るには最新アップデートタグを参照してください。

 

 

blogpost_zsdie

Outlook のクイック検索で期待した検索結果が得られない、環境が変わったら検索結果が変わる

$
0
0

こんにちは。日本マイクロソフト Outlook サポート チームです。

Outlook と Exchange Server 環境において、期待した検索結果が得られないというお問い合わせや、環境が変わったら検索結果も変わったというお問い合わせをいただくことが多くあります。今回は、なぜそのような動作結果が発生するかについてご紹介します。

今回の記事で対象となるのは、クイック検索と呼ばれる以下の場所の検索機能です。

※ [高度な検索] など別画面での検索については、詳細な動作が異なるため、検索結果が変わる場合があるのでご注意ください。

ワードブレイクについて

日本語は英語のように単語ごとにスペースの区切りが入らず、句読点を除けば文章が一続きで記述されます。 このため日本語検索においては、まずこの一続きの文章から検索用のキーワードを区切って検知する必要があり、この動作はワードブレイクと呼ばれます。

例えば、「彼は営業畑の人間だ」という文章を考えてみた場合、"彼" "は" "営業" "畑" "の" "人間" "だ" という風に分割されるのが理想的でしょうか。"営業畑" は一続きでまとめてもいいかもしれません。ただ、このように分割する処理をプログラムでロジカルに行うことは大変高度な処理となり、例えば "彼" "は" "営" "業畑" "の" "人" "間" "だ" というように、期待されないワードブレイクの結果になってしまう場合も考えられます。

ワードブレイクは Windows や Outlook、Exchange Server などマイクロソフトの製品に限った話ではなく、日本語検索を行うテクノロジー全般で考慮されているものと考えられます。

というのも、ユーザーが入力したキーワードから検索対象のデータすべてにフルテキストで検索を行おうとすると、どうしても検索の処理が遅くなってしまうためです。この対処として、あらかじめ検索対象のデータにワードブレイクを行って検索用のインデックスを保持しておく方が遥かに検索速度の向上が見込めるということになります。

ワードブレイクが必要となるタイミング

では、どのような場合にワードブレイクが行われるのでしょう。

上述したように、検索対象となるデータ (Outlook、Exchange Server 環境においてはメールや会議アイテムの件名、本文、添付ファイルなど) から、検索用のインデックスを作成する場合が 1 つです。

Outlook と Exchange Server の環境においては、キャッシュ モード有効時と、キャッシュ モード無効時 (オンライン モード) で以下のように動作が変わります。

キャッシュ モード有効 : クライアント側に保持されたインデックスを元に検索が行われる
キャッシュ モード無効 : Exchange Server 側で保持されたインデックスを元に検索が行われる

これらの検索用インデックスを生成するために、クライアント、サーバー側では新着メールなどで新しいデータが増えるたびに Windows Search などの Windows OS の機能によりワードブレイクをおこなって検索用のインデックスに追加を行っています。

これらのインデックス作成時以外に、もう 1 つ、ワードブレイクが必要となるタイミングがあります。
それは、クイック検索のウィンドウにユーザーが検索文字列を入力した場合です。(※)

例えば、検索キーワード欄に "営業畑" と入力した場合に、"営業" と "畑" に分割したほうがいいのか、"営業畑" で一続きのキーワードなのか、あるいはそれ以外の "営" と "業畑" なのか、といった具合にワードブレイクによる判断が行われます。

そして、クイック検索に入力された文字列をワードブレイクする処理は、キャッシュ モード無効/有効に関わらず、クライアント側の Windows Search などの Windows OS の機能によって実行されます。(※)

(※) Outlook 2016 と Exchange Server 2016 以降の組み合わせでは Fast Search と呼ばれる検索に変更され、キャッシュ モードの場合にユーザーが入力した文字列をワードブレイクする処理は Exchange Server 側で行われるように動作が変わっています。

期待した検索結果が得られない原因

マイクロソフトの製品では、よりよい検索結果を提供するため、ワードブレイクの動作を常に更新しています。
そのため、Windows OS や Windows Search の詳細バージョンや言語環境によってワードブレイクの結果が異なる可能性があります。

そして、オンライン モードの Outlook を使用している場合、ユーザーが入力した検索ワードのワードブレイクの結果 (クライアント側の動作) と、Exchange Server 側のワードブレイクで作成されたインデックスの状態が一致しない状況が発生すると、期待した検索結果が得られない可能性があります。

また、キャッシュ モードが有効な場合も、ワードブレイクを行うのが同じクライアントの Windows Search などの OS の機能となるのでその点での差異は通常発生しませんが、ワードブレイクの結果が予想外のものだった場合に、ユーザーが期待しない検索結果となる場合もあります。
例えば、"営業畑" をクイック検索のウィンドウに入力した際に、"営" と "業畑" にワードブレイクされてしまい、"営" のみの漢字がメール本文や添付ファイルに含まれているアイテムも結果として表示されてしまうなどの状況です。

環境によって検索結果が異なる原因

前述したように、Windows OS や Windows Search の詳細バージョンや言語環境によって、ワードブレイクの結果が異なる可能性があり、これらの要因が検索結果に影響を与えます。
また、Outlook の詳細バージョンによっても、ワードブレイクした後の各キーワードを検索クエリにおいてどのように扱うかという内部動作が異なる場合もあるため、ユーザーが使用する環境が変わると検索結果が異なる可能性があります。

期待した検索結果を得るためには

ここまで書いたように、ワードブレイクは検索を扱うテクノロジーにおける大きなテーマです。
マイクロソフトでは、ユーザーが期待した検索結果が得られるよう、日々ワードブレイクの精度向上に注力しています。

ユーザー環境において、可能な限り期待した検索結果を得るためには、以下のようなご利用方法を推奨します。

・クライアント側の OS と Exchange Server の OS を可能な限り同時期にリリースされたものに揃え、OS、Windows Search、Outlook、Exchange Server の Update も定期的に適用する。

Outlook のクイック検索については以下もご覧ください。

- 参考
Title : クイック検索を使ってメッセージまたはアイテムを検索する
URL : <https://support.office.com/ja-jp/article/Find-a-message-or-item-with-Instant-Search-69748862-5976-47b9-98e8-ed179f1b9e4d>


本情報の内容 (添付文書、リンク先などを含む) は、作成日時点でのものであり、予告なく変更される場合があります。

OWA 上でテキスト形式でメール アイテムを保存すると、メール アイテムの中身が消える事象について

$
0
0

今回は Exchange Server 2013 CU15 以上で発生する、OWA の新規作成アイテム保存時の挙動についてご案内いたします。
詳細な事象および原因は以下になります。
 
事象
OWA 上でテキスト形式でアイテムを作成し下書き保存すると、以下の流れのように、保存したアイテムの中身が消える事象が発生する場合がございます。

// テキスト形式でアイテムを保存します。

 
// 下書きフォルダ内のアイテムのビューのみでアイテムの内容が消える事象が発生します。

 
// その後、上記のように情報が一部欠けている状態でウィンドウを開き、かつ、アイテムを保存すると、内容が上書きされ、アイテムの内容自体も削除されます。
(保存する、または保存される前にウィンドウを閉じ、編集をキャンセルした場合は、アイテムの内容自体は削除されません)

 
現在確認している本事象の発生するオペレーションは以下になります。

- パターン
1. テキスト形式でアイテムを作成し、下書き保存する。
2. 下書きフォルダに明示的に移動し、対象のアイテムをクリックする。
 
原因
本事象は、Exchange Server 2013 CU15 以降の OWA の仕様変更によるものであり、Exchange Server 2013 CU15 以降で本事象は発生します。
 
回避策
Exchange Server の設定などで本事象を回避する方法はございません。
ご迷惑をおかけいたしますが、OWA を利用して下書き保存を行う場合は、テキスト形式ではなく、HTML 形式でメールを作成いただきますようお願いいたします。

なお、本事象は現時点では Exchange Server 2013 の今後リリースされる CU の中で修正される予定です。
修正が含まれる CU が確定しましたら、本 Blog でもご案内させていただく予定です。

この度は製品の不具合でご迷惑をおかけしておりますこと、深くお詫びいたします。
 
※本情報の内容(添付文書、リンク先などを含む)は、作成日時点でのものであり、予告なく変更される場合があります。

Azure Migrate のプレビューをリリース

$
0
0

執筆者: Shon Shah (Principal Program Manager Lead, Azure Migrate)

このポストは、11 27 日に投稿された Launching preview of Azure Migrate の翻訳です。

 

Microsoft Ignite 2017 においてAzure への移行を支援するガイド、情報、メカニズムを提供する新たなサービスとして、Azure Migrate 発表されました。このサービスはこれまで限定プレビューとして提供され、アクセス申請をしていただいたお客様にお試しいただきながら、フィードバックを収集してまいりました。皆様からのご意見を真摯に受け止めると共に、貴重なお時間を割いてフィードバックをお寄せいただいたことに感謝申し上げます。

このたび、この Azure Migrate のプレビューが開始され、アクセス申請をしていただかなくてもどなたでもサービスを使用できるようになりました。

Azure Migrate では、VMware で仮想化された Windows や Linux の仮想マシン (VM) を、エージェントを使用せずに検出できます。また、エージェントを使用した検出にも対応しています。これにより、1 つの VM または VM グループの依存関係を視覚化し、多層アプリケーションを容易に識別することができます。

アプリケーションを中心とした検出は移行の足掛かりとしては有効な手法ですが、情報に基づいて意思決定を行うには不十分です。Azure Migrate なら、次のような 3 つの疑問をすばやく評価して解決することができます。

   対応状況: VM が Azure での実行に適しているかどうかを確認します。

   適切なサイズ選び: CPU、メモリ、ディスク (スループットおよび IOPS)、ネットワークの使用履歴から、Azure VM の適切なサイズを判定します。

   コスト: Azure Hybrid Benefit などの割引を考慮しつつ、Azure で発生する経常的なコストを計算します。

評価項目はこれだけではありません。サーバーについては Azure Site Recovery (ASR)、データベースについては Azure Database Migration Service (DMS) というように、ワークロードに特化した移行サービスを提示する機能もあります。ASR では、アプリケーションを考慮したサーバー移行によって移行時のダウンタイムを最小限に抑えることが可能で、移行テスト時にも環境に影響を与えません。DMS はオンプレミスの SQL データベースを Azure に移行するためのソリューションで、ガイドに従って簡単に使用できます。

移行完了後は、Azure Security CenterAzure Cost ManagementAzure Backup などの Azure サービスを使用すれば、VM を確実に保護すると共に適切に管理することができます。

Azure Migrate は追加料金が不要で、運用環境へのデプロイメントがサポートされ、米国中西部リージョンで提供されます。Azure Migrate が提供されていないリージョンでも、このサービスを使用して移行することができます。たとえば、移行プロジェクトを米国中西部で作成して、米国西部 2 や英国西部、東日本の VM を検出し評価することもできます。

まずは、Azure ポータルで移行プロジェクトを作成してください。

Azure Migrate (preview)

関連情報

·         最新の詳細情報については、こちらのドキュメント (英語) を参照してください。

·         サポートが必要な場合は、フォーラム (英語) に質問を投稿するか、Microsoft サポートまでお問い合わせください。

·         ご意見がありましたら、UserVoice (英語) までお寄せください。フォーラム内の意見への投票もお願いいたします。

 

Azure への移行作業に Azure Migrate をお役立ていただけますと幸いです。

 

[GDPR Demopalooza] Cloud App Security

$
0
0

Basierend auf der GDPR / DSGVO Demopalooza hier das Demo zu Cloud App Security (CAS).

Wie immer aufgeteilt in zwei Bereiche: Das "Why" und das "How"

 

Why

Grade bei dem Thema GDPR/DSGVO, wo es darum geht genau zu wissen was-wo-wann-von/durch-wen mit Daten passiert ist das Thema "Schatten IT" nicht zu vernachlässigen. Grade in dem Übergang von einer on-prem zu einer mobilen Arbeitsweise kommt es in 99,999% der Unternehmen vor, dass Daten über Cloud Dienste (OneDrive for consumer, Dropbox, etc) geshared werden, weil die Nutzer keine andere Möglichkeit gefunden haben um "mal eben" größere Dokumente mit Externen (idealer Weise zu Business Zwecken 😉 ) zu teilen.

D.h. durch die Zwangs-Limitierungen, die durch fehlende Anpassungen, Willen oder Können (z.B. das viel zu häufig vorkommende "Cloud ist böse" Vorurteil) entstanden sind, wurden User förmlich dazu gezwungen sich ihren eigenen Weg (aka ShadowIT) zu suchen. Dadurch hat die IT typischerweise sowohl die Übersicht, als auch die Steuerungsmöglichkeiten für Daten (zum Teil) verloren.

Genau hier setzt das Thema Cloud App Security an - zum einen, um einen Einblick in die [nicht IT freigegebenen] Cloud Dienste zu bekommen, aber auch um die Hoheit über diese zurückzuerlangen.

@Interessierte Kunden: wir unterstützen gerne dabei Partner zu finden, die dieses Thema ganzheitlich unterstützen. Bitte sprechen sie hierzu ihren dedizierten Microsoft Ansprechpartner an

@Interessierte Partner: wir unterstützen gerne dabei in dem Thema die notwendige Readiness aufzubauen, so dass ihr das Thema bei und mit Kunden umsetzen könnt. Bitte sprecht dazu euren PDM/PTS oder Andreas oder mich direkt an.

How

  1. Öffnen eines In-Privat Browsers
  2. Besuchen des Links: Cloud App Security
  3. Als erster Schritt möchten wir erfahren, welche Dienste aus unserem Netzwerk überhaupt genutzt werden. Hierfür benötigen wir Logfiles aus unserem Proxy oder Firewall - die bekanntesten Anbieterformate werden von CAS unterstützt.
    Für die Analyse muss im oberen Bereich auf "Discover"->Create Snapshot Report geklickt werden
  4. In diesem Schritt kann ein passendes Logfile zur Untersuchung eines "Snapshots" hochgeladen werden. Aus Zeitgründen zeigen wir nur, wie das Ergebnis aussehen könnte - sofern ein passendes Log und genügend Zeit vorliegt kann dies natürlich auch "in Echt" durchgeführt werden. Für die kurze Demo daher auf "View sample report" in der rechten, unteren Ecke auswählen.
    WICHTIG: insb. solange noch keine Zustimmung seitens CISO *und* Betriebsrat vorliegt unbedingt die Option "Anonymize private information" auswählen!
  5. Nachdem wir nun also die Dienste kennen [und außerhalb der Demo uns bei den externen Diensten angemeldet haben und unseren CAS mit den Management APIs verbunden haben - das ist in der Kürze der Demo nicht realisierbar, referenziere ich hier nur direkt angeschlossene Microsoft Dienste, dies könnten aber genauso gut supportete 3rd party Cloud Dienste sein], sollten wir auch Action übernehmen.
    Dazu im Header auf "Investigate" klicken und dort z.B. "Microsoft OneDrive for Business" auswählen
  6. Dort dann den Reiter "Files" auswählen
  7. Dort erhält man genauere Einblicke in die in dem ausgewählten Dienst gespeicherten Daten. Insb. Dateien, die gegen Policy verstoßen, also z.B. "everyone read" sollten als erstes analysiert werden. Hierzu unter "Access level" -> "External" bzw. "Public" auswählen
    CAS Filter Options
  8. Beim Click auf "x Collaborators" kann die aktuelle Sharingeinstellung offenbart werden
    CAS File Sharing overview
  9. Dies wollen wir nun ändern, da dieses Sharing gegen unsere Datapolicy verstößt. Dazu den Sharing Dialog schließen und die drei vertikalen Punkte oben rechts an der Datei drücken um den Managementdialog für die Datei einzublenden
    CAS File Action Dialog
  10. Nun noch durch click auf "Remove external users" den uneingeschränkten und nicht gemanagten Zugriff unterbinden.

 

Hinweis

Für das Thema "Shadow IT Discovery" bieten zahlreiche Microsoft Partner das sog. "Shadow IT Assessment" an - bitte sprechen sie bei Interesse hierzu ihren zuständigen Microsoft Ansprechpartner an.

 

Diese Demoanleitung bietet einen Überblick zur Nutzung von Azure Information Protection im Kontext von DSGVO und stellt keine rechtlich bindende Aussage dar!


Playing with Cortana on Infinity

$
0
0

Hello All,

I was very surprised and excited to discover that Microsoft has teamed up with Harman kardon and produced a smart speaker with Cortana, the device hass been named Infinity.  I personally have been waiting for a device like this so I of course had to buy it 🙂

I got it on Sunday and have started to play with it using the ability to add items to lists and playing music from the online service Iheartradio which was pretty simple, but i have to admit i am considering the paid version of Spotify for improved music selection (However it was awesome watching my oldest yell at Cortana to play Fetty Wap :))

First impressions, the sound is amazing and it is elegant (I have decided to leave it on mantle in TV room), I was surprised by the size as you can see in the image below.

Next I will be setting up the house automation portion so that Cortana can control the temperature and several lights in my house.

I'll let you know how things go as I continue to play with Cortana on Infinity

Pax

OnsdagsEvent i BETT ugen hos Microsoft UK

$
0
0

Skal du på BETT? Kommer du allerede onsdag den 24.1. om morgen? Vil du gerne møde Mike Tholfsen, worldwide program manager for OneNote? Høre mere om vores planer med Office 365? Se vores UK kontor på 2 Kingdom Street, Paddington, London W2 6BD? Så kom forbi kl 08.30-11.30 til kaffe og brød og bliv klogere. Du kan tage direkte fra kontoret til Excel Arena til BETT messen efterfølgende. Adressen er Microsoft, 2 Kingdom Street, Paddington, London W2 6BD

Agenda og tilmeldingssite kommer snart - hold formiddagen reserveret. Vi glæder os til at se dig 🙂

My system is having high CPU usage without any explanation and Task Manager does not add up. What can I do?

$
0
0

Hello everyone,

This is Alex, and today I would like to discuss a bit about what should be collected in a high CPU issue, where the reason cannot be identified using Task Manager and / or Process Explorer.

We see a lot of these issues coming in and I want to provide some useful guidelines about systems that are randomly having High CPU.

If you are thinking about opening a case with Microsoft, here is some initial data that you can gather before the call is open.

So, what can I do to find out what is happening?

What most Microsoft engineers will ask, in a high CPU scenario, will be to create a trace, while the issue is present, with a tool called XPerf.

What is Xperf?

Xperf is a performance tracing tool based on Event Tracing for Windows, using low overhead, so it will have a minimal impact on the system performance.

More details can be found also at: https://blogs.technet.microsoft.com/askperf/2008/06/27/two-minute-drill-introduction-to-xperf/

How to get Xperf:

Xperf is part of Windows Assessment and Deployment Kit (Windows ADK) and we will need to install it on a system, preferable on a Test system and retrieve some files.

Once ADK is installed, navigate to the installation location (default “C:Program Files (x86)Windows Kits8.1Windows Performance Toolkit”) and retrieve the “xperf.exe” and “perfctrl.dll” files. Now, we can transfer this files to any system which need to be investigated for a high CPU issue.

Now that I have XPerf files, what’s next?

Wait for the high CPU issue to reproduce and do the following:

  • Open an elevated command prompt and navigate to the XPerf location
  • Execute: Xperf -on latency -stackwalk profile
  • Leave the trace running for three to five minutes (don’t close the command prompt)
  • Stop the trace by executing: Xperf -d c:temphighcpu.etl (location can be changed to another folder, but the folder needs to exist prior to execution of the command)

If you would like to analyze the trace, simply move it to the system where you have installed the ADK tool and open the trace with Windows Performance Analyzer.

***

Please Note:

XPerf is not the only tool that can be used in this type of scenarios

Performance Monitor traces can also be set to capture a trace while the CPU utilization is high

Some Microsoft engineer may ask to create different traces depending on the issue description and preference

 

-- Alex

Microsoft Whiteboard Preview – el lienzo de forma libre para la colaboración creativa

$
0
0

A partir del 5 de diciembre de 2017, hemos comenzado a entregar de manera gradual la aplicación Microsoft Whiteboard Preview, un lienzo digital de forma libre donde la gente, ideas y contenido pueden reunirse para una colaboración creativa, disponible para descarga en dispositivos Windows 10.* Microsoft Whiteboard Preview está construida para todo aquel que se involucra en pensamiento creativo y de forma libre antes de llegar al resultado final. Está diseñada para equipos que necesitan ideas, iterar, y trabajar en conjunto tanto en persona como de manera remota, y a través de múltiples dispositivos.

Durante su fase de beta privada, vimos a emprendimientos utilizarla para reunir imágenes, prototipos, y notas, como un tablero de inspiración para su siguiente gran idea. Fuimos testigos de cómo agencias de mercadotecnia la utilizaron en reuniones en línea mientras trabajaban con clientes en diseño de producto en tiempo real. Y nuestro equipo la utiliza para hacer diagramas de planos de ingeniería, con participantes remotos que llenan sus respectivas áreas en el mismo lienzo de trabajo. En conclusión, vemos a Microsoft Whiteboard Preview como una manera de mejorar la manera en que la gente va de conceptualización personal, lluvias de ideas en equipo, y discusiones de grupo, a sus productos finales.

Colaborar sin esfuerzos

La superficie sin límites asegura que la imaginación tenga espacio para crecer y brinda espacio para las ideas de todo mundo. Traigan compañeros de equipo – ya sea que estén al otro lado de la sala o en una parte diferente del mundo – con la colaboración en tiempo real a través de múltiples dispositivos. Podrán ver dónde se encuentran todos en el tablero y las actualizaciones que realizan – ya sea que agreguen imágenes, coloquen notas adhesivas, o creen un diagrama. Ahora incluso los trabajadores remotos pueden unirse de manera sencilla y contribuir a la discusión.

Trabajar de manera natural

Microsoft Whiteboard Preview les permite crear en la manera que sientan más natural. La tecnología primero la pluma, primero el tacto, les permite realizar gestos fluidos con sus dedos o dibujar detalles más finos con su pluma. A través de esta última, ustedes pueden escribir notas, dibujar ilustraciones precisas, o buscar imágenes en la web. Con sus dedos, pueden desplazarse hacia diferentes secciones de su tablero, girar la regla virtual en el ángulo que elijan, y arrastrar y soltar imágenes para crear una pila de fotos. Ya sea que utilicen pluma o tacto, Microsoft Whiteboard Preview reconoce su intención y les entrega los resultados deseados en un instante.

Crear de manera digital

Con la versión previa de Microsoft Whiteboard, pueden utilizar tinta inteligente que reconoce sus dibujos de forma libre y los convierte en formas estándar, para que sea más sencillo crear tablas, esquemas y diagramas de flujo con una mejor presentación. Y a diferencia de las pizarras blancas tradicionales, la aplicación salva de manera automática sus tableros, para que puedan retomar donde se quedaron o compartir ligas de sus tableros, para que otros puedan construir sobre su trabajo.* No se requiere tomar fotos de sus lienzos o enviar fotos por email a los demás cuando necesitan trabajar de inmediato.

Estamos en verdad emocionados porque prueben Microsoft Whiteboard Preview ya que creemos que les ayudará a desbloquear la creatividad y a aprovechar el poder de sus equipos de trabajo. Esperamos recibir sus comentarios, sugerencias y solicitudes de características a través de Windows Feedback Hub, al que pueden acceder desde la aplicación.

*Microsoft Whiteboard Preview llegará a todas las versiones en inglés de Windows 10 en las próximas 24 horas, y a idiomas adicionales en los meses siguientes. La aplicación es de uso gratuito para cualquier persona con un dispositivo Windows 10, pero para la colaboración entre diferentes personas se requiere un participante con una cuenta Office 365 personal, de trabajo o escuela. Para los clientes de SurfaceHub, Microsoft Whiteboard Preview reemplazará de manera eventual la aplicación nativa de pizarra blanca que corre en SurfaceHub. Por el momento, pueden instalar la versión previa de Microsoft Whiteboard junto con su aplicación existente.

Call-to-arms to all designers!!!

$
0
0

We are looking for new Banners and logo to the TechNet WIKI for 2018!

We are in the last month of the year 2017, and this is not just the end of another year but is a new beginning with year 2018... New Year is all about NEW... new beginning, new desires, new thoughts, and NEW DESIGNING

All you have to do is create new image(s) for our TechNet Wiki Group (banners and/or Logo), publish your files in the TechNet Wiki Group on Facebook, get feedback from the community, and once it is ready register your images to the contest, and upload the image to OneDrive. For more information keep reading...

The last date for sharing Banners and Logo is not yet decided but you are asked to make sure that you are ready till December 31st 2017. We request all TechNet Wiki Members kindly share your banner/logo in the Facebook group as soon as possible. Please keep reading on How to post your work.

It's time to test your design skills!


The winning banners for 2017

Background

During online and offline activities of the TechNet community, we are using images to promote the TechNet Wiki in general and in order to improve the visual affect. For example images can be used to improve the looks & feel of announcements, blogs, articles, and even offline use like presentations. Banners are usually presents on top of posts and Logo is use for the content.

First official "Microsoft TechNet Wiki group on Facebook" was created on July 16, 2014. At the end of 2015 we announced our first "Call-to-arms to all designers", in order to get new banner for 2016, and we continue the same tradition since. During the last year we used all the images sent by the community to promote the TechNet Wiki and our work, and not just the image, which was selected as our new Banners. The winners of the best images contest for 2017 can be seen in the contest winners announcement blog here.

How to Post your work?

Step 1: Create image according to the Banner Guidelines, or Logo Guidelines. You can create as many images as you want and we encourage you to do so. Moreover, you can upload and register several versions of the image as well.

  • The name of the image is used as the image ID. Therefore it must be unique and follow this format:
    <your name>_<unique number>.jpg
    For example: RonenAriely_01.jpg
  • Avoid copyright infringement! You must avoid using images that are not yours when you create a Facebook banner, unless you have the proper licence. There are a lot of free images online published under different "Creative Commons licenses" - you can use advance search in order to find images that come with a licence that fit your use, and always confirm the licence.

Step 2: Upload the image(s) to the Facebook group for feedback.

  • Image that will not be presented on Facebook, will not get into the contest, even if it is registered here!
  • Make sure that one of the team see the message and provide you with a private link for OneDrive. Each participant will get a link to upload and manage his images on OneDrive.
  • Do not share your link! This is a personal link and anything that is done with the link is under your name.

Step 3: Once the image is ready, register the image on the Wiki registration page.

On the same time upload the original image to our OneDrive, using the link provided for you in step 2 (If you prefer than you can send your files directly to Ronen Ariely, Syed Shanu, or Gaurav Aroraa in private).

Step 4: New! We will give the community a chance to vote for the Images. The community votes will be taken under configuration and will guide us to the top images.

Step 5: Finally one logo will be selected from the top images, by our TechNet Wiki Council members.

Place your logo today and mark your history with our TechNet Wiki.


Banner Guidelines

The banners must fit for the TechNet Wiki Group on Facebook. Therefore you must follow Facebook guidelines for group's banners. Unfortunately, from time to time, Facebook changed their format including the size for cover photo, which is used by groups. The images which were created for last year do not fit for current format. Moreover, standard cover photo (personal page) size is not the same as the cover photo on a group. The dimensions of a group photo are 820 x 428.

It is highly recommended to test your work on Facebook group, in order to see how it fits into the overall design of the page. For this purpose, you can open a new group on Facebook, for testing.

Logo Guidelines

The logo is a small square icon version, which should fit as logo for any purpose from stickers to T-shirt and online posts.

  • The Logo image should be about 56x56 pix.
  • The background must be one color, so we could make it transparent if needed (You can post a version which has transparent background).

TNWiki, the final frontier
– Ronen Ariely,
[Personal Site] [Blog] [Facebook] [Linkedin]
THOR - it begins...
– Gaurav Aroraa,
[Personal Site] [Blog] [Facebook] [Linkedin]
tnwlogo_3 Share with Care,Yours Wiki Ninja
– Syed Shanu,
[MSDN Profile] [MVP Profile] [Facebook] [Twitter]

[GDPRDemopalooza] Compliance Manager

$
0
0

Basierend auf der GDPR / DSGVO Demopalooza hier das Demo zum Compliance Manager.

Wie immer aufgeteilt in zwei Bereiche: Das "Why" und das "How"

Why

Anforderungen an Compliance sind in der Regel komplex, herausfordernd zu überwachen und zeitintensiv zu implementieren. Und mit neuen Regulatorien und Anforderungen die permanent auf die zuständigen Stellen zu kommen ist es mehr als herausfordernd (zeitlich wie monetär) mit den Neuerungen Schritt zu halten. Dies gilt natürlich auch oder grade für das Thema GDPR / DSGVO

Der Compliance Manager unterstützt sie dabei die Compliance Übersicht an einer Stelle zu halten und zu managen. Dazu werden neben real-time Risikoassesments über die Microsoft Cloud Services auch sinnhafte Insights und optimierte Compliance Prozesse dargestellt.

@Interessierte Kunden: wir unterstützen gerne dabei Partner zu finden, die dieses Thema ganzheitlich unterstützen. Bitte sprechen sie hierzu ihren dedizierten Microsoft Ansprechpartner an

@Interessierte Partner: wir unterstützen gerne dabei in dem Thema die notwendige Readiness aufzubauen, so dass ihr das Thema bei und mit Kunden umsetzen könnt. Bitte sprecht dazu euren PDM/PTS oder Andreas oder mich direkt an.

How

  1. Öffnen des Compliance Managers (CM)
    Compliance Manager Portal
  2. Wer möchte kann sich die CM Tour anschauen oder hier der Demo folgen
  3. Zuerst legen wir ein neues Assessment über "+ Add Assessment" an und wählen als Produkt "Office 365" aus
    CM add Assessment
  4. Im folgenden Dialog (natürlich) GDPR auswählen und dem Kind einen Namen geben, z.B. "GDPR" 😉
  5. Durch Click auf den Namen "GDPR" oder wie im Bild "My DSGVO" öffnen wir nun das Assessment
  6. Nun sehen wir neben den statistischen Daten zu unserem Assessment insb. 3 wichtige Bereiche:
    1. Office 365 in-Scope Cloud Services
    2. Microsoft Managed Controls
    3. Customer Managed Controls


    Der nächste Click erfolgt auf "Office 365 in-Scope Cloud Services". In dem aufgeklappten Bereich sehen wir alle Office 365 Services, die automatisch mit in das Assessment aufgenommen worden sind.

  7. Danach öffnen wir den Bereich "Microsoft Managed Controls" und anschließend direkt "Access Control"
  8. Hier sehen wir aus welchem Grund (=>Description) wir den Punkt "Access Control" aufgenommen haben, dass der Punkt bereits den Status "Implementiert" hat und, dass der Test dieses Controls erfolgreich statt gefunden hat. Click auf "More ⇓"
  9. Im "More" Bereich wird detaillierter auf die Implementierung eingegangen. [Optional]Click auf ein weiteres Control, z.B.: "Autority and Purpose" - wir sehen, dass alle "Microsoft Managed Controls" bereits implementiert sind und ihren jeweiligen Test erfolgreich bestanden haben, zum (großen) Teil durch externe Reviewer, u.a. bedingt durch erfolgte Zertifizierungen wie ISO 27001, 27017 und/oder 27018
  10. Nun schließen wir die "Microsoft Managed Controls" und öffnen "Customer Managed Controls" und gleich auch "More ⇓"
  11. Hier sehen wir eine leicht veränderte Ansicht, denn jetzt geht es darum sich nicht auf Microsoft zu verlassen, sondern seine eigenen Aktionen - basierend auf der durch Microsoft bereitgestellten und GDPR compliant Platform - zu beschreiben und den verantwortlichen Mitarbeiter zu definieren. Dazu click unterhalb von "Assessment Users" auf "Assign" und suchen einen adäquaten User, vergeben eine passende Priorität und schreiben noch passende Notizen in das dafür vorgesehene Feld und beenden die Aktion mittels des Clicks auf "Assign".
    CM assign a user
  12. Wer mag kann jetzt noch spannende Details über die Implementatioin einfügen, mir genügt i.d.R. ein Lorem Ipsum auf die Tastatur, wichtig ist in diesem Schritt, dass überhaupt eigene Zeichen in dem Details Feld stehen.
  13. Nun den Status aufklappen und beschließen, dass "Planned" aktuell passend ist.
  14. Als Testdatum gerne ein Datum in der nahen Zukunft auswählen und "Test result" auf "not assessed" stellen
  15. Für ein vollständiges Assessment ist natürlich unumgänglich alle Controls auszufüllen, dies sparen wir uns an dieser Stelle, denn die Verwendung und der Sinn und Zweck sollten jetzt hoffentlich klar geworden sein.
    Als nächstes scrollen wir nach oben [ich persönlich fände einen Button am Ende auch gar nicht verkehrt, habe ich der zuständigen PM bereits mitgeteilt/vorgeschlagen, gerne dafür voten] und clicken auf den Button "Export to Excel"
  16. Im bereitgestellten Excel (Beispiel) finden sich alle im CM eingetragenen Daten, incl. der "Microsoft Managed Controls"
    Excel Export

 

Die Möglichkeiten des Compliance Managers werden mit der Zeit sukzessive ausgebaut und auf weitere Microsoft Dienste/Platformen wie Microsoft Azure und Microsoft Dynamics 365 ausgeweitet.

 

Diese Demoanleitungen bieten einen Überblick zur Nutzung der jeweiligen Lösungen und Produkte im Kontext von DSGVO und stellt keine rechtlich bindende Aussage dar!

Azure データセンター ネットワーク インフラストラクチャー

$
0
0

皆さんこんにちは。Azure テクニカルサポートの平原です。

クラウド上でサービスを提供する場合、利用しているサービスはすべて「ネットワークの向こう側」にあります。何か問題が発生した時など、トラブルシューティングをする際に、ネットワークの仕組みなど知っておくとよいこともあります。本トピックでは、Azure を後ろからサポートしている、実際のネットワークについて説明をしていきます。Azure に限った話ではないかもしれませんが、少しでもご参考になれば幸いです。

 

Azure データセンター内の通信

まず、データセンター内を考える場合、疑問点にもたれる内容としては、「Azureデータセンターの内部はどのようになっているのか」ではないでしょうか?また、「どのように構築され、どの様に展開しているか?」というのは、少し疑問に持たれたことはあるかもしれません。

Azure のデータセンターは世界各地にありますが、実は、すべてが同じ機器を使っていたり、同じデバイスを使っていたりなど、統一的な構成をしているわけではありません。もちろん、いくつかの地域ごとの要件やデータセンターとしての諸要件に応じて、「満たすべき条件」等はあります。基本的には、各地の機器提供ベンダーの協力や、場合によってはファシリティ提供企業の方々と協力の上、世界各地に展開しています。また展開後も、データセンター部門では変化する需要に合わせて供給を満たすべく、機器の監視や強化も日々行っています。

Azure のデータセンターに関して、もし具体的なイメージを知りたければ、データセンターの紹介ビデオがあるので、是非ご覧ください。

世界各地のデータセンターは、マイクロソフトのバックボーンネットワーク で接続されています。このバックボーンネットワークはインターネットに接続しているので、インターネットからも接続が可能です。例えば、外部のインターネット (例えば一般のプロバイダーを通して接続する場合など) から、接続する場合には外部のルーターを経由して、マイクロソフトのルーターに対して接続がされます。

Azure データセンターの内部は、また別に1つのネットワークとコンピュートリソースを構成しています。ネットワークに関しては多くのルーターやスイッチで構成されていますが、内部では「クラスター」と呼ばれる単位で大きく分割がされています。これは、例えばコンピュートサービスであったり、ストレージサービスなど、機能ごとに分割がされています。

クラスター内部ではさらに、仮想化環境を動かすブレードサーバー (ホスト・ノードと呼ばれます)、ノードをまとめるラック、電源、スイッチ、ルーター等で構成されていますが、それ自体はワンセットになっています。各ノードでは、仮想化環境 (ハイパーバイザー) が構築され、お客様が構築する仮想マシンはこのノード上で起動されたり、削除されたりしています。もし、ある仮想マシンAから、データセンター内部である仮想マシンBに通信をする場合には、通常は以下のような経路を通ります。

 

参考

  • [仮想マシンA] → [ノード A] → [スイッチA] → …. → [スイッチB] → [ノードB] → [仮想マシンB]

 

通信をする際には、仮想マシンや各ノード (ブレードサーバー) には、「仮想ネットワーク」で利用する以外のデータセンター内部で利用できる固有の IP を持っていますが、もし通信をする場合には、ノードのフィルター側でうまく処理をしてくれており (VFP という技術を使っています)、通信ができるようになっています。またスイッチ間は複数の経路が多重化されており、耐障害性も高くなっています。

一方、もし通信が仮想ネットワーク間の通信の場合は、仮想ネットワーク自体が、マイクロソフトのネットワーク仮想化技術 (NVGRE等) を使っており、これら機能を使って実現をしています。仮に仮想ネットワーク間の通信であっても、Auzre 内の仮想化環境がうまく処理して、上記で示したデータセンター内部で使う IP に変換し、双方向に通信ができるようになっています。

この辺りのお話は、英語のドキュメントなるのですが、以下ネットワーク部門の CVP の Yousef Khalidi のブログにも記載がありますので、もし興味がありましたらご覧ください。

また、マイクロソフトを支えるネットワークの技術は、上記説明した内容も含めて外部学会でも公開されています。英語とはなりますが、もし興味があれば、ご参考ください。

 

Azure データセンターとインターネット

インターネットから通信する場合はどうなっているのでしょうか?

こちらについては、上記項目で説明を少ししましたが、基本的に Azure データセンターはマイクロソフト バックボーン ネットワークに所属をしています。インターネットから通信をする場合には、当該バックボーンネットワークを経由して通信ができるようになっています。例えば、ある人が、プロバイダー経由で接続する場合には、以下のような経路で接続します。

 

参考

  • [クライアントマシン] → [社内ネットワーク] → [ブロードバンドルーター] → [プロバイダー] → … → [マイクロソフト境界ルーター] → [データセンタールーター] → … → [ロードバランサー] → … → [スイッチ] →  [ノード] → [仮想マシン]

 

また、知っておいた方がよい事実として、インターネットからの接続については、外部者からの攻撃 (DoS 攻撃等) を防ぐために、多重的な防御を展開しています。詳細な防御方法の細かな構成については、機密になっているため公開情報はありませんが、ネットワーク防御に関する記事は、以下にまとまっていますので、もし興味があればぜひご覧ください。もしインターネットに公開するサービスを展開される場合には、お役に立つ内容かと思います。

 

Azure データセンター間の通信

Azure データセンター間の通信は、どうなっているのでしょうか?例えば、東日本と西日本間の通信を考える場合や、さらに、東日本から北米間の通信はどうなっているのでしょうか?こちらの内容も疑問に持たれたことがあるかもしれません。

データセンター間の接続では、実はインターネットは利用しておらず、マイクロソフトの持つバックボーン ネットワークを利用しています。仮に、通信が大陸間を超える場合は、マイクロソフトが利用できる海底の光ケーブルを通ることになります。またこれらの回線は、複数経路で多重化されており、ある1経路で異常が出たとしても、自動で他の経路を迂回するように構成がされています。また将来のネットワーク帯域の需要に向けて、マイクロソフトでは海底ケーブルの増強にも投資をしています。

この辺りのお話は、英語のドキュメントになりますが、以下ネットワーク部門の CVP の Yousef Khalidi のブログにも記載がありますので、もし興味がありましたらご覧ください。

 

Azure データセンターと専用線 (ExpressRoute)

複数サイト間の接続形態として、Azure では専用線サービスとして ExpressRoute サービスを提供しています。この場合は接続はどうなっているのでしょうか?

ExpressRoute は、専用線であり、インターネットを経由することなく Azure の各種サービスに接続することが可能になります。専用線のため、直接お客様のオンプレミス環境に対して専用線を引くことになりますが (もしくは回線業者が提供する専用線のつながったWAN に接続する形になりますが)、専用線の出口には、マイクロソフトデータセンターと接続している Microsoft Enterprise Edge (MSEE) が配置されています。MSEE は、冗長性構成となっており1つのサイト当たり、2台以上で構成されています。そのため、もしExpressRoute を引く場合には、既定で冗長構成が構成されています。

この MSEE は Meet-Me サイトと呼ばれる場所に配置され、ExpressRoute を提供する回線業者と MSEE をつなぐ場所となっています。MSEE は、Meet-Me のサイトから、直接対象のデータセンターへとつながるようになっています。この辺りのお話は、英語のドキュメントなるのですが、以下ネットワーク部門の CVP の Yousef Khalidi のブログにも記載がありますので、もし興味がありましたらご覧ください。

 

**

今回の内容はいかがでしたでしょうか?もし以上の内容が、構築をする上でも少しでもお役に立てば幸いです。

--
Azure テクニカルサポートチーム


[GDPRDemopalooza] Priviledged Identity Management

$
0
0

Basierend auf der GDPR / DSGVO Demopalooza hier das Demo zu Priviledged Identity Management (PID).

Wie immer aufgeteilt in zwei Bereiche: Das "Why" und das "How"

Why

Im Kontext der DSGVO spielt die Frage nach "wer hat(te) wann aus welchem Grund Zugriff auf welche Daten" eine zunehmend wichtigere Rolle. Dazu unterstützt das Priviledged Identity Management System auf Azure die Steuerung, Überwachung ["Manage"] und damit auch den Schutz ["Protect"] der (notwendigen) administrativen Zugriffe auf die entsprechenden Systeme und damit der entsprechenden Daten. Bei sensitiven Zugriffen sollte dabei ein mehrstufiger Berechtigungsprozess genutzt werden - bei weniger sensiblen Bereichen reicht auch eine automatische Genehmigung, die aber zumindest entsprechend (auditierfähig) geloggt wird.

Wie dies funktioniert findet ihr unter "How" - und, dem geneigten Leser ist es sicherlich aufgefallen - das Vorgehen entspricht dem bekannten (Customer) Lockbox Verfahren von Office 365, welches mittels PID auch für eigene Zugriffe genutzt werden kann.

@Interessierte Kunden: wir unterstützen gerne dabei Partner zu finden, die dieses Thema ganzheitlich unterstützen. Bitte sprechen sie hierzu ihren dedizierten Microsoft Ansprechpartner an

@Interessierte Partner: wir unterstützen gerne dabei in dem Thema die notwendige Readiness aufzubauen, so dass ihr das Thema bei und mit Kunden umsetzen könnt. Bitte sprecht dazu euren PDM/PTS oder Andreas oder mich direkt an.

How

  1. Öffnen eines geeigneten In-Privat Browsers und Aufruf des Priviledged Identity Management Portals in Azure
    PID Portal
  2. Zuerst müssen wir für eine gegebene Rolle PID definieren. Dazu clicken wir auf Azure AD Roles und anschließend auf Settings
    PID Role Settings
  3. Nun auf "Roles" und dann auf eine beliebige Admin Rolle, z.B. den Mailbox Admin
  4. In den Settings setzen wir
    1. die max. Zeit für die Berechtigung z.B. auf 10 Stunden
    2. Notifications auf Enabled
    3. Incidents/Request ticket auf Enabled
    4. (MFA sollte eh für alle Admin Rollen aktiv sein, wehe wenn nicht! 😉 Siehe hierzu auch meinen Post zum Secure Score)
    5. Require Approval auf Enabled und
    6. wenigstens einen - in "echten" produktiv Umgebungen bitte mind. 2 - Approver einsetzen.
    7. Und natürlich das Speichern über "Save" nicht vergessen
  5. Jetzt haben wir die Rolle als solches definiert, nun brauchen wir noch einen User, der auch Mailboxadmin werden will/darf.
    Dazu schließen wir die Rollenübersicht und clicken auf "Users" unterhalb des Bereichs "Manage"
    PID add a user to a role
  6. Nun auf "Add User" und clicken auf "Select a role" und wählen natürlich "CEO", nein, natürlich nicht, sondern "Mailbox Admin" aus (Select clicken nicht vergessen!)
  7. Nun bei "Select users" wenigstens einen User auswählen, der geeignet scheint die Rolle auszufüllen. Dann "Select" und "Ok" clicken. [Idealerweise der "Haupt-Admin", der in der Demo verwendet wird]
  8. Jetzt ist der User in der Lage die Rolle eines Mailbox  Admins temporär zu übernehmen. Dies wollen wir gleich testen. Dazu bitte eine neue In-Privat Session eines Browsers aufmachen [vermutlich muss jetzt ein anderer Browser herhalten] und mit dem zuvor ausgewählten User - in meinem Beispiel der Daniel - unter  Priviledged Identity Management einloggen und dort gleich auf "My roles" clicken [Wichtig: bitte den anderen Browser nicht schließen, den brauchen wir später!]
    PID users view onto roles
  9. Jetzt möchte der User wegen eines Tickets seine Rolle als Mailbox Admin wahrnehmen und clickt auf "Mailbox Admin" und dort direkt auf "Activate"
  10. Nun füllt er die notwendigen Felder aus und clickt "Ok"
    PID Role request dialog
  11. Wieder zurück in dem Browser des "Global Admins" (welcher hoffentlich unter 7. auch als Approver eingetragen worden ist, und auch hier bitte den "User" Browser noch nicht schließen!): Click auf "Approve requests"
  12. Den User Request auswählen und passend approven und eine schöne Begründung angeben! Das schafft ihr jetzt auch alleine! 😉
    PID user approven
  13. Im User Browser jetzt auf "Refresh" clicken
    PID role view after approval
  14. Und jetzt kann der User loslegen sein Ticket zu bearbeiten.
  15. [Optional] Da wir den Approval Prozess genutzt haben, ist es auch hilfreich zu verstehen, wo dies gespeichert wird und wie dies (auditierfähig) eingesehen werden kann. Dazu clicken wir im Admin Browser auf "Directory roles audit history" unterhalb von PID->AAD roles->Activity

Diese Demoanleitungen bieten einen Überblick zur Nutzung der jeweiligen Lösungen und Produkte im Kontext von DSGVO und stellt keine rechtlich bindende Aussage dar!

Getting the most from the Microsoft Partner Network

$
0
0

Whether you're new to the Microsoft Partner Network (MPN) or simply keen to explore your partnership further, our recent MPN101 webinar series can help. Over the last few months, we've been running a number of live webinar sessions aimed at developing your understanding of MPN and showing the best way to leverage all of the benefits and resources available to you.

Now the series has completed, you can go back and catch up on-demand to all of the sessions, as listed below:

Getting Started

In this session we gave a left to right view of the MPN programme. We covered the structure of the programme and the benefits and requirements at each of the levels, so you can make the most of the resources that are available to you as a Microsoft Partner. This session will help you build out an action plan to move to the next level in your journey and be recognised for your expertise.

Watch on-demand

Create your marketing profile on Partner Center

You've probably already heard that we've taken several steps to simplify how you do business with Microsoft so that you can really make the most of your partnership. As one of the many steps we've taken to accomplish this goal, we've moved to a more unified customer referral experience. Millions of customers come to search engines and Microsoft.com each year looking for our partner's expertise. Make sure you capture your share of the prospects by creating your marketing profile today in Partner Center. In this session we went through the process of creating your business profile and gave some top tips on how you can make your profile stand out to prospective customers.

Watch on-demand

Why join the MPN as an ISV partner

Whether you're new to the Microsoft Partner Network, or already enrolled and not quite sure how you can best leverage all of the resources that are available to you, in this session, we went back to basics and covered the key benefits that MPN can bring to your business as an ISV partner.

Watch on-demand

Attaining your first competency

Attaining a competency demonstrates your proven expertise in delivering quality solutions in a specialised area of business. In this session we took you through the various competency options that are available to you and the steps you need to take to attain them. By the end of this session, you'll have an idea of how to build an action plan to join the elite tier of Microsoft Partners and stand out from your peers.

Watch on-demand

Navigating the MPN portal

You may have noticed that the navigation on the MPN portal has changed slightly. This session will give you an overview of the Microsoft partner portal so you know where to go to access the information you need and to uncover new business opportunities.

Watch on-demand

Know your support options

As a Microsoft Partner, there are various support options available to you - including pre-sales assistance to help you overcome customer objections and a Cloud Enablement Desk to help you attain a Cloud competency and really leverage all of the benefits that you get access to. With so many support functions available to you, it can be difficult to know where to go to and to ensure that you are leveraging all of the available resources. In this session, we gave you an overview of all of the support functions and resources that are available to you as a Microsoft Partner at varying membership levels.

Watch on-demand

Making the most of your Action Pack subscription

In this session you can find out more about the benefits that an Action Pack subscription provides to your business so you can ensure that you're fully taking advantage of what's on offer.

Watch on-demand

Leverage your advisory hours

As an Action Pack or Competency Partner, you get access to a number of advisory hours which allow you to engage with Microsoft technical experts to plan and execute seamless customer solutions and successfully build applications.

In this session we went through what your entitlement is and how best to use it.

Watch on-demand

Still have questions? Reach out to our UK Partner Concierge Yammer community.

[Cross-Post] Windows 10: File Associations (e.g. .PDF) best practices

Sysinternals ProcDump now available for Linux

$
0
0

Hi all,

You guys might have seen that .Net Framework was open sourced and ported to Linux.

Now, if you are writing .Net Framework (C#, etc…) related code and wanted to troubleshoot the memory leaks, hangs, high cpu, etc…, now you can using Microsoft Sysinternals ProcDump for Linux.

Thanks to Mario Hewardt (Principal Premier Field Engineer (Principal PFE)), John Salem and Javid Habib in our Microsoft Services – Modern Application domain.

http://github.com/microsoft/procdump-for-linux

Yong

Reference(s):

.NET Core is Open Source
https://blogs.msdn.microsoft.com/dotnet/2014/11/12/net-core-is-open-source/


CoreCLR is now Open Source
https://blogs.msdn.microsoft.com/dotnet/2015/02/03/coreclr-is-now-open-source/


PowerShell is open sourced and is available on Linux
https://azure.microsoft.com/en-us/blog/powershell-is-open-sourced-and-is-available-on-linux/

Council Spotlight: Microsoft TechNet Wiki Gurus Needed For December 2017! Apply Within! No One Turned Away!

$
0
0

What is TechNet Guru Competition?

Each month the TechNet Wiki council organizes a contest of the best articles posted that month.
This is your chance to be announced as MICROSOFT TECHNOLOGY GURU OF THE MONTH!

One winner in each category will be selected each month for glory and adoration by the MSDN/TechNet Ninjas and community as a whole. Winners will be announced in dedicated blog post that will be published in Microsoft Wiki Ninjas blog, a tweet from the Wiki
Ninjas Twitter account, links will be published at Microsoft TNWiki group on Facebook, and other acknowledgement from the community will follow.

Some of our biggest community voices and many MVPs have passed through these halls on their way to fame and fortune.

If you have already made a contribution in the forums or gallery or you published a nice blog, then you can simply convert it into a shared wiki article, reference the original post, and register the article for the TechNet Guru Competition. The articles must be written in December 2017 and must be in English. However, the original blog or forum content can be from before December 2017.

Come and see who is making waves in all your favorite technologies.
Maybe it will be you!


Who can join the Competition?

Anyone who has basic knowledge and the desire to share the knowledge is welcome. Articles can appeal to beginners or discusse advanced topics. All you have to do is to add your article to TechNet Wiki from your own specialty category.


How can you win?

  1. Please copy/Write over your Microsoft technical solutions and revelations to TechNetWiki.
  2. Add a link to your new article on THIS WIKI COMPETITION PAGE (so we know you've contributed)
  3. (Optional but recommended) Add a link to your article at the TechNetWiki group on Facebook. The group is very active and people love to help, you can get feedback and even direct improvements in the article before the contest starts.

Do you have any question or want more information?

Feel free to ask any questions below, or Join us at the official MicrosoftTechNet Wiki groups on facebook.
Read Moreabout TechNet Guru Awards.

If you win, people will sing your praises online and your name will be raised as Guru of the Month.

Thanks in advance!
Ninja [Kamlesh KumarTechNet Wiki Council

 

Viewing all 36188 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>