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

MS クラウド ニュースまとめ - Azure Government (米国政府機関向け Microsoft Cloud) に関する発表 (2016/03/15)

$
0
0
このポストは、2016 年 3 月 15 日に投稿された Cloud Platform Release Announcements for March 15, 2016 の翻訳です。 こちらのブログでは、クラウド プラットフォーム チームが進める一連の新しい更新をまとめて紹介します。 マイクロソフトは、現在の "モバイル ファースト、クラウド ファースト" の世界で、エンタープライズでのクラウド文化の採用を可能にするテクノロジとツールを提供します。当社の差別化されたイノベーション、包括的モバイル ソリューション、および開発者ツールが、クラウド ファースト時代の真の可能性を実現するうえで、すべてのお客様を支援します。 クラウドでの迅速なイノベーションを期待されるお客様にお応えして、マイクロソフトは幅広い クラウド プラットフォーム 製品ポートフォリオを提供しています。お客様に最新情報を提供するため、以下の一覧に当社の最新リリースをまとめました。また、より多くの情報を必要とされるお客様のために、詳細情報へのリンクも示しています。今回の更新内容は次のとおりです...(read more)

MS クラウド ニュースまとめ - Eclipse Foundation参加表明, Azure Security Center, Azure RMS 強化, 他 (2016/03/16)

$
0
0
このポストは、2016 年 3 月 16 日に投稿された Cloud Platform Release Announcements for March 16, 2016 の翻訳です。 こちらのブログでは、クラウド プラットフォーム チームが進める一連の新しい更新をまとめて紹介します。 マイクロソフトは、現在の "モバイル ファースト、クラウド ファースト" の世界で、エンタープライズでのクラウド文化の採用を可能にするテクノロジとツールを提供します。当社の差別化されたイノベーション、包括的モバイル ソリューション、および開発者ツールが、クラウド ファースト時代の真の可能性を実現するうえで、すべてのお客様を支援します。 クラウドでの迅速なイノベーションを期待されるお客様にお応えして、マイクロソフトは幅広い クラウド プラットフォーム製品ポートフォリオ を提供しています。お客様に最新情報を提供するため、以下の一覧に当社の最新リリースをまとめました。また、より多くの情報を必要とされるお客様のために、詳細情報へのリンクも示しています。今回の更新内容は次のとおりです...(read more)

DevOps Basics: Introduction to Docker Commands and Concepts

$
0
0
In continuing this DevOps Basics series, it is n ow time to learn the basic commands to properly enable use of Docker. Introduction and Quick Concepts I don’t want to go very deep on the containerization’s concepts but here some important concepts to understand with Docker / Containers by the simplest way. Let’s keep that simple and say: Container = Image (same wording) A Docker Registry is a public or private store which contains images An image run thanks...(read more)

Azure Resource Manager Tags – Extending tag functionality with JSON string

$
0
0

Hello Everyone, this is Paulo.

Introduced with Azure Resource Manager, resource tags helps us organizing resources, it is a well known resource also for building charge back process, where shared resources that resides in different resource groups can receive the same tag. For more information about Azure Resource Tags, please refer to this article.

Tags are simply a key and value pair that you can assign to resources, e.g. Key => dept, Value => Information Technology. E.g.

Tags00

But what if we want to make these tags a little bit more smarter and consume them with Powershell as Powershell Object exposing more properties?

The solution for that is creating a tag with a JSON string, then later we can work with Powershell and read it as Powershell object.

In order to test it, let’s first define our JSON structure like this:

{

"Name":"Paulo"
"LastName":"Marques"

}


Lets make it a single line like this: {“Name”:”Paulo”,”LastName”:”Marques”}

In your subscription, through the new portal (https://portal.azure.com), browse to any resource. In this example I’m selecting an Azure DNS Zone resource, follow these steps to add your structured Tag:

Tags03

  1. Click on Tag icon
  2. Enter the key name on Key field, myJsonTag in this example
  3. Paste the JSON string on Value field
  4. Save it.

 

Note:

This blog post assumes you already have Azure Powershell 1.0 or greater module installed in your computer, if not, install it from http://aka.ms/webpi-azps.

 

Now that we tagged our resource, lets see what we can do on Powershell with that tag that is a JSON structure, please open a Powershell command prompt and follow these steps:

  1. Type Add-AzureRMAccount to authenticate to your Azure subscription.
  2. Type Select-AzureRmSubscription -SubscriptionName <your subscription name> to select current subscription to work with.
  3. Type $resource = Get-AzureRmResource -ResourceName “<your resource name>” -ResourceGroupName “<your resource group name>” and enter to get your resource as an object.

    Tags02

  4. Note the Tags property of my $resource object, it is an array of hash tables. In order to get the list of tags associated with that object, type $resource.Tags

    Tags04

  5. Tags on resources are returned as an array of has tables, so in order to access the tag we want directly, we need to apply a filter, type $tag = $resource.Tags | ? { $_.Values -eq “myjsontag” } and press Enter. Type $tag to see the contents of your tag.

    Tags05

  6. If you are tagging a resource group, the tags are shown differently as in the following example (this is just to illustrate how we access the same type of tag from a resource group, you don’t need to follow this step) but they are filtered in the same way.

    Tags06


  7. To get the JSON defined structure, type $tag.Value

    Tags07


  8. This is not yet a Powershell object, to get an actual Powershell object, type $myTagObj = $tag.Value | ConvertFrom-Json

    Tags08

  9. And this becomes your Powershell object, to get the LastName, type $myTagObj.LastName

    Tags09

That’s it for this article, thanks.

Paulo

新デザインとカラーを採用した『Xbox One ワイヤレス コントローラー』 2 製品を 2016 年 5 月 19 日 (木) より数量限定で発売

$
0
0

日本マイクロソフト株式会社 (本社: 東京都港区) は、新デザイン「シャドウ デザイン シリーズ」として本体色に銅色のメタリック カラーを採用した『Xbox One ワイヤレス コントローラー (カッパー シャドウ)』と、メタリック ブルーを採用した『Xbox One ワイヤレス コントローラー (ダスク シャドウ)』の2製品を2016 年 5 月 19 日 (木) より 6,980 円 (税抜参考価格)*1 で Amazon.co.jp、ビックカメラ、ソフマップ、ヨドバシカメラおよび Microsoft Store にて数量限定で発売します。

『Xbox One ワイヤレス コントローラー (カッパー シャドウ)』『Xbox One ワイヤレス コントローラー (ダスク シャドウ)』は、ゲームの臨場感を表現するリアル トリガー*2、高い操作性を実現したスティックと方向パッドを操作しやすい位置に配置。また、お持ちのヘッドセット*3 などを直接接続できる 3.5mm ステレオ ヘッドセット ジャックを搭載したワイヤレス コントローラーです。

  
製品基本情報
Xbox One ワイヤレス コントローラー (カッパー シャドウ)
http://www.xbox.com/ja-JP/xbox-one/accessories/controllers/copper-shadow

製品名

Xbox One ワイヤレス コントローラー (カッパー シャドウ)

日本語カナ読み

エックスボックスワンワイヤレスコントローラー

カッパーシャドウ

国内販売元

日本マイクロソフト株式会社

発売予定日

2016 5 19 ()

参考価格

6,980 (税抜) *1

Web サイト

http://www.xbox.com/ja-JP/xbox-one/accessories/controllers/copper-shadow

製品概要

『Xbox One ワイヤレス コントローラー (カッパー シャドウ)』は、本体色に銅色のメタリック カラーを採用した販売数量限定のワイヤレス コントローラーです。ゲームの臨場感を表現するリアル トリガーに加え、お持ちのヘッドセットなどを直接接続できる 3.5mm ステレオ オーディオ ジャックを搭載しています。

主な特徴

・本体色に銅色のメタリック カラーを採用

・臨感を表現する「リアル トリガー」*2

  • 振動モーターを Xbox One ワイヤレス コントローラーの左右グリップとコントローラー上部の左右トリガーに合計 4 つ搭載。銃を撃った時のダイナミックな振動や人間の鼓動といった繊細な振動まで、幅広い表現を実現します

・ゲーム体験を広げる機能お持ちのヘッドセットなどを直接接続できる 3.5mm ステレオ オーディオ ジャックを搭載*3

  • Micro USB 端子に USB ケーブルを接続すれば、無線が自動的にオフになり、有線コントローラーとして使用可能
  • 同時に 8 つの Xbox One ワイヤレス コントローラーを接続可能
  • 単 3 形アルカリ乾電池 2 本で動作
  • 最大 10 m の距離からプレイが可能

・お持ちのヘッドセットなどを直接接続できる 3.5mm ステレオ オーディオ ジャックを搭載*3

主な同梱物

・Xbox One ワイヤレス コントローラー (カッパー シャドウ) 本体

・単 3 形乾電池 (試供品)

外形寸法

153 x 102 x 61 mm

重量

約 280 g

電源

単 3 形乾電池 x 2, リチウムイオン リチャージブル バッテリーパック (別売), Micro USB 端子 (USB ケーブルは別売りです)

ボタン

Xbox ボタン、左/右トリガー、L/R ボタン、ビュー ボタン、メニュ ボタン、A ボタン、B ボタン、X ボタン、Y ボタン、左/右スティック、方向パッド

端子

・Micro USB 端子

・拡張端子(デジタル インターフェース)

・3.5 mm ステレオ オーディオ ジャック

コピーライト

© 2016 Microsoft. Microsoft、Microsoft ロゴ、Windows、Xbox、Xbox One、Xbox ロゴおよび関連ロゴは、米国 Microsoft Corporation および/またはその関連会社の商標です。

 

製品基本情報
Xbox One ワイヤレス コントローラー (ダスク シャドウ)
http://www.xbox.com/ja-JP/xbox-one/accessories/controllers/dusk-shadow

製品名

Xbox One ワイヤレス コントローラー (ダスク シャドウ)

日本語カナ読み

エックスボックスワンワイヤレスコントローラー

ダスクシャドウ

国内販売元

日本マイクロソフト株式会社

発売予定日

2016 5 19 ()

参考価格

6,980 (税抜) *1

Web サイトhttp://www.xbox.com/ja-JP/xbox-one/accessories/controllers/dusk-shadow

製品概要

『Xbox One ワイヤレス コントローラー (ダスク シャドウ)』は、本体色にメタリック ブルーを採用した販売数量限定のワイヤレス コントローラーです。ゲームの臨場感を表現するリアル トリガーに加え、お持ちのヘッドセットなどを直接接続できる 3.5mm ステレオ オーディオ ジャックを搭載しています。

主な特徴

・本体色にメタリック ブルーを採用

・臨場感を表現する「リアル トリガー」*2

  • 振動モーターを Xbox One ワイヤレス コントローラーの左右グリップとコントローラー上部の左右トリガーに合計 4 つ搭載。銃を撃った時のダイナミックな振動や人間の鼓動といった繊細な振動まで、幅広い表現を実現します

・ゲーム体験を広げる機能

  • Micro USB 端子に USB ケーブルを接続すれば、無線が自動的にオフになり、有線コントローラーとして使用可能
  • 同時に 8 つの Xbox One ワイヤレス コントローラーを接続可能
  • 単 3 形アルカリ乾電池 2 本で動作
  • 最大 10 m の距離からプレイが可能

・お持ちのヘッドセットなどを直接接続できる 3.5mm ステレオ オーディオ ジャックを搭載*3

主な同梱物

・Xbox One ワイヤレス コントローラー (ダスク シャドウ) 本体

・単 3 形乾電池 (試供品)

外形寸法

153 x 102 x 61 mm

重量

約 280 g

電源

単 3 形乾電池 x 2, リチウムイオン リチャージブル バッテリーパック (別売), Micro USB 端子 (USB ケーブルは別売りです)

ボタン

Xbox ボタン、左/右トリガー、L/R ボタン、ビュー ボタン、メニュ ボタン、A ボタン、B ボタン、X ボタン、Y ボタン、左/右スティック、方向パッド

端子

・Micro USB 端子

・拡張端子(デジタル インターフェース)

・3.5 mm ステレオ オーディオ ジャック

コピーライト

© 2016 Microsoft. Microsoft、Microsoft ロゴ、Windows、Xbox、Xbox One、Xbox ロゴおよび関連ロゴは、米国 Microsoft Corporation および/またはその関連会社の商標です。

*1 お客様の購入価格は、販売店により決定されますので、販売店にお問い合わせ下さい。
*2 リアル トリガーは対応したゲームのみ有効です。
*3 ヘッドセットの互換性に関する詳細は xbox.com/xboxone/compatibleheadsets をご参照ください。

Windows aplikace (nejen) pro školství - 24. díl

$
0
0

333 tipů a triků pro Windows 10

Cena: Zdarma
Odkaz

Windows 10 nabízí řadu pokrokových funkcí. Umíte využívat jeho nové vlastnosti a možnosti? Tato aplikace přináší 333 tipů a triků, jak systém Windows 10 dobře nastavit a vyladit a jak využít jeho funkce naplno.



Number Mix

Cena. 60 Kč
Odkaz

Graficky povedená aplikace na výuku matematiky na základní škole. Aplikace je řešena formou hry, kdy na základě správných výpočtů je možné vybarvit obrázek, spojovat body a vytvořit obrázek nebo učit se sčítat a odečítat nejen na základě čísel, ale právě i díky již zmiňovaným obrázkům.

Reading World 2

Cena: 80 Kč
Zábavná aplikace na procvičování anglických slovíček a slovosledu. Uvnitř aplikace se skrývají 4 procvičovací moduly, ve kterých skládáte slova do správného slovosledu, doplňujete správné slovo do věty, odpovídáte na otázku co se děje na obrázku nebo se můžete podívat na jednu z mnoha hádanek.

BubbleSheet

Cena: Zdarma
Odkaz

Při vytváření testových otázek, při procvičování úkolů s dětmi nebo při školních aktivitách je občas zapotřebí mít papír s možností záznamu správných odpovědí. A abyste jej nemuseli dělat ručně, je tu právě tato aplikace, která Vám umožňuje si nastavit počet otázek, možných odpovědí, sloupců nebo orientaci papíru a během chvilky tak máte vše potřebné vytvořeno a vytištěno.




Karel Klatovský

Myšlenkové mapy v MindApp ve službách učení žáků

$
0
0

Také sníte o kouzelném nástroji pro Vaše žáky, díky kterému by bylo učení snadné, který by jim pomohl dobře si zapamatovat učivo a díky němuž by pak ohromovali v testech či při zkoušení? Tony Buzan, populární anglický autor psychologické literatury, tvrdí, že nalezl tajnou formuli v podobě myšlenkových map. Někteří kritici sice zpochybňují existenci důkazů podporujících efektivitu myšlenkových map; avšak je pravdou, že myšlenkové mapy si kreslil např. Leonardo da Vinci a další myslitelé.

V naší škole Magic Hill vidíme, že myšlenkové mapy pomáhají žákům psát si poznámky, řešit problémy, zkrátit dobu strávenou nad domácími úkoly, rozvíjet kreativitu a zefektivnit si školní práci a učení. Už naši prvňáci si myšlenkové mapy spontánně tvoří, např. tuto jako dopis Ježíškovi:


Starší žáci, cca od 3. ročníku už s úspěchem využívají aplikaci z Widows Store MindApp.


Jednoduchá instalace a intuitivní ovládání s možností exportu třeba do OneNote nám umožňuje efektivní tvorbu myšlenkových map v libovolné vyučovací hodině. Hlavní výhody jsou

  • rychlost;

  • vypadá hezky, i když má dítě problémy s grafickým projevem, lze využívat barvy a ikony;

  • možnost editace a pozdějších úprav;

  • sdílení se spolužáky a učiteli;

  • společná tvorba na interaktivní tabuli.

Pokročilejší mapy (na 1. stupni ZŠ) mohou vypadat třeba takto:

 

MindApp hodnotím jako užitečnou apku, která by měla být nainstalována na každém školní počítači.

 

Jan Voda, ZŠ s RVJ Magic Hill, Říčany - MIE Expert

Deploy PaaS services for Azure Stack with AAD Tenant in Azure China

$
0
0

Right after we release Microsoft Azure Stack Technical Preview 1, we also released three additional PaaS services for Azure Stack. They SQL Server Database, MySQL Database and Web Apps. You may find more information from the link below.
https://acom-prod-uswest-01.azurewebsites.net/en-us/documentation/articles/azure-stack-tools-paas-services/

However all of the above services don't support Azure Stack deployment with AAD Tenant from Azure China. The main reason is Azure China use the different endpoint address from Public Azure. For example,

        public static string[] AADLoginUrls = {

            "https://login.chinacloudapi.cn",

            "https://login.windows.net"

        };

 

        public static string[] AADGraphUrls = {

            "https://graph.chinacloudapi.cn",

            "https://graph.windows.net"

        };

 

        // Must include forward slash

        public static string[] CSMResourceUrls = {

            "https://management.core.chinacloudapi.cn/",

            "https://management.core.windows.net/"

        };

 

        public static string[] CSMUrls = {

            "https://management.chinacloudapi.cn",

            "https://management.azure.com"

        };

 

        public static string[] RdfeUrls = {

            "https://management.core.chinacloudapi.cn",

            "https://management.core.windows.net"

        };

 

In this case, PaaS services deployment scripts hard code the AAD Login URL and AAD Graph URL. So as you could imagine, in order to support AAD in China Azure, we need to replace those two endpoints with China Azure's.

I create the following PowerShell script to replace the endpoints' addresses.

$StartingDir=Read-Host "What directory do you want to Scan?"

# Scan the specified directory and replace public azure endpoint with China Azure endpoint

foreach ($file in $(Get-ChildItem $StartingDir -Recurse -Include *.ps1)) {
  # Replace "windows.net" with "chinacloudapi.cn"
    (Get-Content $file.FullName) | Foreach-Object {$_ -replace "windows.net", "chinacloudapi.cn"} | Set-Content $file.FullName
}

You may follow the steps below to prepare the PaaS services deployment scripts.

  1. Download the deploy package. The link could be found from the corresponding deployment guide.
  2. Unzip the download zip file to a folder.
  3. Run the above script, please provide a full path of the above folder. For example, "C:\Users\larryzh\Downloads\AzureStack.Sql.5.11.69.0"
  4. Then the script will found the corresponding public Azure endpoints and replace them with China Azure's. 

I also attached the script in this blog.


Cloud Weekly Digest – Week of March 13 - 19, 2016

$
0
0

Please take a look at last week’s news on Microsoft Cloud and the highlights below.

Highlights:

  • Global Azure Bootcamp is happening again (April 16th)
  • //Build is next week!!!
  • New reporting portal in Office 365

WEBINARS & EVENTS

Data Driven Keynotes

  1. Data is the new electricity - Hear Microsoft CEO Satya Nadella share why data is driving business transformation and how customers can use SQL Server 2016 to harness their data and transform it into intelligence, insights, and action.
  2. Transforming businesses with data - Hear Scott Guthrie, Executive Vice President, Cloud and Enterprise Group talk about Microsoft’s journey to becoming the new leader in data He also talks to executives at Docusign, Johnson Controls and Renault Sport F1 Team about how they are using data to transform their businesses.

Microsoft Data Insights Summit | March 22 – 23, 2016
Learn to tell compelling data stories, monitor your business, or finally figure out how to build that formula at Microsoft Data Insights Summit. Attend the free worldwide.

datainsights

//Build 2016 | March 30 through April 1st
Save The Dates - Make sure you don't miss your view into the future of Developer Tools.
//Build2016 will be Streaming Live at http://spr.ly/6184B5xAA

build

Tackle the top five data challenges with SQL Server | March 31st at 10:00 am PST
Learn how to address the top data management challenges with a unified approach that improves security, reduces complexity, and lowers the costs normally associated with data platforms.

5datachallenges

Global Azure Bootcamp 2016 | April 16
his year we are again doing a one-day deep dive class to help thousands of people get up to speed on developing Cloud Computing Applications for Azure. In addition to this great learning opportunity we will have another set of hands on labs. Check the different locations worldwide!

bootcamp

Azure Active Directory Premium Customer Training Webinars
REMINDER | Join us and learn how to get up and running on Azure AD Premium quickly and easily!

  • Manage Partner and Vendor Access Using Azure B2B Collaboration - March 22, 2016 11:00am and 7:00pm PST

Get More from Office 365 to Work Smarter, Not Harder | March 23 at 10 am PST
REMINDER | Tune into this live session with Microsoft + DocuSign to learn how to: boost productivity, save time, and gain visibility by tracking each step of the workflow.

Drive Business Results with Intelligent Tools Series | 45-minute webinar on Thursdays at 10:00 am PST
REMINDER | Moving to the cloud is no longer a question of “if,” it’s a question of “when.” In this series you will get to see the exciting innovations enabling best-in-class, cross-platform mobile productivity, intelligent tools that can anticipate your needs to deliver timely solutions, collaboration tools built for the modern workforce and how Microsoft has delivered on its commitment to trustworthy computing across security, privacy and compliance.

  • 3/24: What’s Next in SharePoint 2016
  • 3/31: Reinventing Customer Experience: Field Service and the Modern Dispatch Technician

Microsoft Virtual Security Summit Webcast | March at 29th 12:00 pm PST
REMINDER | Cyberattacks cost organizations $400 billion a year. It seems nearly every week a new cyberattack is announced, against a corporation, a government agency, or a nonprofit organization. This has made cybersecurity a top issue for IT, Security, Legal and the board room. On March 29th, hear from top security experts and key Microsoft security professionals for a three-hour event dedicated to better understanding today’s Enterprise Security industry.

SME roundtable on mobility at Microsoft Webinar | March 31st at 10:00 am PST
REMINDER | IT subject matter experts (SMEs) from our Mobility at Microsoft IT Showcase course will answer your questions about how Microsoft IT designs, develops, deploys, and supports mobility at Microsoft. Get candid answers from our experts as they share their insights and best practices.

Office 365 – FastTrack webinars | Multiple dates
REMINDER | Learn how to do more, together. Ask questions, learn shortcuts and find out how Office 365 can make you and your team more productive. Select one of the webinars available, register, and attend a live presentation with demos and Q&A. Webinar selection range from using Office 365 to working like a network.

OFFICE 365

Office 365 news roundup
First, we announced the new Office 365 admin center, which makes it faster, easier and more efficient to manage Office 365. Second, in conjunction with that announcement, we started rolling out the new reporting portal in the Office 365 admin center, which provides admins with valuable insights about how people are using the Office 365 services and delivers details down to the individual user level. In addition, admins can now manage Office 365 client updates—including those for Office 365 ProPlus, Visio Pro for Office 365 and Project Pro for Office 365—directly through the System Center Configuration Manager’s built-in software updates workflow engine.

Sway YamJam summary has been posted
On March 9, 2016 Microsoft hosted an action-packed YamJam with the Sway product team with lively Q&A, valuable feedback and discussion on how to make the most of Sway in your organization.

sway

SfB Video Broadcast: Ep. 10 Windows Desktop Client
On-Demand | Learn what's new in the Skype for Business Windows Client.

Skype for Business will give businesses improved collaboration on a budget
Microsoft's new updates are aimed at helping companies collaborate remotely for less money.  

Skype for Business User QuickTip #41: How to Save Meeting Participant List Using OneNote
Tip | You are in a Skype for Business meeting and you would like to get a list of all the participants and their Skype for Business ID/Email. How do you do it? Microsoft OneNote! Skype for Business meetings have a “My Notes” feature under “Present” which will nicely export all the participants of the current meeting. Just click Present > My Notes | Skype for Business User Tips & Tricks eBook

skype-onenote

Episode 089 with James McQuillan on Moodle Office 365 integration—Office 365 Developer Podcast
In this episode, Jeremy Thake talks to James McQuillan about the Moodle Office 365 integration open source project.

dev-podcast

AZURE

Manage your API Management service instances with Git access and Properties
The API Management team is excited to release two new features to help you manage your API Management service instances: Git access and Properties.

Moving from Endpoint monitoring to Application Insights Availability tests
Availability monitoring with Application Insights in the new Azure portal replaces Endpoint monitoring in the classic portal. We created equivalent tests in the new portal so you can manage them without going to the classic portal.

Top three takeaways from #MWC16
Read about the key highlights and themes that stood out to us: Virtual Reality and 4D, 5G Hype, and Internet of Things (IoT).

MWC16

Important changes coming for Service Bus and Event Hubs
After May 1, 2016, Service Bus will introduce separate namespace types for Event Hubs, Relay, and the Broker (Queues and Topics). This change will affect only newly created namespaces. Any existing namespaces will work as they do today.

Azure SQL Database learns and adapts with your application
What if your database could learn the patterns of your workload and alert you of a potential breach before it’s too late? We use machine learning to proactively provide you more than just a database. We offer a service that learns and adapts with your app, ultimately enabling you to dynamically maximize performance, reliability and data security with little effort on your part.

sql-learnstoadapt

Simple and reliable data movement with Azure Data Factory Copy Wizard
We are glad to announce the public preview of Azure Data Factory (ADF) Copy Wizard. An intuitive and seamless wizard for copying data.

MISCELLANEOUS

Project AIX: Using Minecraft to build more intelligent technology
AIX allows computer scientists to use the world of Minecraft as a testing ground for conducting research designed to improve artificial intelligence.

2016 TechFest at Microsoft on March 8, 2016.

Microsoft Is Testing Azure IoT Platform from The Stratosphere
Microsoft Research is deploying a balloon into the stratosphere which is connected to Azure IoT.

Mark Nichols and Matt Long, both architects for the Azure Center of Excellence about their Pegasus mission’s high-altitude balloon

Hybrid Cloud Workloads: Disaster Recovery and High Availability
On-Demand | Windows Azure Hyper-V Recovery Manager protects applications by coordinating the replication of virtual machines (VMs) at a secondary location. In this course, explore how Windows Azure Hyper-V Recovery Manager brings together Hyper-V Replica asynchronous virtual machine replication capabilities in Windows Server and the Virtual Machine Manager component of System Center, and how it combines them with the power of Microsoft Azure to provide site-to-site protection of your virtual machines and private clouds. This includes remote health monitoring and orchestrated recovery. The course examines other features that help with disaster recovery and high availability in a hybrid cloud environment.

How a Microsoft Research Project Captured the Hearts of Millions
Using Machine Learning (ML), Microsoft developed a research project that “captured the hearts of millions.” Learn how Bing and other teams at Microsoft are furthering the development of artificial intelligence using ML.

DataDriven – 34 Tech deep dives
On-Demand | Everything you need to know about SQL Server 2016, all in one place. Watch the Data Driven technical deep dives on your own terms.

PowerShell Basics: (Part 3) Real Word Script Examples
In this episode they show us an example of a real world script that was created to help a customer find and check the value of a property and then go through five versions of the script to show you various results. | Part 1 | Part 2

Thanks,
Bea

MPN會員專屬! 微軟認證進修課程原價55折和考試限時優惠

$
0
0


為了續約MPN會員! 為了個人職場競爭力! 快來考取微軟認證,讓你一次到位,搭配限時課程和考試優惠,現在進修考試最划算! MPN金、銀級專長認證夥伴與訂閱行動寶盒之合作夥伴,報名參加巨匠電腦、財團法人資訊工業策進會、恆逸教育訓練中心所開辦的微軟國際認證課程,可享課程原價的 55 折上課優惠!此外,微軟認證考試卷推出限時優惠價格,活動期間考取微軟MCP認證,還有機會參加FY16大中華區微軟認證專家MCP大賽,前往北京領獎!

  • MPN 合作夥伴超值進修專案 - 報名可享原價 55 折上課優惠! 活動詳情>>
  • 微軟認證考試優惠,詳情請洽微軟授權教育訓練中心: 巨匠電腦、財團法人資訊工業策進會、恆逸教育訓練中心
  • FY16大中華區微軟認證專家MCP大賽活動詳情

 

Бесплатные тренинги по Project Online

$
0
0

Друзья, приглашаем вас принять участие в серии бесплатных онлайн-тренингов, посвященных функционалу Project Online.

...(read more)

[Script Of Mar. 22] How to get SQL Server information by PowerShell

System Center Configuration Manager 「設計、構築のお役立ち集」 - 第一弾 システム要件編!

$
0
0

こんにちは。System Center Support Team の森です。

年度末を迎えられているお客様が多くいらっしゃることもあり、新規システムの構築や移行についてのご質問を多数お寄せいただいております。

我々サポート チームとしても、こういった時期の差し迫った状況は身に染みております。

昨今、事前確認や調査のツールとしてネット検索が多く利用されているという状況であることも事実だと思います。 また、お客様の中には限られた予算、リソースの関係で気軽にお問い合わせをすることができず、ネットの検索結果が頼りとなることも多分にあるかと思います。

そこで本ポストでは、新たにSystem Center Configuration Manager(以降Configuration Manager)をこれから導入いただく方や、System Center Configuration Manager 2007 から移行をご検討の方向けに、サポートエンジニアの視点から見た設計や構築に関する情報、注意事項を Tips としてご紹介していきたいと思います。「設計、構築のお役立ち集」と銘打って連載を予定しておりますので是非ご期待ください。

 

第一弾となる本ポストでは、Configuration Manager を構築する上でどのようなシステム要件があるか、必要な構成を決める際に見落としがちな情報を紹介していきたいと思います。

 

実は、サポートにお問合せいただくケースの中でも、要件チェックが不足したまま構築を開始し、あとから大幅な変更や構築のやり直しが生じるケースが少なくありません。組織規模や用途にあわせてシステム構築の検討を始めていただく際には、まずはどのような要件があるかしっかりと確認いただくことをお勧めしたいと思います。

 TechNetのページにシステム要件をまとまったページがございます。後段の小規模、中規模、大規模例の構成イメージ図を参考に、是非このページからチェックをお願いいたします。

 

Configuration Manager のサポートされている構成
https://technet.microsoft.com/ja-jp/library/gg682077.aspx

■    Configuration Manager のシステム要件

  • サイトおよびサイト システムの役割のスケーラビリティ
    システムを構成する役割の制限をまとめたセクションになります。何台の役割サーバーが必要であるか判断する情報をおまとめしております。

    <TIPS>
    クライアント数が 500 よりも少ない場所については、セカンダリ サイトではなく、配布ポイントの検討を勧めるメモ情報や、ドメインコントローラーとセカンダリサイトは同居させることはできないという制限を紹介しております。このような情報も是非確認してみてください。なお、ドメインコントローラーと WSUS の同居もサポート上お勧めしておりませんので、基本的にサイトサーバーとして使用するサーバーはドメインコントローラーとは同居させない構成をお勧めいたします。

  • サイトおよび階層のクライアント サポート数
    サイトの規模とサポート可能なクライアント (デバイス) 数を判断いただくセクションになります。

    <TIPS>
    クライアントの最大数は、サイトの種類と、どのバージョンの Configuration Manager を使用しているかによって異なります。また、Mac / Linux やモバイルデバイスを管理する場合は、管理ポイントの必要台数なども変わります。そのような点もこのセクションでは見積り例など紹介しております。Windows OS 以外お管理を予定している場合には、こちらも要チェックです。

  • サイト システムの要件
    サイトシステムサーバーとして動作するために満たす必要のある要件をまとめたセクションになります。IIS の事前設定や、HTTPS 構成の場合の証明書要件など確認項目を詳細にリスト化しております。

    <TIPS>
    サイト システムは、Server Core インストールではサポートされないことや、一度サイトシステムとして構成するとドメインの変更やコンピューターの名前の変更はできないことを制限事項としてまとめております。構築途中にドメイン名の変更が可能かというお問合せをいただくことがありますので、このあたりも十分確認をお願いします。なお、サイト構築後に IP アドレスの変更は問題ありません。TIPS としてご案内いたします。

  • コンピューター クライアントの要件
    Windows ベースのコンピューター、Mac コンピューター、および Linux または UNIX など、クライアントとしてサポートされる、オペレーティング システムとハードウェアについて説明するセクションです。

    <TIPS>
    現時点ですでにサポート ライフサイクルが終了している製品は、Configuration Manager ではサポートされません。文末のサポートライフサイクルのページで(※)管理するクライアントのサポート状況も要チェックです。

  • モバイル デバイスの要件
    モバイルデバイスでサポートされるハードウェアとオペレーティング システムについて説明するセクションとなります。

    <TIPS>
    Microsoft Intune と連携すると Windows モバイルはもちろん iOS や Android のモバイル デバイスまで管理対象を拡張することができます。

  • Configuration Manager コンソールの要件
    運用管理に必要なコンソール機の要件を紹介するセクションです。

    <TIPS>
    Windows クライアント OS にも管理コンソールをインストールできますので、管理者ユーザーの手元のマシンにコンソールをインストールすれば、サイトサーバーにリモート接続せずとも設定の確認や設定変更をすることができます。

  • SQL Server サイト データベースの構成
    サイトシステムのデータベースとして使用する SQL のバージョンや前提について説明するセクションです。Service Pack などバージョンによって要件も様々あります。

    <TIPS>
    サポートされているバージョンであれば、サイト間で異なる SQL サーバーバージョンを利用していてもレプリケーションなど連携動作に支障はありません。なお、インストール時に照合順序の設定がありますが、SQL_Latin1_General_CP1_CI_AS で設定いただくことが必須になりますので、この点は十分注意して作業をお願いします。

  • 機能固有の要件
    個別機能の要件を説明するセクションです。
    例えば、OS 展開を利用するため、ADK がシステムとして必要であることや、ソフトウェアセンターを利用する際の、前提となるブラウザ要件を紹介しております。

  • Active Directory ドメインのサポート
    ドメインの機能レベルや、スキーマ拡張のメリットなど説明するセクションです。

  • Windows 環境
    一般的なサポート構成情報を説明するセクションです。

    <TIPS>
    ワークグループ端末をサポートしていることや、Branch Cache に対応していること、一方、NAT 環境にはインターネットベースのクライアント管理を行うシナリオ以外では対応していないことを紹介しております。NAT を利用する環境の場合は要チェックです。なお、Branch Cache をサポートするクライアント OS のエディションは Enterprise (Windows 7/8.1/10) ・ Ultimate (Windows 7) ・ Education (Windows 10)です。Windows 7 Professional や Windows 8.1 Pro は Branch Cache をサポートしていませんのでご注意ください。

  • Configuration Manager のサポートされるアップグレード パス
    Configuration Manager のアップグレードシナリオを紹介するセクションになります。

    <TIPS>
    サイトサーバーで使用する OS のインプレースアップグレードをサポートするバージョンと、サポートしていないバージョンを紹介しております。
    サポートしていないバージョンを利用した場合、サポートライフサイクルが来た際は、新しいサイトサーバーの構築が必要となりますので、構築当初の Windows OS の選択の際はこの点もご注意ください。
    あわせて、同セクションでは、クライアント OS や SQL のインプレースアップグレードに対応している記載もありますので、この点も事前にチェックをお勧めします。




 

 


 

 

またConfiguration Managerの評価ガイドご用意しておりますので、これから動作検証いただく場合は是非こちらもご参考にしてください。

System Center 2012 Configuration Manager のお役立ち情報リンクについて

http://blogs.technet.com/b/systemcenterjp/archive/2013/03/06/3556713.aspx


(※) サポートライフサイクルの確認方法

現時点で既にサポート ライフサイクルが終了している製品は、Configuration Manager ではサポートされません。

これから管理する端末がサポート対象であるか、またいつサポートアウトするか時期の確認は「マイクロソフト サポート ライフサイクル」ページで可能です。是非こちらもご活用ください。

 

マイクロソフト サポート ライフサイクル -ホーム

https://support.microsoft.com/ja-jp/lifecycle#;

マイクロソフト サポート ライフサイクル - 製品検索ページ

https://support.microsoft.com/ja-jp/lifecycle/search

マイクロソフト サポート ライフサイクル - サポートアウトする製品のお知らせページ

https://support.microsoft.com/ja-jp/lifecycle/search#;

 

免責事項

コミュニティにおけるマイクロソフト社員による発言やコメントは、マイクロソフトの正式な見解またはコメントではありません。

 

 

TNWiki Article Spotlight - Access Azure Redis Cache with an API App

$
0
0

Hello and welcome everybody to our TNWiki Article Spotlight on Tuesday.

Databases are a potential bottleneck in an application. What if you want to just store simple data and a full-blown relational database is a lot overhead? And when you also want to easily have scalability at cloud-scale? NoSQL databases such as HBase or Cassandra can definitely fulfill your requirements, but you want something light-weight, something already built into Azure. That should be latest point where Azure Redis Cache should come to your mind. Redis is a light-weight key-value store, but you should not be confused by the term 'key-value'. Instead of storing a simple string value for a key you can also store more complex data structures to it. Ok, and what if you want to use it from a REST interface? Here we have Azure API Apps. But how do we combine Azure Redis Cache and an API App? Luckily Steef-Jan has created an article covering accessing Azure Redis Cache with an API App. In this article he explains the scenario and the prerequisites necessary to go through the example. He shows how to create an API App which accesses Redis. At the end he goes through using the API App with Swagger and how deploy it to Azure.

If you love REST and simple databases, this article shows you how you can use both very easy.

- German Ninja Jan (TwitterBlogProfile)

Global-Regulation – Better regulation for a better world

$
0
0

BizSpark member Global-Regulation employs Azure in conjunction with PHP packages to provide the world’s most comprehensive jurisprudential search engine.

Canadian startup, Global-Regulation, is changing the way researchers, lawyers, and businesses access and apply international law. Global-Regulation recently launched as a law search engine enabling people to search over 320,000 laws, from 24 countries, including the European Union, United States, Canada, China, Philippines, Sri Lanka, Ireland, Germany, and Japan.

“Our software automatically translates laws into English so people have easier access to the world’s laws,” says CTO Addison Cameron-Huff. “Automatic translation makes the world’s laws instantly accessible to researchers, regulators, lawyers and businesspeople.” The company aims to help regulators make better regulations and in turn help lawyers better understand the international legal landscape. 

Global-Regulation’s software provides a comparative perspective of existing laws and regulations. While there are other tools on the market geared to lawyers that enable searches by country, Global-Regulation offers a comprehensive global search. By indexing laws from national databases around the world, Global-Regulation is able to normalize the data and translate it to English. The current database is the equivalent of 5 million printed pages.

A Microsoft BizSpark plus member, Global-Regulation has made inroads into the academic community, already counting Northwestern, Cal-Berkley, New York University, University of Toronto and the University of Sydney among their clients. In addition to academics, Global-Regulation is making headway into the government sector, securing contracts with various branches of the Canadian Provincial and Federal government. According to CEO Nachshon Goltz, “We want to help the people who write our laws by giving them the tools they know they need, but no one is making. Google does not cater to governments.”


A self-funded startup, Global-Regulation relies on Microsoft technologies to enhance the quality and usability of their product. Hosted on the Azure cloud platform, Global-Regulation utilizes Azure PM, Virtual Machines, and Microsoft Translation services, says Goltz. “For larger scale indexing and parsing we use Azure PM because of the breadth of our database. The main advantage we found with Microsoft translation is the formatting. It actually gives you the translated text in the original format. We are actually re-translating the stuff we originally translated using other services because the Microsoft software is much better. As we grow we’ll probably make use of more features but at the moment we’re keeping it simple.”

Azure’s ability to support a wide variety of open source helped to cement Global-Regulation’s decision to leverage the Azure platform explains Cameron-Huff. “We’re currently running a series of PHP-related packages. The great thing about Azure is how easy it is to get started. We just installed the necessary base packages for our server and moved the processing functionality, PHP scripts and bash scripts, to Azure, and we were basically up and running. We used the extra processing power to do our translating and parsing much faster than we were doing before. Configuring the virtual machine took only minutes from the time we started until we were running our code. There’s no messing around with port configurations or anything. I don’t know how it could be made easier.”

Global-Regulation points to BizSpark as key to their early success. According to Goltz, “If we weren’t a part of the program we would not have been able to use translator API. Our product would be nowhere near as in depth, nor as successful.”


Tip of the Day: Ten Great Windows 10 Links

$
0
0

Aprendizaje colaborativo en un país sin fronteras – Josane Batalha Sobreira da Silva, Brasil

$
0
0
Josane Batalha Sobreira da Silva es optimista respecto a los beneficios del aprendizaje colaborativo. Y esta Microsoft Innovative Educator Expert sabe que es afortunada de trabajar en una escuela donde la tecnología y el compromiso con la innovación, lo hacen posible. “Mi escuela piensa que la tecnología puede ser un gran aliado de los educadores y, gracias a esto, mantiene un equipo dedicado a la tecnología educativa", explica Sobreira da Silva. “El...(read more)

Periodic Tasks for Project Managers

$
0
0
Periodic Tasks for Project Managers   Daily Check the queue for Failed and Blocking jobs related to your plan in Server Settings > My Queued Jobs. Review the errors related to failed and blocking jobs to troubleshoot. Cancel Failed and Blocking jobs and/or re-submit them if required . Check email notifications for the resources for undue or upcoming tasks (if the notification feature is turned-on) . Weekly ...(read more)

Periodic Tasks for Project Managers

$
0
0

Periodic Tasks for Project Managers 

 

Daily 

  1. Check the queue for Failed and Blocking jobs related to your plan in Server Settings > My Queued Jobs. 

  1. Review the errors related to failed and blocking jobs to troubleshoot. 

  1. Cancel Failed and Blocking jobs and/or re-submit them if required. 

  1. Check email notifications for the resources for undue or upcoming tasks (if the notification feature is turned-on) 

Weekly 

  1. Review task updates for accuracy in Approvals > Task Update. 

  1. Review the impact of the task updates on your plan using Preview Update. 

  1. https://technet.microsoft.com/en-us/library/hh767481(v=office.14).aspx  

  1. Accept or reject task updates and publish your plan.  

  1. https://technet.microsoft.com/en-us/library/hh767481(v=office.14).aspx  

  1. Update resource RBS values for new users.  Newly synched users from Active Directory won’t have an RBS. Note: This may be the job of the PMO. 

  1. https://technet.microsoft.com/en-us/library/cc197354.aspx#section5  

Monthly 

  1. Ensure that new team members get timesheet training. Your PMO may handle this task. 

  1. Best practices for submitting and reporting on actual work https://technet.microsoft.com/en-us/library/hh694531(v=office.14).aspx  

  1. Close completed tasks on your plan to updates.  

  1. Project Online and Project Server 2013 https://blogs.technet.microsoft.com/brookswhite/2015/11/13/where-did-close-tasks-to-updates-go-in-project-server-2013project-online/ 

  1. Project Server 2010 https://technet.microsoft.com/en-us/library/gg597618(v=office.14).aspx  

  1. Review plans to ensure all tasks you know are complete show as complete. If they are not 100%, drill into assignments and figure out the resource who has remaining work to clear. 

  1. Close out all the project plans which are already completed and notify Project Server Administrator to archive them. Retention policies may require the project be maintained in the Project Server but hidden from view to regular users.  

Domingo Surpresa - Conhecendo o programa DreamSpark

$
0
0

Sejam muito bem-vindos a mais um Domingo Surpresa.

O DreamSpark é um programa da Microsoft voltado à área acadêmica, tendo por objetivo principal fornecer acesso a estudantes, educadores e instituições de ensino interessados em utilizar gratuitamente os mais variados produtos. Dentre as alternativas oferecidas por esta iniciativa estão versões comerciais do Visual Studio, SQL Server, Windows Server e, até mesmo, a possibilidade de uso de serviços da plataforma Azure.

Trata-se de uma excelente oportunidade, sobretudo para profissionais contemplados pelo DreamSpark e que estão engajados na produção de conteúdo voltado à comunidade técnica Microsoft. Artigos sobre as diferentes tecnologias cobertas por este programa acadêmico podem ser publicados no TechNet Wiki sem restrições. Isto acaba contribuindo não apenas para um maior aprendizado dos próprios autores, como também para que eventuais leitores possam ter conhecimento de novidades e dicas úteis para o seu dia-a-dia.

Para obter maiores informações sobre o programa DreamSpark acesse:

https://www.dreamspark.com/What-Is-Dreamspark.aspx

Já está cadastrado no DreamSpark e gostaria de participar com artigos para o TechNet Wiki? Consulte o link abaixo para obter maiores esclarecimentos:

http://blogs.technet.com/b/wikininjasbr/archive/2016/01/06/quarta-feira-wiki-life-como-usar-o-editor-do-technet-wiki.aspx

E por hoje é isso... Até a próxima!

   

Wiki Ninja Renato Groffe (Wiki, Facebook, LinkedIn, MSDN)

Viewing all 17778 articles
Browse latest View live




Latest Images