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

Basic PS script to perform a Network Capture (packet sniffing)

$
0
0

Hello all, here is Daniel Mauser again and today I’m going to show you how you can leverage network capture traces using native PowerShell cmdlet. Before that we need to reference you, just as quick recap, to a great article from Hey Scripting Guy! where he shows how to get a network capture using PowerShell (Packet Sniffing with PowerShell: Getting Started). On this article he demonstrate using relevant Network Provides such as Microsoft-Windows-TCPIP but the end result capture it does not look like the same capture taken by netsh trace start capture=yes.

Is there any way to do it via PowerShell?

The short answer is yes. We developed a very basic script demonstrating how to do that. The trick part is to get the right ETW provider which is: Microsoft-Windows-NDIS-PacketCapture, more details to come.

We will go over a step-by-step demonstrating how to save a network capture in ETL file including a bonus of adding a time stamp and maximum size of 512 MB circular:

Define Timestamp variable
This is going to be to append to the output ETL capture file.

PS C:> $timestamp = Get-Date -f yyyy-MM-dd_HH-mm-ss

Note: PS commands listed below work with Windows 8.1 / Windows Server 2012 R2 and earlier Windows versions.

Create a new Session1
Now let’s define the new capture session adding computer name and timestamp to the ETL file being created

PS C:> New-NetEventSession -Name Session1 –LocalFilePath c:$env:computername-netcap-$timestamp.etl –MaxFileSize 512

Name               : Session1
CaptureMode        : SaveToFile
LocalFilePath      : c:W10LAB-netcap-2017-04-26_19-45-17.etl
MaxFileSize        : 512 MB
TraceBufferSize    : 0 KB
MaxNumberOfBuffers : 0
SessionStatus      : NotRunning

Adding provider
In this case is necessary add the associated GUID to this provider “Microsoft-Windows-NDIS-PacketCapture” which is {2ED6006E-4729-4609-B423-3EE7BCD678EF}.

PS C:> Add-NetEventProvider -Name “{2ED6006E-4729-4609-B423-3EE7BCD678EF}” –SessionName Session1

Name: Microsoft-Windows-NDIS-PacketCapture
SessionName: Session1
Level : 4
MatchAnyKeyword : 0xFFFFFFFFFFFFFFFF
MatchAllKeyword : 0x0

Note: the GUID was obtained by running this command in PS using command
PS C:> logman query providers | select-string ndis-packet
Microsoft-Windows-NDIS-PacketCapture{2ED6006E-4729-4609-B423-3EE7BCD678EF}

Starting a Network Capture Session
Now it is time to start the network capture by running:

PS C:> Start-NetEventSession -Name Session1

Check status of the capture
Ensure the capture is running the command below and check last output line named SessionStatus:

PS C:> Get-NetEventSession

Name              : Session1
CaptureMode       : SaveToFile
LocalFilePath     : c:W10LAB-netcap-2017-04-26_19-45-17.etl
MaxFileSize       : 512 MB
TraceBufferSize    : 64 KB
MaxNumberOfBuffers : 30
SessionStatus      : Running

Stopping the Capture
After sometime running your capture, you can stop the capture just run the following:
PS C:> Stop-NetEventSession -Name Session1

Remove the Session
Now you can start over the whole thing by removing the session and making other customizations or if you need to start a new file with a new timestamp.
PS C:> Remove-NetEventSession -Name session1 

Note: Script has been posted in this GitHub Repository (Basic-Net-Capture.ps1) for your reference.

Final Considerations
We can re-use the same session by starting the capture again using Start-NetEventSession-Name Session1 but keep in mind we defined the timestamp of the output file on the New-NetEventSession. In order to create a new timestamp file, you need to remove Sesson1 and re-created it again. You can also figure out other ways to do that and feel free post in the comments below. I hope you learnt something new today.

 

 

 


Journey to the cloud

$
0
0
By Stuart Nielsen-Marsh, Director of Microsoft Cloud Strategy, Pulsant

 

Serving more than 4,000 customers across multiple industries, Pulsant is one of the UK’s leading providers of hybrid cloud solutions with a core focus on network connectivity, security and integration. The company operates an interconnected fabric between its 15 datacenters and other hybrid cloud services providers ensuring its customers have access to secure, high performance connectivity across the UK.

 

In the last 3 years, we have seen a significant shift in our customer base from colocation and managed hardware services towards cloud and public cloud services such as Microsoft Azure. This has threatened up to 10% of our customer revenue in the last 12 months. This will potentially increase over the next year, and Pulsant’s exposure is likely to rise by approximately 15% over the same period. This is representative of customers adopting hybrid services and modern application led strategies and reducing IT assets.

 

Innovate and create, or lag behind

To survive this new era of public and hybrid cloud, we began a new partnership with Microsoft in the spring of 2016, driven by the synergy of Pulsant’s hybrid (cloud) IT strategy in the mid-market and Microsoft’s expanding cloud technology platform. The aim was to create a new Microsoft-based brand to deliver cloud solution offerings to our customers in the UK and beyond. A new brand that would transform the business, generating longer customer engagements and higher revenue returns.

 

The targets (all of which had to be achieved in less than a year):

 

  • Achieve 25% of revenue from Microsoft CSP and Azure within 2nd year of launch
  • Achieve £1-£1.5M in average order value (AOV)
  • Identify and engage with 50 new customers
  • Identify 5 Azure Stack customers in time for GA

 

Challenges

While the adoption of Azure has provided significant opportunities, it also brought a lot of challenges – related less to the technology itself, touching more on the cultural and business alignment needed to realise these opportunities.

 

Perhaps the biggest challenge was recognising the wider business need to innovate through the adoption of Azure, or otherwise risk being left behind in the race against competitors. I needed to shift our sales team from traditional component selling and give them the tools to become competent cloud solution sellers, while the wider business aligned with this new sales direction and showcased the added value of the new proposition.

 

The Solution

As it often proves true, harnessing the positive energy in the business and getting the right people on board has been crucial. We hired a dedicated Microsoft product and strategy expert and began seeking out and collaborating with different Microsoft teams in the UK and beyond.

 

The UK Cloud and Hosting Provider group and the UK Partner Marketing team, together with the channel executive (CE) and Partner Technical Specialist (PTS), helped analyse and choose the Azure solutions that were most appropriate for our existing skills and markets. The UK partner marketing team gave guidance and access to funding as we started to define our go-to-market requirements.

 

With the basic transformation and business plans in place, Pulsant reached out to a number of Microsoft groups worldwide that were offering focused GTM support and initiatives, including the Market Maker & Industry Marketing team, the Cloud & Hosting Provider team, the Cloud Infrastructure COE, and the Cloud & Enterprise Marketing team.

 

One of the key resources throughout the journey has been the Microsoft Cloud Playbooks – these playbooks are designed to maximise the potential of your business. They provide great ‘how to’ resources including how to:

 

  • Accelerate and optimize your Azure practice in every phase.
  • Drive new revenue opportunities, marketing strategies, and lead-capturing tactics.
  • Gain access to the technical skills and resources that will keep your team ahead of what’s next.
You’ll also get answers to some of your biggest questions, such as:

 

  • How do I determine what Cloud Solution I should offer?
  • What kind of team and resources do I need to get started?
  • How do I go to market with Azure?
  • What do we charge customers? How do we charge them?
I would recommend that as a starting point for your own transformational journey you download and read the Cloud Infrastructure & Management Playbook.

 

Outcomes

In the first month, Pulsant received requests for PoC’s and conducted strategic level discussions with customers looking to utilise Azure, assessment services and their cloud solutions. These included enquiries from an independent online-only bank, one of the Royal HRM groups, a public services housing agency, a specialist in LOB oil and gas ISV looking to utilise massive hyper-scale compute services, a number of born-in-the-cloud analytics businesses and a number of basic migration opportunities of IaaS and PaaS services to Azure across the financial services and Fintech space.

Main outcomes include:

  • Increased customer engagement opportunity, as well as longer engagement and higher revenue returns (up to 30%)
  • Estimated revenue generation of £1 – £1.5M in the second year (currently standing at £650K in year 1)
  • New cloud-focused sales force with relevant knowledge and skills related to Azure architecture and solutions
  • Notable shift to managed services and cloud support skills, plus transformation to managed services and annuity of revenue streams

We have also begun to see:

  • Increased ARPU & customer product consumption via cross-sell/up-sell from the Azure solution stack and O365
  • Increased interest in managed services support
  • The broadening of internal business horizons – looking beyond IaaS to PaaS and SaaS solutions
  • A notable separation of Pulsant from other commoditized CSP competitors
  • The development of new narratives regarding value and differentiation
  • Benefits of having a deeper relevance to our customers, we are experiencing broader customer reach across previously untapped markets with potentially larger deals and higher margins.
We have already sold tens of thousands of pounds’ worth of Azure and it’s growing. Exactly as Microsoft hoped when it started the CSP program, it has enabled a traditional partner to evolve, adapt, move into new markets and offer new and more relevant services to its existing customers, while reaching previously unattainable customers and verticals.

 

Most strikingly, the cultural change within Pulsant has forced us to stop thinking about our customers and to think like them instead!

 

Next steps

  1. Download and read the Cloud Infrastructure & Management Playbook (https://partner.microsoft.com/en-US/campaigns/cloud-practice-playbooks) as the first step in understanding the opportunity.
  2. Recognise the need for change and seek executive sponsorship
  3. Plan for differentiation, uniqueness is key
  4. Plan to create or retool and expand your cloud services to capture the massive opportunity that exists for Partners working with Microsoft. If done well, the rewards for partners will be significant and will include:
    – Deeper Customer Relevance (gain trusted advisor status with your customers)
    – Broader Customer Reach (engage in conversations with new segments)
    – Larger Deals and Higher Margins (grow the revenue capture from new and existing clients)
    – Higher Consumption (advance workloads that drive higher levels of cloud utilisation
  5. Focus on moving beyond just thinking about your customers and start thinking like them!

 

Stuart has real-world experience of developing and running cloud services businesses, as well as adoption, integration and strategy implementation, having been involved in various Cloud start-ups and projects in both enterprise and SMB companies. As a Microsoft Partner Executive, Partner Influencer and IAMCP mentor, Stuart is always happy to discuss planned cloud services strategies and to present or provide consulting in this area. Over the last 12 months Stuart has been driving Pulsant’s Microsoft Strategy and leading the transformational changes required to become a Microsoft ‘modern partner’.

Windows 10 as a Service – Introduzione

$
0
0

Come promesso, dedico una serie post al concetto di Windows as a Service (Waas).

Questo primo post è dedicato all’introduzione del concetto di Windows come servizio.Windows 10 logoIntroduzione

Cosa vuol dire avere “Windows come servizio”?

Cosa vuol dire che “Windows 10 è l’ultimo Windows”?

Siamo abituati al fatto che Microsoft crea un nuovo sistema operativo (es. Windows 7) e poi lo manutiene pubblicando di mese in mese security fix, bug fix senza aggiungere nuove funzionalità al sistema operativo.

Dopo un 3-4 anni viene proposto un nuovo sistema operativo (es. Windows 8) il quale propone novità e fa ricominciare il ciclo di gestione delle security fix e bug fix.

Tipicamente un sistema operativo Microsoft ha una supportabilità di 5 anni di supporto standard più 5 anni di supporto esteso.

 

Il mondo di oggi

I device quali smartphone e tablet ci hanno abituato ad evolutive più frequenti (un sistema operativo all’anno più diverse micro evoluzioni nel corso dei mesi). Stessa cosa per i servizi Cloud che si micro evolvono continuamente arricchendosi di funzionalità che migliorano la user experience e la sicurezza.

Per fornire un servizio che ricalchi questi vantaggi, Windows 10 introduce il concetto di “continuous update” o di “windows come servizio” ovvero l’evoluzione continua del sistema operativo operata tramite la pubblicazione periodica di build (chiamate anche “Feature Updates”).

 

Windows 10 Features Update

A luglio 2015 è stata pubblicata la prima versione di Windows 10 con numero di build 1507 (anno 2015 mese 07) seguita dalla build 1511 (anno 2015 mese 11), 1607 (anno 2016 mese 07) e infine 1703 (anno 2017 mese 03) l’ultima disponibile al momento della scrittura di questo articolo.

Queste build sono sistemi operativi completi dirette derivazioni dello stesso Windows 10.

E’ quindi importante comprendere che ogni build NON è un nuovo sistema operativo ma è un’evoluzione del precedente.

Vengono proposte evoluzioni di caratteristiche esistenti (es. nella build 1511 è stato introdotto un algoritmo aggiornato per la crittografia bitlocker, i precedenti sono rimasti) e vengono proposte funzionalità nuove (es. nella build 1607 è stato introdotta la funzionalità di Windows Information Protection).

Il vantaggio di questo approccio è quello di poter avere un Windows con caratteristiche avanzate (soprattutto di sicurezza) sempre aggiornate.

Non è previsto quindi che Microsoft pubblichi Windows 11 ma quello che sta già accadendo è l’evoluzione continua di Windows 10.

Windows 10 è un sistema operativo strettamente derivato da Windows 7 e 8 in modo da preservare la compatibilità con il passato (presenza del browser Internet Explorer 11, possibilità di esecuzione di applicazioni Windows 32) abbracciando nel contempo nuove funzionalità legate a servizi Cloud (gestione MDM, Windows Defender ATP, …) alla sicurezza (Device Guard, Windows Information Protection, …) e a concetti di produttività moderna (Modern Applications, supporto a penna e touch, …).

Un sistema operativo che mette la produttività e la sicurezza al centro dell’esperienza utente e che si adatta al contesto di utilizzo evolvendosi nel tempo per rispondere a nuove esigenze di utilizzo e sicurezza.

Nei prossimi articoli andremo più a fondo sul concetto di build di sistema operativo, supportabilità delle stesse, aggiornamenti mensili, metodologie di gestione delle evolutive, compatibilità applicativa tra build.

Intanto sengalo l’articolo ufficiale che spiega i concetti di Windows as a Service. Articolo

Новое в Office 365 в апреле

$
0
0

Апрельские обновления Office 365 помогут компаниям любого масштаба ускорить цифровую трансформацию. Мы выпустили Outlook Customer Manager, представили предварительную версию Microsoft To-Do, расширили функцию «Конструктор» на PowerPoint для iPad, добавили поддержку Групп Office 365 в дополнительные приложения Office и выполнили другие обновления. Продолжайте читать, чтобы узнать больше.

Outlook Customer Manager разворачивается по всему миру

Outlook Customer Manager упрощает отслеживание и развитие взаимоотношений с клиентами для предприятий малого бизнеса прямо в Outlook. Сегодняшнее развертывание включает несколько новых возможностей, основанных на отзывах, полученных нами в течение действия программы First Release для Outlook Customer Manager. Автоматические напоминания о запросах клиентов, предложение информации о компании из Bing и интеграция с Microsoft Flow упрощает управление предстоящими сделками. Доступ к Outlook Customer Manager можно получить и в пути с Outlook для iOS и веб-версией Outlook. Узнайте больше о Outlook Customer Manager.

Доступность: Outlook Customer Manager разворачивается для подписчиков Office 365 бизнес премиум по всему миру. К нему можно получить доступ в Outlook на ПК Windows, iOS и в интернете.

Microsoft To-Do трансформирует способ управления задачами

На прошлой неделе мы представили предварительную версию Microsoft To-Do, интеллектуального приложения для управления задачами, который упрощает планирование и управление вашим днём. To-Do помогает быть организованным и приоритезировать наиболее важные задачи для каждого дня с интеллектуальной функцией «Предложения». Задачи Outlook синхронизируются с приложением, так что вы видите все свои задачи в едином представлении, где бы вы ни были, и на каком бы устройстве ни работали. Подробнее о Microsoft To-Do.

Доступность: Microsoft To-Do вышел в предварительной версии и доступен на устройствах Windows 10, iPhone, Android и в интернете.

Функция «Конструктор» теперь доступна в PowerPoint на iPad

Функция Конструктор в PowerPoint помогает создавать слайды высокого качества за считанные секунды. Теперь, даже находясь в дороге, можно применять профессиональные дизайнерские возможности для слайдов с изображениями и некоторых типов текстов на iPad. Приступайте к работе с функцией «Конструктор» в PowerPoint.

«Конструктор» дает рекомендации по дизайну в PowerPoint на iPad.

Доступность: Функция «Конструктор» доступна в PowerPoint на iPad для подписчиков Office 365. Функция «Конструктор» была доступна в PowerPoint на ПК Windows, Mac, планшетах Windows, планшетах Android и в интернете для подписчиков Office 365.

Поддержка групп Office 365 другими приложениями Office

Мы дополнили поддержкой Групп Office 365 приложения Office, упростив доступ к общим материалам команды и улучшив возможности совместной работы.

  • Группы в Word, Excel и PowerPoint — Теперь можно открывать и сохранять документы в наиболее посещаемых группах без выхода из приложения, в котором вы работаете сейчас.

new-to-office-365-in-april-4

Посещайте группы из приложений Office.

Доступность: Интеграция Групп в Word, Excel и PowerPoint на ПК Windows появится в ближайшем обновлении Office 365 для коммерческих пользователей Office 365.

  • Группы в Outlook для Mac, iOS и Android — Появилась возможность просматривать списки групп, участвовать в групповых беседах, добавлять события группы в календарь и выполнять другие действия в Outlook на любой платформе. Читайте больше о группах в Outlook.

Доступ к группам в Outlook из Outlook для Mac, iOS и Android.

Доступность: Интеграция Групп в Outlook разворачивается в Outlook для Mac, iOS и Android для коммерческих пользователей Office 365. Интеграция групп в настоящее время доступна в Outlook на ПК Windows и в интернете.

Официальный выход Skype для Windows 10

С запуском Windows 10 Creators Update, Skype для Windows 10 вышел из предварительной версии и готов для ежедневной работы. Skype для Windows 10 теперь включает эксклюзивные функции, такие как мини-представление, передача СМС на Windows Phone и Skype Translator для звонков на мобильные и стационарные телефоны. Упростилось использование Skype с сочетанием клавиш, поиск бесед, а также изменен дизайн представления групповых видео звонков. Узнайте больше о Skype для Windows 10.

new-to-office-365-in-april-6

Skype для Windows 10 общедоступен с новыми эксклюзивными функциями.

Доступность: Skype для Windows 10 доступен для всех пользователей как часть Windows 10 Creators Update.

Обновления безопасности и соблюдения требований Office 365

Ранее в этом месяце мы анонсировали несколько обновлений Office 365 в области безопасности и соблюдения требований, которые помогают корпоративным подписчикам лучше защищать, обнаруживать и отвечать на угрозы в своих организациях. Office 365 Threat Intelligence, ставший общедоступным, использует Microsoft Intelligent Security Graph, помогая быть во всеоружии в развивающейся среде современных угроз. В Word, Excel и PowerPoint доступна функция Advanced Threat Protection (ATP) Safe Links, которая защищает пользователей от перехода по вредоносным ссылкам. ATP также включает новые отчеты, которые помогают понимать состояние организации. Advanced Data Governance – интеллектуальная функция, которая помогает сохранять ценные данные, сокращая профиль риска. Наконец, новая страница управления политиками Data Loss Protection (DLP) помогает настраивать и поддерживать политики для конфиденциальных данных в организации. Узнайте больше об обновлениях безопасности и соблюдения требований.

Доступность: Office 365 Threat Intelligence, Advanced Threat Protection (ATP) и Advanced Data Governance доступны и включены в план Office 365 корпоративный E5 и для пользователей Secure Productive Enterprise E5. Функция ATP Safe Links доступна в Word, Excel и PowerPoint на ПК Windows, для пользователей плана Office 365 корпоративный E5 (и для пользователей Office 365 профессиональный плюс с ATP).

Другие обновления Office 365 в этом месяце

Узнайте больше о том, что нового для подписчиков Office 365 в этом месяце в статьях: Office 2016 | Office для Mac | Office Mobile для Windows | Office для iPhone и iPad | Office на Android. Если вы пользуетесь Office 365 для дома или персональный, подпишитесь на программу Office Insider, чтобы первым использовать последние нововведения в продуктивность Office. Коммерческие пользователи программ Current Channel и Deferred Channel также могут получить ранний доступ к полностью поддерживаемым сборкам по программе First Release.

Статья первоначально опубликована Кирком Кёнингсбауэром (Kirk Koenigsbauer), корпоративным вице-президентом команды Office, на английском языке здесь.

MPN Brief 26 April: ISV (Programvarehus), Microsoft University og MsInspire (WPC)

$
0
0

Takk til de som hadde anledning til å være med i gårsdagens partnerbrief.

Vi hadde følgende tema på agenda som ble presentert av Anette Holtedahl (Partner Business Evangelist); Hvordan endrer Microsoft verden sammen med programvarehus?, og hva betyr dette for systemintegratorer og andre partnere?

Det å bygge sin egen IP og ha sine egne produkter blir mer viktig og mer relevant. Nå som vi er inne i den teknologiske revolusjon, må selskaper beskytte seg sin egen forretningsmodell og tenke på nye måter. Selskaper som utvikler sin egen programvare har muligheten til å bygge en sterk «vollgrav» rundt sin egen forretning, fordi man får et helt annet forhold til sine kunder enn hvis man for eksempel bare selger tjenester eller reseller andres produkter.

Hør på opptaket av webinaret og få mer informasjon til hvordan Microsoft Norge jobber med å hjelpe programvarehus til å bygge på vår cloud Azure og hvordan vi jobber for å ta disse løsningene ut i verden. Vi går også gjennom hvordan vi jobber med systemintegratorer og andre partnere som ønsker å komme i gang med å bygge sin egen software i den intelligente Azure clouden.

I webinaret presenterne også Karoline Moan (MSU Lead) nyheter ift Microsoft University. Avslutningshvis ble det presentert oppdateringer rundt Microsoft Inspire som er nå i underkant av 3 måneder til, i Washington D.C 9 – 13 Juli.

Nyttige linker fra presentasjonen: 

  • Som ISV – hvorfor jobbe med Microsoft? og veien til skyen : https://aka.ms/VeienTilSkyen
  • Finn den rette appen for din bedrigts behov: WWW.appsource.com
  • Skal du rekrutere i 2017? Microsoft University har de talentene som er trent og sertifisert i Microsoft Technologi. Ta kontakt med Karoline Moan på a-kamoan@microsoft.com eller tlf: 975 04 593 innen 10 Mai 2017.
  • Microsoft Inspire (WPC) 9 – 13 Juli. Meld dere på innen 1 Mai for en pris på USD 1,995 på ‘All Acces Pass’. Prisen går opp USD 300 og vil øke ytterligere frem til Juli. For mer informasjon og påmelding, se her.                   MsInspire celebration blog.
  • Følg med før og under partnerkonferansen for oppdateringer via: Twitter, LinkedIn og Yammer.
  • MPN Frokost seminar 3 Mai på Lysaker Torg 45. Påmelding her.
  • Frist for nominering til Microsoft Norge’s Partnerpriser er 2 Juni. Du finner informasjon på hvordan søke her.

Ved spørsmål, ta gjerne kontakt via a-madeg@microsoft.com

Mvh,

Maureen Loum Ødegård (MPN Program Lead)

Azureのスキルを習得するなら今!無料の日本語オンラインコース11タイトルを一挙リリース【4/27 更新】

$
0
0

azure

すぐそこまで迫っているクラウド活用の将来に向け、マイクロソフトは、前もってその準備ができるように支援したいと考えています。最近の IDC の調査 によると、IT 部門において、認定資格を持った従業員は平均で 15%、持たない従業員よりも収入が多いことがわかっています。スキルを備えた Azure プロフェッショナルは、雇用市場でも高い需要があります。クラウドテクノロジ関係の認定資格があれば、キャリアのステップアップ、高収入、さらにやりがいのある仕事へのチャンスが広がります。

今日、テクノロジを取り巻く環境はますます複雑さを増しており、Azure の最新スキルをすべて身に付けるのは決して容易ではありません。3 月に Azure の無料オンラインコースが英語でリリースされたことをお知らせしましたが、このたびマイクロソフトでは、Azure 関連の日本語の無料オンラインコース11タイトルをリリースいたしました。

また、あわせまして、英語版のオンラインコースなどをベースに英語で学習を進める力をつけていきたい、という方には、Facebook 上にそのためのコミュニティ「英語で Azure を勉強する会」をご用意しました。

どちらも、この機会にぜひご利用ください!

 

Azure日本語オンラインコースリスト(無料)

 

[クラウド管理]

 

Azure基礎

このコースでは、Azureに関する基礎知識を提供します。Azureの特徴、動作方法、提供されるサービス、最適な活用方法について学びたい人を対象としています。

Azureの紹介、すなわちAzureがどのようなものであり、サービスとしてどのように構成されているか、また、高い可用性、高いスケーラビリティ、高いセキュリティのクラウドプラットフォームであることを確実にするためにAzureがどのように動作するかについて説明します。

Azure仮想マシン、およびWindowsまたはLinux仮想マシンの展開方法について、またAzure Networkingについて、ならびにさまざまな状況で接続できる安全なネットワークを作成する方法や、さまざまなタイプのAzure Storageと、そのストレージを作成、管理、保護する方法について学習します。

 

AWS の専門家のための Microsoft Azure

このコースでは、Azure の仮想マシン、ストレージ、仮想ネットワーク、デプロイ オプションなど、Azure インフラストラクチャ サービス (IaaS) の詳細な説明と実践的なハンズオン トレーニングが提供されます。受講者は、実践的な実地トレーニングのほかに、自分の理解レベルを測定するためのいくつかの評価チェックポイントに参加します。このトレーニングは、Amazon Web Services (AWS) で使用されている IaaS テクノロジとAzure で使用されている IaaS テクノロジを関連付けるように設計されています。

 

Microsoft Azure Identity

このコースでは、Azure AD と オンプレミスの AD の違い、ユーザーの管理とグループの管理の違い、Azure AD 内のカスタム ドメインの実装などの、重要な概念を中心に学習します。ディレクトリやテナントのほか、ユーザーのサインインやトランザクションの認証に重要な第 2 のセキュリティ層を追加できる、Multi-Factor Authentication などの概念を紹介します。

受講者は、オンプレミスの Active Directory に対する基礎知識、サービスや利用モデルなどのクラウド コンピューティングについての基礎知識、Azure PowerShell を含め Azure サービスおよびコンポーネントについての基礎知識を擁している必要があります。

 

Microsoft Azure Virtual Machines (バーチャルマシン)

仮想マシンはAzure の基盤であり、プラットフォームで IaaS を実装するためのサポートを提供します。環境内にあるあらゆる種類の仮想マシンのデプロイを Azure Portal Azure PowerShell のどちらででも実行できることが重要です。仮想マシンをデプロイしたら、IP アドレス指定、可用性、スケーラビリティ、セキュリティなどの基本的な構成オプションを検討します。また、オペレーティング システム、データ、および一般的なストレージにはどの種類のディスクを使用するべきかを知っている必要があります。Azure には仮想マシンのライフサイクルを管理するツールがいくつかあり、仮想マシンを日常的に監視できます。

 

Microsoft Azure Virtual Networks (バーチャルネットワーク)

このコースでは、Azure Portal とネットワーク構成ファイルを通して、仮想ネットワークの構成を学習します。また、Azure DNS、ロード バランサー、Azure Traffic ManagerApplication Gateway などのツールを使用して、ネットワーク サービスによってネットワーク トラフィックを構成したり分散負荷したりする方法を学習します。また、ここではクラウドについて取り扱うため、オンプレミスのコンピュータを Azure 仮想ネットワークに接続する方法や、サイト間の接続を確立する方法も紹介します。

 

Azureワークロードの自動化

Azure Automationは、一般にクラウドと企業の環境で実行される手動、長時間実行、エラー傾向の、また頻繁に反復されるタスクをユーザーが自動化する方法を提供します。それは時間を節約し、定期的な管理上のタスクの信頼性を向上させ、自動的に一定間隔で実行されるようにスケジュール化することまで行います。本コースでは、Azure Resource ManagerAzure RunbookおよびAzure Automation DSCに重点が置かれています。様々な応用問題は、ARMテンプレート、テキスト形式およびグラフィックのRunbook、ワークフローおよびオートメーションDSC構成の作成を段階的に学習できるようにします。

 

Azureワークロードの管理

ITプロフェッショナルがAzureワークロードの管理に使用できるツールの一部を理解するのに役立ちます。

このコースでは、まずログ解析を見ていきます。Log Analyticsは、クラウド環境とオンプレミス環境のリソースによって生成されたデータを収集および分析するのに役立つOperations Management SuiteOMS)のサービスです。あなたにリアルタイムの洞察を与え、統合された検索ダッシュボードとカスタムダッシュボードを使用して、物理的な場所に関係なく、すべてのワークロードとサーバーで数百万のレコードを簡単に分析できます。

 

Azureのセキュリティとコンプライアンス

セキュリティはいかなる組織のためのクラウドコンピューティングであろうとも最上位レベルの問題です。このコースでは、Azureのセキュリティとコンプライアンスについてご紹介いたします。Azure Trust センター、Azure キーボールト 、Azureセキュリティセンターに焦点を当てます。このコースでは、Azureストレージキーや共有アクセス署名、ネットワークセキュリティグループ、ID管理戦略などの仕組みセキュリティ機能についても簡単にご説明いたします。

 

Microsoft Azure Storage

Microsoft Azure Storage は、顧客のニーズを満たすための、耐久性、可用性、柔軟性に依存する近代アプリケーションのためのクラウド ストレージ ソリューションです。Azure Storage は高い柔軟性、弾力性、グローバルなアクセス性を持ち、トラフィックに基づいてデータの負荷分散を自動的に行います。このコースでは、各種ストレージ、構成オプション、管理ツールについて学習します。本コースでは、仮想マシン ストレージ、非構造化ストレージ (blob)、構造化ストレージ (テーブルおよびキュー) を対象としています。また、バックアップ、サイト復旧、ストレージ分析など、日々の管理タスクについても触れていきます。

 

[データと分析]

Azureのデータベース

MicrosoftはSQLサーバーテクノロジーを使用してリレーショナルデータベースを提供し、顧客がそのクラウド上のSQLデータベースまたは仮想マシン上のホストされたSQLサーバーインスタンスのいずれかにアクセスできるようにします。このコースでは、Azureにおいて利用できる様々な種類のデータベースサービスおよびそれらのサービスをプロビジョン、管理および監視するツールについて学習します。本コースは、DocumentDBなど他のデータベースサービス製品およびサービスが含まれられていますが、は主としてAzure SQL Databaseに重点を置きます。さらに、本コースは、ビッグデータを処理するクラウドベースのデータベース管理システムとしてのAzure SQL Data Warehouseの一般的な紹介を行います。

 

 

[DevOps]

Azure Paas上のDevOps

このコースでは、一般的なデブオプスの原則と実践だけでなく、Azureプラットフォームでのデブオプスソリューションのエンドツーエンド実装についても説明します。組織内のソフトウェアの開発と提供に関与し、Azureでデブオプスの練習を学び、採用することに関心を持つすべての人のためのコースです。

受講者は、ソフトウェアを提供する組織内での経験があり、Azureの基礎知識とバージョン管理とアジャイルソフトウェア開発プロセスの基本的な理解があり、マイクロソフトのツールを使用したソフトウェア開発の経験と、コア開発原則の理解があることが必要となります。

 

 

 

 

 

 

 

 

 

 

究極のファンタジー ワールドが『Forza Horizon 3』で現実に。「Hot Wheels 拡張パック」5 月 10 日より配信開始

$
0
0

Xbox One および Windows 10 PC 用オープンワールド アクション レーシング『Forza Horizon 3』に、ファンタジー ワールドが現実となる「Hot Wheels 拡張パック」を Xbox ストアおよび Windows ストアで 5 月 10 日より配信開始。本拡張パックは単体で購入するか、「Blizzard Mountain 拡張パック」とあわせて 2 つの拡張パックをディスカウント価格で購入できる「Forza Horizon 3 拡張パス」で入手することができる。

Forza Horizon 3 Hot Wheels
Forza Horizon 3 Hot Wheels
Forza Horizon 3 Hot Wheels
Forza Horizon 3 Hot Wheels
Forza Horizon 3 Hot Wheels
Forza Horizon 3 Hot Wheels
Forza Horizon 3 Hot Wheels
Forza Horizon 3 Hot Wheels
Forza Horizon 3 Hot Wheels

「Hot Wheels 拡張パック」について

『Forza Horizon 3』にクルマの究極の遊び場「Hot Wheels 拡張パック」登場。オーストラリア海岸線沖にある島々で Hot Wheels ファンタジーのループやコークスクリュー、ブーストパッド、ハイバンクコーナー、ハーフパイプ、興奮の大ジャンプ、そしてメカ恐竜までもが現実に。新しいクルマ 10 台を含む Twin Mill や Boneshaker など Hot Wheels のアイコンとなる新しいクルマ 10 台でレースをしよう。Hot Wheels カスタム イベントを作ってスタント コースのセクションを交換したり、フレンドに挑戦してレースもできる。さらに、新しい掘り出し物のクルマや新たな Xbox Live 実績、バケット リスト、ライバル、マルチプレイヤー アリーナなどが追加。

Hot Wheels スタント ワールドを爆走しよう

Hot Wheels トラックのネットワークでつながるマスターループ、コークスクリュー、ブーストパッド、ハイバンクコーナー、ハーフパイプ、大ジャンプからなる 6 つの新テーマの島々で爆走しよう。大規模な Hot Wheel フィナーレに参加し、各島々で開催されるユニークなイベントやチャレンジに挑もう。

Hot Wheels をシェアしよう

カスタム イベントを作って、スタント トラックのセクションを交換したり、フレンドに挑戦できる。新 Hot Wheel スキルを繰り出し、テクニックを競おう。スタント トラック用の特別仕様 Hot Wheel レッドライン タイヤもカー コレクションに装備可能。「Hot Wheels 拡張パック」では、28 の実績と 500 ゲーマースコアを追加。

Hot Wheels を象徴するクルマも収録

  • 1969 Hot Wheels Twin Mill
  • 2011 Hot Wheels Boneshaker
  • 2012 Hot Wheels Rip Rod
  • 2005 Hot Wheels Ford Mustang
  • 2016 Jeep Trailcat
  • 2016 Zenvo ST1
  • 2014 Artic Trucks Hilux AT38
  • 2010 Pagani Zonda R
  • 1972 Chrysler VH Valiant Charger R/T
  • 掘り出し物のクルマ (非公開)


関連情報

.none{display:none;}
.embed-responsive-16by9{
margin-top:1em;
margin-bottom:2em;
}
body {
font-size: 16px;
line-height: 1.5em;
margin-bottom: 2em;
}

h3 {
font-size: 1.5em;
font-weight: bold;
padding: .25em 0 .5em .75em;
border-left: 6px solid #107C10;
border-bottom: 1px solid #ccc;
}

h4 {
font-size: 1.25em;
font-weight: bold;
padding: 0 0 0 .75em;
border-left: 6px solid #107C10;
margin-top: 1.25em;
}
.col-md-4{
margin-top: 0.5em;
margin-bottom: 2em;
}

Performance Tuning Guidelines for Windows Server 2016 on docs.microsoft.com

$
0
0

Over on docs.microsoft.com you can now find the Performance Tuning Guidelines for Windows Server 2016, which includes performance and tuning guidance for Windows Server 2016 across these tuning categories.

Server Hardware Server Role Server Subsystem
Hardware performance considerations Active Directory Servers Cache and memory management
Hardware power considerations File Servers Networking subsystem
Hyper-V Servers Storage Spaces Direct (SSD)
Remote Desktop Servers Software Defined Networking (SDN)
Web Servers
Windows Server Containers

 

This guide has had a pretty major overhaul, here are the changes so far

Sections added

+

Sections changed

One of the great things about moving to the docs platform is that you can easily download the content as PDF files, but it’s important to remember that another benefit is the ease with which docs content can be updated, so don’t rely on that offline copy of the documentation for too long or you might miss out on some important updates.

server-docs


New Course On MVA – Windows 10 Security in Real Life

$
0
0

Microsoft Virtual Academy has a new Windows 10 session for you to take a look at, helping to ramp up your awareness of the capabilities included with Windows 10. What you’ll notice as you look through the topics covered is that some of the shared security benefits across Wind0ws 10 and Windows Server 2016 are discussed, highlighting part of the better together message.

As a Network Administrator, do you wonder how Windows 10 can help you protect against everyday security threats? Join popular experts Erdal Ozkaya and Raymond Comvalius for an in-depth look at the most secure Windows ever, and see how to put the new features to work for you right away, as you build up your Windows 10 security skills.

Start with a look at how the security landscape is different today, and then take a look at how to protect your systems at the device level. See a demo of secure logon with Windows Hello and Credential Guard. Learn to protect your data with Windows Information Protection and Conditional Access. Plus, find out how Windows Defender Advanced Threat Protection can help you to detect, investigate, and respond to Advanced Persistent Threats.

1 | Security Landscape – Find out how the security landscape is different today and why we need a more secure Windows.
2 | Device Protection – Learn how to protect your systems at the device level with UEFI and Secure Boot.
3 | Threat Resistance – Get better prepared against everyday threats with built-in features, like Windows Defender and Device Guard, and protect mitigations.
4 | Identity Protection – Take a look at secure logon with Windows Hello and Credential Guard.
5 | Information Protection – Protect data on your device and in the cloud with Windows 10, using features like Windows Information Protection and Conditional Access.
6 | Breach Detection – Learn how Windows Defender Advanced Threat Protection can help you to detect, investigate, and respond to Advanced Persistent Threats.

Advanced Threat Analytics(ATA) Deployment and Capabilities Part-II

$
0
0

Once again bringing an interesting part of Advanced Threat Analytics(ATA). In the previous blog we looked into complete setup process. If you have not already got a chance, please take a look at part-1 here

Part-1 talks about how to configure and install ATA

In this blog, we will look into few capabilities of ATA. That means, we will try to generate or perform few suspicious activities and see how effective ATA would be to trap that and report. Lab machines setup continues as mentioned on part-1. So lets get started.

Note:- Please get the environment setup from previous blog. https://blogs.technet.microsoft.com/chandanbharti/2017/04/27/advanced-threat-analyticsata-deployment-steps-part-i/

 

Entire concept of this post is to simulate some suspicious action in an environment.

Activity 1:- DNS Zone Transfer

  • Login to the client machine with user account and open a cmd prompt window and type nslookup –>ENTER

2017-04-26_1-12-55

  • Hit exit on cmd prompt to close the window.
  • Log in to ATACenter VM and browse to http://10.1.1.6
  • check notification

2017-04-26_1-13-48

  • You should see the activity of DNS activities has been logged.It should be logged with “Reconnaissance Using DNS” suspicious activity. Navigate around to check the severity and more information about this.

2017-04-26_1-16-04

  • You should be able to get the details view to get more details.

 

Activity 2:-

  • Login to client machine and on cmd prompt, type nslookup –>ENTER
  • Type “ls hallo.com” –>ENTER
  • Type fabricam.com –>ENTER

2017-04-26_1-17-37

  • Move over to ATACenter VM and browse to console http://10.1.1.6
  • Notice the suspicious activity recorded,

2017-04-26_1-19-37

 

  • Check the details of each activity that you see and also time stamp on it.

 

Activity 3:-

  • Login to client machine again with HoneyToken user

Note: HoneyToken user is the account that is inactive and not used, I have created an account with name Fake User (CONTOSOADMINUSER). Whole idea is to check what if suddenly an inactive account gets active one fine day and tries to log in to resources.

  • Please use password something like WWAATT which is not correct, and i want to make an unsuccessful attempt.
  • Now lets go to ATA center and log into console http://10.1.1.6. You should see something like this

2017-04-26_1-28-50

 

  • Go to details and severity. Most common resolution is suggested and also you should see some action that you can perform.

 

Activity 4:- Deletion of user accounts in AD.

  • Login to DC with domain admin and run dsa.msc to open users and computers console.
  • Navigate to User account OU and select all the user and delete them.

2017-04-26_1-30-33

 

  • Once done, close the user and computer console.
  • Go to ATAcenter console http://10.1.1.6 and check the notification. It should show something like “Massive object deletion Alert

 

Activity 5:-

  • Log into the client machine. (Please download sysinternal tools and save it in a folder in client machine.)
  • At command prompt, type “psexec \dc notepad.exe”  (note: note that an account is trying to make a remote connection and execute a command)
  • Exit out of command prompt and log into ATACenter console.

2017-04-26_1-37-46

 

  • Go through the details of the activities to understand it better.

 

Activity 6:- Directory service enumeration.

  • Log in to client CM and open a command prompt
  • Type these 2 commands. “net user /domain” and “Net group /domain”
  • connect to ATA center console and check on activities you may have received named “Reconnaissance using directory services enumeration”

2017-04-26_1-40-55

  • Go through the details to get better understanding.

Note:- We are trying to simulate few scenarios that is usually performed during a cyber attacks. These rules can be modified and created at will.

Eventually all the notification you received can be visible this way in the console.

2017-04-26_1-41-09

 

 

These are some of the magic activities that you can perform to showcase the capabilities of ATA.

In the next blog, i will bring few administrative actions that you can do in the product so stay tuned and happy learning!!

 

-Chandan

Tip o’ the Week 376 – Toodle-oo, Wunderlist!

$
0
0

clip_image002Toodle-oo (like it’s synonym, toodle pip) is, if you’re not otherwise familiar, a charming and olde-wurlde English way of bidding farewell. It seems somewhat appropriate, as Microsoft announced plans to retire Wunderlist in favour of a new app that’s been in the works for a while, with the codename Project Cheshire.

Reviewers who had an early look at Cheshire around a year ago, commented on the fact that it’s kinda similar to Wunderlist, in that both are trying to achieve the same sort of thing. As the product now called Microsoft To-Do was announced, it became clear that the team behind Wunderlist has been working to evolve some of what they’d done before, bringing tighter integration with Office 365 and the promise of more groovy features to come.

Right now, To-Do (to hyphenate, or not to hyphenate?) is in Preview, which means it’s not fully featured (eg sub-tasks that you might use in Wunderlist haven’t made an appearance yet), and as well as a web version, there are Windows, Android phone & iPhone apps – others are due though we’ll see whether the same breadth of coverage as Wunderlist provides is maintained. The Preview nature also means that Wunderlist isn’t going away soon, but it will eventually give way to To-Do, or http://todo.microsoft.com

clip_image004Start by signing in, and looking in the top left menu – if you have used Wunderlist before, it can import your existing tasks, thought it might take longer than you think. It’s a one-way process, so try to make sure you don’t keep adding stuff into Wunderlist, though you can choose to sync only selective task groups, so you could potentially re-import to get only new stuff. Be careful when running an import for the 2nd time – the process doesn’t merge sections that already exist, so if you’ve imported already, you might end up with lots of Project (1) type lists and tasks.

The preview version of To-Do also supports importing from the alternative todoist. The web client has an import command from the context menu under the user, but you may need to go to the Settings pane in other clients, or else just go to https://import.todo.microsoft.com/ and be done with it.

imageIf you sign in on a machine that’s already set up for Office 365, your default login to To-Do will be your O365 credentials, and it will automatically show you Outlook Tasks as to-do items… and synchronizes with Tasks as the back end for To-Do is Office 365.

You might need to play around a bit if you also use To-Do with your Microsoft Account – the one you maybe logged into Wunderlist with, for example…

Periodically Check PowerShell Job Status

$
0
0

My PowerShell profile starts a load of PowerShell jobs when I’m running as Administrator…

Sometimes I need to know when those jobs have finished.

Here’s a lovely little infinity loop giving me just that information.

 


 while ($true) {Write-Output " "; start-sleep 10; get-job; write-output " "}

 
Here’s what it comes back with…
 
capture206
 

【完整呈現!】SQL Server 帳號移轉步驟

$
0
0

sql-server-01

大家在 TechNet 論壇中踴躍地討論與交流各主題相關問題,這周 TechNet 小編為大家挑選的熱門問題為「SQL Server 帳號移轉完整步驟為何 ?」。透過官方文章與課程影片,將帳號移轉步驟完整呈現給您!

Microsoft-logo SQL Server 帳號移轉步驟問題

剛建置了一台新的 SQL Server 2014,如果欲將另一台舊的 SQL Server 2014 中的所有帳號進行移轉,移轉至前述新的 SQL Server 2014 上,請問完整步驟為何 ?

Microsoft-logo 移轉步驟完整呈現

如何在執行 SQL Server 的電腦之間移動資料庫

本文將逐步告訴您,如何在執行 SQL Server 的電腦之間移動 Microsoft SQL Server 使用者資料庫與最常用的 SQL Server 元件。本文所描述的步驟首先假設您不會移動 mastermodeltempdbmsdb 系統資料庫。這些步驟提供不同的選項,用以移轉登入與 mastermsdb 資料庫中的常用元件。

如何在 SQL Server 的執行個體之間傳送登入和密碼

在您將資料庫移至新的伺服器之後,使用者可能無法登入新的伺服器,而且會收到下列錯誤訊息:

「訊息 18456,層級 16,狀態 1
使用者 ‘%ls’ 的登入失敗。」

您必須將登入和密碼傳送至新的伺服器。本文將告訴您,如何將登入和密碼傳送至新的伺服器。

移轉注意事項

本課程將會介紹將傳統 SQL Server 物件轉換成線上交易記憶體內最佳化物件的注意事項。

Microsoft-logo 技術資源

TechNet 台灣粉絲專頁

鎖定 TechNet 台灣粉絲專頁,每天早晚與您分享各平台最新技術文章與影片!

TechNet Taiwan 官方部落格

隨時整理各主題最新技術消息,讓您走在科技尖端!

Channel 9 免費課程平台

第一時間提供國內外課程,善用篩選功能選擇您有興趣的影片!

Windows Server 2016 で Enclosure Number を取得するには

$
0
0

こんにちは。Windows Platform サポートチームです。

Windows Server 2016 Get-PhysicalDisk、または Get-StorageEnclosure コマンドレットの実行結果は 物理ディスクのエンクロージャー番号を返しません。この動作は想定された動作となります。

Windows Server 2016 Datacenter で導入された Storage Spaces Direct (S2D) は、
業界標準のサーバーとローカルで接続されているドライブを使用して、従来の SAN NAS システムよりも低コストで可用性と拡張性が高い記憶域を作成することが可能です。

この Storage Spaces Direct (S2D) では、OS のクラスタリング機能を用いて記憶域スペースがクラスター化されますが、クラスター内の任意のエンクロージャーに関連付けられているエンクロージャー番号はノード間で異なります。
このため、Powershell Get-PhysicalDiskGet-StorageEnclosure コマンドレットでは
エンクロージャー番号の結果を返さない動作となるように変更されました。

Windows Server 2016 でエンクロージャー番号を取得する際には以下のコマンドを実行してください。
Get-StorageEnclosureStorageNodeView

new

コマンド情報、およびについては以下のページをご参照ください。

[参考情報]
Get-StorageEnclosureStorageNodeView
Windows Server 2016 の記憶域スペース ダイレク

 

 

 

Office 365 ProPlus と Office Professional Plus 2016 の違い 【4/28 更新】

$
0
0

office365-banner

Office 365 はサブスクリプション (定期購読) による Office クライアントおよびクラウド サービスの名称、年号の付く Office 2016 はオンプレミスの Office クライアントの名称、という違いは世の中にも認知されてきたのではないかと思いますが、企業向けの Office 365 E シリーズに含まれる Office クライアントである「Office 365 ProPlus」と、Office 2016 の最上位エディション「Office Professional Plus 2016」は何が違うのか、ということを中心に、この記事では解説していきます。

 

Office 365 ProPlus vs Office Professional Plus 2016、大きな違いは買い切りかどうか、新機能の提供、ライセンス管理

Office 365 ProPlus も Office Professional Plus 2016 も、現時点では両方とも同じ Office クライアント、Word 2016、Excel 2016、PowerPoint 2016、Outlook 2016、OneNote 2016、Publisher  2016、Access 2016 、Skype for Business 2016 が含まれています。また、「エンタープライズ向け機能」と呼ばれる機能も同様に使うことができます。

ここでは、この両者のどちらを選択すべきかの基準について、3 点にまとめて整理してみました。

 

1. 買い切りかサブスクリプションか

  • 永続型ライセンス vs サブスクリプション ライセンス: Office Professional Plus 2016 はいわゆる従来の「買い切り型」ライセンスのSKUです。通常は、購入時に一括でライセンス料を支払うことになります。一度購入したライセンスはずっと持っておくことが可能です (永続型ライセンス)。それに対して、Office 365 ProPlus はサブスクリプション型であり、月額料金として毎月、利用を終了するまで支払いをすることができます (ライセンスの種類のよっては、3 年一括払い、1 年一括払いなどを行うこともできます)。支払いをやめた時点で、ライセンスの権利は消滅します。
  • ユーザーの増減への対応: Office Professional Plus 2016 では、一度ライセンスを購入するとユーザーが減った時に返品はできませんが、Office 365 ProPlus であればユーザーが減った時にはサブスクリプションを減らせばいいので、適正なコストを維持することができます。

 

2. 新機能の提供の違い

  • OneDrive for Business ストレージ: Office 365 ProPlus ユーザーには、1 ユーザー当たり 1TB の個人用クラウドストレージが付属します。Office Professional Plus 2016 では付属しません。
  • 毎月提供される累計 120 を超える Office クライアントへの新機能: Office Professional Plus 2016 に付属の Office 2016 クライアントは、リリース当初の機能から新機能が追加されることは基本的にありませんが、Office 365 ProPlus では、毎月さまざまな新機能が Office クライアントに追加されていきます。2017 年 1 月現在、累計で 120 を超える機能が追加されています。(追加された機能の詳細は Office 365 の新機能で確認できます)
  • メジャーバージョンアップへの対応: 今後、Office 2016 の後継の Office が出たときに、Office Professional Plus 2016 は Office 2016 のままですが、Office 365 ProPlus は次のバージョンの Office クライアントのライセンスを追加コストなしで得ることができます。今後、Office 365 のシステム要件変更により、2020 年 10 月以降はメインストリームサポートフェーズの Office クライアントまたは Office 365 ProPlus のみが接続可能となりますので、いまから Office 365 ProPlus に変えておくことで備えることが可能です。
    (※ Office Professional Plus 2016 も「ソフトウェア アシュアランス」という形で一定期間中のメジャーバージョンアップで次期バージョンにアップグレードする権利を担保する仕組みはあります)

 

3. ライセンス管理の仕方の違い

  • デバイスライセンスかユーザーライセンスか: オンプレミス型である Office Professional Plus 2016 では、PC 1 台に対して 1 ライセンスが必要 (デバイスライセンス) です。対して、Office 365 ProPlus は 1 ユーザー毎に 1 ライセンスが必要 (ユーザーライセンス) です。PC の黎明期には、ユーザー数人が 1 台の PC を共同利用することが多かったため、数の少ない PC にライセンスが紐づくデバイスライセンスが費用を抑える仕組みでした。しかし、1 人 1 台、もしくは 1 人で複数台の PC を利用する最近の環境では、ユーザーライセンスのほうが費用が安く抑えられます。
  • ライセンス管理業務を管理画面でラクラク: 購入したライセンスが適切な本数だけ使われているか、またどの PC にインストールされているかを管理することは、実際にはとても大変な業務です。Office 365 ProPlus を利用している場合は、Office  365 管理ポータルから、どの PC にどのライセンスが使われているかを把握することができますので、管理が楽になります。
  • モバイルデバイスを含む最大 15 台のデバイスにインストール可能: Office 365 ProPlus をご利用の場合は、PC、タブレット、スマートフォンに最大各 5 台ずつ、合計 15 台のデバイスにインストールすることができます。Office Professional Plus 2016 はデバイス毎にライセンスの購入が必要です。

 

ついでにこちらも比較…

Office と Office 365 については、他にも気になる比較があるかと思います。この機会にいろいろな比較をまとめておきました。

  • Office Standard 2016 vs Office Professional Plus 2016: この 2 つの SKU は両方とも法人向けの SKU であり、入っている Office クライアントの種類と「高度なエンタープライズ向け機能」の利用可否が異なります。Office Standard 2016 では、Word 2016、Excel 2016、PowerPoint 2016、Outlook 2016、OneNote 2016、Publisher  2016 が含まれていますが、Office Professional Plus 2016 ではこれに加えて Access 2016 、Skype for Business 2016 が含まれています。「高度なエンタープライズ向け機能」とは、コンプライアンスとアーカイブ、ビジネス インテリジェンス、エンタープライズ VoIP、Information Rights Management とポリシー機能、ユニファイド インスタント メッセージング/プレゼンス/音声、コラボレーションの各機能で、これらは Office Standard 2016 に付属の Office クライアントではご利用いただけません。
  • Office Professional 2016 vs Office Professional Plus 2016: この 2 つの SKU は名前がとても似ていますが、Office Professional 2016 は家庭向けの最上位 SKU、Office Professional Plus 2016 は法人向けの最上位 SKU であり、対象顧客が異なっています。家庭向けと法人向けでは、インストールできるライセンス数、利用可能なユーザーの概念などが異なっています。Office クライアントで両者に含まれる違いですが、Office Professional 2016 には Word 2016、Excel 2016、PowerPoint 2016、OneNote 2016、Outlook 2016、Publisher 2016、および Access 2016 が含まれています。Office Professional Plus 2016 では、これらに加えて Skype for Business 2016 が含まれています。加えて、グループ ポリシー、ボリューム ライセンス認証、ターミナル サービス、アプリのテレメトリなどを含む「エンタープライズ向け機能」は、法人向けの Office Professional Plus 2016 のみでご利用になれます。Office Professional 2016 は家庭向けのダウンロード版のみ、Office Professional Plus 2016 はボリュームライセンスで購入します。
  • Office 365 Business vs Office 365 ProPlus: 前者は 300 名以下の中小企業向けの Office 365、後者はサイズによらない法人向けの Office 365 です。Office 365 Business には、Word、Excel、PowerPoint、OneNote、Outlook、Publisher、Access が含まれており、Office 365 ProPlus にはこれらに加えて Skype for Business が含まれています。Office 365 Business には当初 Access が含まれていなかったため、中小企業に取ってこの 2 つの SKU のどちらを採用するかは Access を使うかどうかが最大の要因でしたが、2017 年頭の更新で Office 365 Business にも Access が含まれるようになったため、判断基準は最大人数と Skype for Business クライアントの利用可否、および「エンタープライズ向け機能」の利用可否となりました。また、クラウドサービス部分も含む Office 365 Business Premium 利用時のみの限定機能である Microsoft Bookings を使いたい場合は、Office 365 Business Premium を使うという選択肢も出てきました。
  • Office 365 Solo vs Office 365 Business: 前者は家庭向けの Office 365、後者は 300 名以下の中小企業向けの Office 365 です。付属している Office クライアントはどちらも Word、Excel、PowerPoint、OneNote、Outlook、Publisher、Access です。OneDrive や Skype などのクラウドサービス部分は、前者は家庭向けのもの、後者は一般企業向けのものが付属している点と、モバイルを含めたライセンスの考え方と仕組みが異なります。

 

関連記事


Effizienter mit „Digital Twins“ – Warum Unternehmen dank Microsoft HoloLens bald keine Prototypen mehr brauchen

$
0
0

Die Digitalisierung in deutschen Unternehmen läuft seit Jahren auf Hochtouren. Immer wieder kommen neue Technologien auf den Markt, die es erlauben, nicht nur Kosten zu sparen, sondern mit neuen Geschäftsmodellen auch neue Geschäftsbereiche zu erschließen. Klassische Maschinenbauer werden so zu weltweit operierenden Serviceunternehmen. Mit IoT, Blockchain oder Big Data ergeben sich für Unternehmen aller Branchen neue Potentiale.

Seit Ende letzten Jahres ist eine weitere Technologie auf dem deutschen Markt: Über die Vermischung der physischen und virtuellen Welt bietet Windows Mixed Reality eine völlig neue Plattform, die Unternehmen neue Möglichkeiten eröffnet, die Effektivität von Arbeitsprozessen zu erhöhen und bestehende Kostenstrukturen zu optimieren. Nachfolgend drei Chancen, die sich daraus für Firmenkunden ergeben.

hololens-autodesk-fusion-360_hero

 

  • Effektivere Produktoptimierung. Ein großes Potential hat Microsoft HoloLens im Rahmen der Produktentwicklung. Sowohl bei der Entwicklung von neuen Produkten, in der Kollaboration als auch im Prototypenbau lassen sich über die sogenannten „Digital Twins“ Kosten sparen. „Digital Twins“ sind virtuelle Kopien von physischen Objekten – im Fall von Microsoft HoloLens sind es Hologramme. Diese ermöglichen Firmen beispielsweise bei Teilen des Produktentstehungsprozesses auf den Bau von Prototypen zu verzichten, da Tests auch am digitalen Abbild durchgeführt werden können. Selbst in der Produktion von Produkten kann man über den Einsatz von Microsoft HoloLens nachdenken – beispielsweise im Rahmen der Qualitätskontrollen bei der Fertigung.
  • Verkaufsgespräche emotionaler gestalten. Erklärungsbedürftige Produkte, beispielsweise Investitionsgüter wie Maschinen oder Gebäude, werden dem Kunden heute vor allem über 2D-Medien präsentiert, wie ausgedruckte Zeichnungen oder über Apps auf Tablets. Microsoft HoloLens kann über die Darstellung von Hologrammen in der realen Welt und die eingebaute Shared-View-Option hier einen echten Mehrwert bieten: Verkäufer wie Kunde können sich das Produkt als 3D-Hologramm zusammen anschauen und es gemeinsam gestalten. Diese Form der Zusammenarbeit an einem neuen Produkt kann auch die Kundenbindung weiter verstärken.
  • Smarter Arbeiten. Auch Berufsgruppen wie zum Beispiel Servicetechniker profitieren von den Möglichkeiten, die Microsoft HoloLens im praktischen Einsatz bietet. Vor allem die Integration des Voice-over-IP (VoIP) Dienstes Skype eröffnet große Potentiale im Bereich der Fernwartung. Gerade durch entfallende Reisezeiten und schnellere Wiederherstellungsprozesse lassen sich Kosten sparen. Zudem bieten geführte Reparatur- und Wartungsanleitungen große Potentiale, um beispielsweise die Qualität von Dienstleistungen international auf einem hohen Niveau zu halten, Wissen noch zielgenauer zu verteilen und damit den Support zu entlasten.

Mixed Reality: Potentiale für alle Unternehmensbereiche

Die Reihenfolge der Einsatzbeispiele ist nicht zufällig so gewählt. Betrachtet man die Vielfältigkeit der Anwendungsmöglichkeiten, können riesige Skalierungseffekte für das ganze Unternehmen entstehen. Ein „Digital Twin“, der bei der Produktentstehung geschaffen wird, kann über alle nötigen Wertschöpfungsbereiche weiter genutzt werden und so Insellösungen in Unternehmensteilen vermeiden.

Als erster Partner des HoloLens Agency Readiness Partner Programm in Deutschland beraten wir von Zühlke interessierte Kunden hinsichtlich ihrer Digitalisierungsstrategie bis hin zur Entwicklung vollumfänglicher Lösungen mit individuell-zugeschnittenen Mixed Reality Anwendungen für das jeweilige Unternehmen. So haben wir bereits spannende Projekte mit der Microsoft HoloLens umgesetzt, zum Beispiel haben wir gemeinsam mit Jungheinrich, einem der weltweit führenden Anbieter für Intralogistik, einen Experience Prototype erstellt. Aus den CAD-Daten eines Flurförderzeugs (FFZ) hat Zühlke einen ersten Ansatz eines „Digital Twin“ erzeugt, der über das zu reparierende FFZ gelegt wird. Der Servicetechniker wird mit der App HoloRepair visuell durch den Reparaturprozess geführt, kann sich selbst mittels Gesten- und Sprachsteuerung durch die App bewegen und bestätigt am Ende über eine Checkliste die erledigten Arbeiten. Bei der Entwicklung kamen neueste Methoden zum Einsatz, sodass der Experience Prototype innerhalb von nur drei Monaten fertig gestellt wurde. Diese Erfahrung konnte bereits in weiteren Projekten angewendet werden.

Die Transformation von Geschäftsprozessen geschieht nicht über Nacht und auch nicht durch neue Technologien alleine, sie braucht Unternehmen und Entwickler, welche Potentiale erkennen und individuelle Lösungen kreieren. Mixed Reality steht hier noch am Anfang. Klar ist aber auch: Firmen, welche die Potentiale jetzt erkennen, verschaffen sich im Zeitalter der digitalen Transformation einen klaren Wettbewerbsvorteil.


Ein Gastbeitrag von Dennis Ahrens
Business Solution Manager bei Zühlke Engineering

dennis_ahrendtDennis Ahrens ist Business Solution Manager bei Zühlke Engineering. Seine Aufgabe ist es Unternehmen auf dem Weg von Ideen im Bereich Mixed Reality über erste Showcases bis zu Live-Lösungen zu begleiten. Er hat langjährige Erfahrung im Anlagen- und Maschinenbau und bei der Digitalisierung von Unternehmen und Prozessen. Zuvor war er als Leiter Prozessmanagement Kundendienst bei der Jungheinrich AG tätig.


簡易的 MS OMS 搜尋字串

$
0
0

別忘記簡易的搜尋方法

在先前的文章中有介紹利用輸入搜尋指令的方式來客製化想要的搜尋結果,但不要忘了 OMS 被設計得非常容易,也就是說,其實很多指令都已經被建立了。

Note:若要建立客製化的 OMS 搜尋,可以參考:Log Analytics 搜尋參考

例如:若新增了 WireData 方案,便會產生一個新的資料種類:WireData。可以很輕易地利用以下指令搜尋 WireData 所收集的資料:

Type=WireData

若您對區域子網路資料有興趣,只需要點選區域子網路。在下圖可看到總共有4個區域子網路:

 

點選區域子網路磚後,自動執行的搜尋指令如下:

Type:WireData | Measure Sum(TotalBytes) by LocalSubnet


無需額外再自行輸入任何指令,便會自動搜尋。接著可以點選特定產生很多流量的子網路來深入查看。此範例中選擇流量最多的 172.16.10.0/24,點選此子網路後,便會自動執行以下指令:

Type:WireData LocalSubnet=”172.16.4.0/22″

如下圖:

 

每當選取不一樣的項目時,都可以看到搜尋指令自動改變,並顯示出不同的搜尋結果。這也是很好學習 OMS 搜尋指令的方式。

在 WireData 方案儀表板中,向右拉可以看到一個 WireData 常用的搜尋指令清單可以選擇:

 

例如:點選清單中的第一項搜尋指令,提供線路傳輸資料的代理程式數,接著 OMS 便會自動執行以下指令開始搜尋:

Type=WireData | measure Sum(TotalBytes) by Computer | top 500000

 

由此可見,在學習使用 OMS 搜尋指令索引的過程中,有許多不同方法能夠細讀收集的資料,能夠利用 OMS 自動產生的搜尋指令來學習並客製化出自己需要的指令與結果。

 

終日の予定が空き時間と表示されるので、既定の [公開情報] を変更したい

$
0
0

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

[終日] のオプションがチェック オンの予定として作成した場合と、チェック オフで作成した場合とで、[公開情報] の既定値の動作が異なるというお問合せや、予定表アイテムの [公開情報] の既定値を変更設定できるかというお問合せを多くいただくことがあります。

結論からお伝えすると、[公開情報] の既定値はアイテムの種類によって固定化されているため、変更する方法はありません。

今回はこれらに関連する動作ついてご説明します。

 

Outlook に予定を追加する際、[終日] のチェックのオン/オフで、Outlook はそれが 予定 なのかイベントなのかを判断します。

また、予定 なのか イベント なのかで、公開方法の既定値が異なります。

 

[終日] のチェックがオフの場合、タイトルバーには ”予定” と表示され、公開方法の既定値は [予定あり] となります

appointment

[終日] のチェックがオンの場合、タイトルバーには ”イベント” と表示され、公開方法の既定値が [空き時間] となります

event

 

なぜ イベント が既定で [空き時間] となるかについては、以下のように定義されていることに起因します。

 

イベントの詳細

通常、イベントは 1 回だけ発生し、1 日または数日間続く場合がありますが、 誕生日や記念日などの例年のイベントは年に 1 回、特定の日に発生します。

イベントや例年のイベントは予定表で時間のブロックとしてではなく、 バナーとして表示されます。

他のユーザーが表示したときに、終日の予定は予定が入っている時間として表示されますが、 イベントや例年のイベントは空いている時間として表示されます。

(引用: 終日のイベントを作成する)

 

終日の予定を作成したい場合、[終日] のチェックをオンにしてしまいがちですが、[終日] のチェックをオンにしたとき、Outlook ”イベント” と認識し、終日の 予定 とは認識しません。

さらに、[終日] のチェックをオンにしたとき、公開方法をイベントの既定値である [空き時間] にセットします。 

タイトルにあるように、終日の予定の公開方法が [空き時間] で作成されてしまうのは、[終日] のチェックをオンにしたことにより、”イベント” として予定を作成したためとなります。

もちろん、作成時に公開情報を変更することはできます。

予定を [空き時間] で作成したり、イベントを [予定あり] で作成したり、他の公開方法 [仮の予定] [外出中] などでも作成できます。

 

終日の予定を作成しようとするとき、[終日] にチェックを入れると公開方法が [空き時間] になるため、毎回 [予定あり] で作成したいお客様より、公開方法の既定値を変更することができないか、とお問い合わせを頂くことがありますが、残念ながらこの初期値は固定されており、変更することはできません。

そのため、公開方法を [予定あり] にした場合には、手動で変更するか、[終日] のチェックをせず、(タイトルバーには ”予定” と表示されている状態で) 時間を 0:00 から翌日の 0:00 として指定します。

 

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

 

 

 

 

クイック実行形式の Access 2016 上で住所入力支援機能が動作しない

$
0
0

こんにちは、Office サポート チームです。

本記事では、クイック実行形式の Access 2016 上で住所入力支援機能が動作しない現象についてご案内します。

 

現象

クイック実行形式の Access 2016 を、2017 年 2 月更新のバージョン 1701 (ビルド 7766.2060) 以降に更新後、住所入力支援機能が動作しない現象が発生します。
この問題は弊社でも確認しており、現在調査中です。進展があり次第、本記事で公開します。

 

対策

現象が発生しない Access 2016 のバージョンに戻します。

 

手順

  1. コマンド プロンプトを起動します。( [Windows ボタン] を右クリック – [コマンド プロンプト] をクリックします)

    officec2rclient.exe の場所まで移動する以下のコマンドを入力し、実行します。

    cd %programfiles%Common FilesMicrosoft SharedClickToRun

  2.  問題が発生しないバージョン 16.0.7668.2074 に変更するためのコマンドを入力し、実行します。

    officec2rclient.exe /update user updatetoversion=16.0.7668.2074

    ※ Office 365 の Office 2016 を利用し、更新チャネルが FRDC (First Release for DC) の場合は、以下のコマンドに差し換え、実行ください。

    officec2rclient.exe /update user updatetoversion=16.0.7369.2102

  3. 更新作業完了後に、Access を起動します。
    Access の [ファイル] タブ – [アカウント] 画面を表示します。
    “Office 更新プログラム” の箇所に記載されているバージョン情報が指定したバージョンに書き換わっているか確認します。
  4. 続けて、Office の自動更新を無効にします。
    Access の [ファイル] タブ – [アカウント] 画面の “更新オプション″ ボタンをクリックし、”更新を無効にする” をクリックします。

 

参考資料

Office 2013 または 2016年クイック実行の Office の以前のバージョンに戻す方法
https://support.microsoft.com/ja-jp/kb/2770432 (日本語機械翻訳)
https://support.microsoft.com/en-us/kb/2770432 (英語版)

 

クイック実行版 Office 2016 (Office 365 ProPlus) の更新チャネルについて
https://blogs.technet.microsoft.com/officesupportjp/2016/11/02/office365_channel/

 

Office 365 クライアントの更新プログラム チャネル リリースのバージョン番号およびビルド番号
https://technet.microsoft.com/ja-jp/library/mt592918.aspx

 

Office 365 client update channel releases
https://technet.microsoft.com/en-us/office/mt465751.aspx

 

クイック実行形式 (C2R) と Windows インストーラー形式 (MSI) を見分ける方法
https://blogs.technet.microsoft.com/officesupportjp/2016/09/08/howto_c2r_or_msi/

 

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

選擇工作團隊的「第二大腦」!OneNote、Evernote 哪個比較合適?

$
0
0

現今的資訊既多且雜,光靠人腦不可能記憶所有的事情,因此我們需要數位工具的輔助。過去我們會使用筆記本、PDA,而現在則是依靠眾多的雲端工具替我們規劃工作排程、協調組織的專案工作。

而提到「記錄知識」的工具,時下最被仰賴的還是 OneNote 及 Evernote,稱它們為「第二大腦」一點也不為過。從個人使用者角度來說,Evernote 由於起步早、耕耘久,再加上個人免費版本的限制不多,的確有其獨到之處,也獲得許多使用者的青睞。

不過前陣子 Evernote 發生了兩件事,導致使用者開始考慮要捨棄這套工具。首先是宣佈付費版漲價 35%,此外免費版本不允許超過兩台以上的裝置進行同步,此舉引發許多重度知識工作者不滿,畢竟現代人手上的裝置那麼多,也不確定自己會帶哪一台裝置出門,如果「第二大腦」在需要的時候不在身邊,恐怕再多的知識也沒用。

而另一件事情更是讓眾多 Evernote 用戶傷透了心,那就是官方公布了新的隱私政策,表示為了透過機器學習為用戶創造更好的體驗,因此將對用戶的筆記內容進行人工檢查,想當然爾引起眾怒。雖然官方在幾天後出面道歉,並表示這項作法是錯的、不會實施,但已經讓很多使用者心生、甚至開始進行「搬家」的計畫。

而從協同工作的角度來看,公司與個人一樣,需要有一個空間與同事、合作伙伴,共同分享所有需要的知識,包括網路文章、轉貼的重點文字內容、影片或錄音等等。為了確保這些知識能夠被安全地、長久地保存,基本上採用付費服務會比免費服務來得更有保障。

畢竟,如果是個人的「第二大腦」,那你可能不會那麼在意隱私及備份的問題,相對來說若是做為公司的「第二大腦」,那問題就複雜多了,一旦所需的知識在重要時刻不在手邊,或是這些公司認定的寶貴知識被競爭對手看光光,那事態就很嚴重了。

有鑑於很多讀者還搞不清楚 Evernote 以及 OneNote 付費版本的差異,也不清楚該如何選擇。因此在這一篇,我們就從「協同工作」的角度來分析這兩個工具,看看它們能為企業協同工作者帶來哪些好處。

OneNote 與 Evernote 在筆記本架構上的差異

透過 Evernote 做筆記的概念是這樣的,當你在網頁上看到一篇文章寫的不錯,利用外掛方式或手動將內容轉貼到 Evernote,這樣就完成了一頁「記事」,假設你收集了 10 篇不同的美食文章,累積了 10 頁「記事」,你可以建立一個名叫美食的「記事本」,將這 10 篇文章歸納在一個分類下管理。

Evernote 基本上就是利用「記事本」來管理「記事」。不過,有時一頁記事裡可能涵蓋了相當多不同的內容,有美食、旅遊甚至是會議摘要,當記事累積到可觀的數量,打開一本記事本裡頭的文章可能是相當龐大且雜亂的狀態,不容易找到想要的內容。針對這個狀況,你可以在每一頁記事裡加上不同的標籤,方便後續的管理與搜尋。

至於 OneNote 的邏輯則和 Evernote 截然不同。OneNote 的架構是由「筆記本」、「章節」、「頁面」、「子頁面」四層所組成。簡單來說,OneNote 的階層更多且更細,舉個例子來說明可能會比較清楚,假設編輯要收集 2017 年 CES 展所有相關資訊,為了將不同類別的資訊清楚分類,因此規劃了「資訊科技產品」、「新的技術報導」、「會場示範畫面」三個類項,要將T客邦所撰寫的相關報導分別歸類在這三個類項中,如下圖所呈現。

  • 上圖的最左側區塊是「筆記本」,目前點選的是《2017 年 CES 展覽展出重點》這本筆記本。
  • 在《2017 年 CES 展覽展出重點》這本筆記本中,我們分了”資訊科技產品”、”新的技術報導”、”會場示範畫面”這三個頁籤,各自代表著該本筆記本的不同「章節」。
  • 每一個章節的「頁面」會統整在畫面最右側的欄位,上圖所呈現的其實就是每一篇文章的標題。
  • 當你隨意點選右邊的標題,在畫面中央呈現的就是一篇篇從各處蒐集而來的文章。

透過上述兩張實際截圖,你應該比較能理解 Evernote 與 OneNote 兩者在架構上的差異,正因架構不同所以讓兩者適用的情境也不大一樣。

基本上,現代組織團隊協同工作的形式講的就是階層分工,把一個大的項目拆分成很多小的項目,分門別類地讓不同的團隊成員去負責。而這樣的分工型態也同樣會發生在團隊的知識管理以及收集上。

因此,雖然 Evernote 與 OneNote 兩者都具備協同工作的功能,但是對於團隊的協同工作來說,OneNote 的階層式架構,比較便於讓組織針對知識收集這檔事進行分工,如果工作團隊面臨規模龐大的專案,有上千筆的網頁、圖片需要大家分工整理的話,透過 OneNote 會讓資料歸納、匯整的過程變得較便利且清楚。

相較之下,Evernote 的作法是打破階層的觀念,將所有的知識收集在一個籃子裡,然後你可以透過關鍵字標籤的方式來找到自己需要的東西。這樣的作法當然也不是不好,只是對團隊來說,某某成員下的關鍵字標籤不一定符合其他成員的需求或習慣,最終可能會導致關鍵字下了一堆,卻什麼都找不到的尷尬結果。

OneNote 與 Evernote 在視覺管理的差異

OneNote 另一項優秀之處在於它強調所謂的「眼到、手到」。眼到的意思是指,你可以針對筆記內容進行排版,方便閱讀;至於手到的意思則是,你可以利用繪圖、螢光筆等工具,對筆記內容進行重點註記,讓資訊更容易被找到。

在 OneNote 中,你可以點選筆記頁面上任何一個區域來新增文字,意思是這個筆記頁面可以完全依照你的需求來排版,所有的文字區塊、圖片都能視需求任意移動。像下面這個範例,我們就將文章排成左、右兩個欄位,並且將圖片放在右欄的上方。畢竟人類還是視覺化的動物,透過排版可以方便我們更快地從一堆雜亂的內容中辨識出值得注意的部分,迅速抓到重點。

而且不只是便於編排,你還可以在 OneNote 的介面上選擇「繪圖」功能,即可使用螢光筆或是其它筆刷工具,在頁面上進行標示或註解,這就是前文說過的「手到」!

相較之下,視覺排版以及標註就是 Evernote 的弱項。Evernote 強調的是透過標籤以及關鍵字搜尋,讓筆記不需要過度整理,也能夠讓你在想要用的時候快速在眾多筆記本中找到你要的資料。從這點也可以理解到視覺及排版並非 Evernote 所努力的目標。

Evernote 雖然也有簡單的網頁語法排版功能,但其實對一般人來說不太好上手,也看不到如 OneNote 這種多欄位的內容排版方式。感覺起來 Evernote 比較像是用來儲存純文字素材、精簡版 Word 的筆記本。

其實這樣的作法也沒什麼不好,只是 Evernote 的邏輯真的比較偏向私人筆記的使用型態,適合一個人親手整理所有的筆記內容,建構起專屬於自己的知識庫。但如果是協同工作的使用情境,那 Evernote 可能就沒那麼合適。

Evernote:適合給懶人用的「免管理」特色

前面我們說過,Evernote 要你將所有資料儲存在同一個資料庫,也不需要整理檔案,甚至也不用怎麼分類,依靠的就是去搜尋你所下的標籤,自動提供給你「當下需要」的知識。

如果想要和其他人分享筆記,Evernote 也提供了分享筆記本的功能,只要雙方都是 Evernote 的會員(免費或是付費的會員都可以)。至於設定的方法很簡單,Evernote 是透過將筆記本建立一個共享連結的方式來進行分享,雙方可以透過 Email 來取得這個共享的連結。

▲在你要共享的記事本上,按下滑鼠右鍵選擇「分享記事本」。

▲點選進入分享的連結後,他就可以看到你與他分享的記事本中的所有記事。

Evernote 在設計上貼心地融合了很多知識管理以及時間管理相關的工具,因此對用戶來說它不光只是雲端筆記本,還可以進一步變成提醒清單的工具。

舉例來說,你過去已經儲存了很多與美食相關的資料記事,假設今天與朋友約了要去吃飯,你可以在美食記事中找到合適的餐廳,然後接下來可以把美食記事裡的餐廳設定成提醒清單,將時間、地點標記上去,每當你登入 Evernote 時,這則餐廳記事就會變成提醒清單,讓你記得與朋友的約會。

▲在你的餐廳記事右側點選下拉選單,選擇「提醒事項」。

此外,在製作 Evernote 筆記時,你可以像 email 附件一樣在筆記裡插入檔案,不過支援的檔案格式有限,免費版的可以插入 PDF 檔案,付費版則支援了 MS Office 以及 Apple 的主要文件檔案,這些插入的檔案也支援搜尋,讓你方便透過 Evernote 管理文件。

由以上的這些功能簡介可以看出,如果是拿來管理個人的知識庫,不想要花太多時間在整理上,Evernote 這些功能的確可以幫你省下管理上的時間。

OneNote 更適合工作團隊使用的主要功能

身為 Office 的一份子,OneNote 完整整合了大家都熟悉的 Office 介面環境,這的確是 OneNote 的一大優勢。因此無論是編輯或是排版的功能都是它的強項。而在功能方面,更是有許多特別針對雲端筆記所設計的貼心功能,以下我們就為大家一一介紹。

1. 複製貼上時,會自動標示來源網址

很多人在使用雲端筆記,應該都是把在網頁上看到的文章、資料蒐集起來,然後分門別類的歸納收集。不過,為了方便日後查詢資料來源,通常都要再加註網頁內容的連結出處。因此往往在複製貼上資料之後,還要再回到原本的網頁,把網址再複製貼上一次,這樣一來一往就要做兩道工。但 OneNote 則是很貼心的在你貼上網頁內容後,自動將來源連結附在下面,替用戶省去貼上連結的動作。

除此之外,一般人蒐集的內容不僅僅只是文字跟圖片,有時可能會蒐集到影片。那要怎麼把影片也加入到 OneNote 呢?以 YouTube 為例,你只需要把影片的網址貼到筆記上,網址下方就會自動嵌入這個影片的畫面內容,讓你不用跳出 OneNote 就可以直接在筆記頁面上進行影片瀏覽。

2. 能辨識圖片中的文字,還可複製做後續編輯

OneNote 支援辨識圖片內文字的功能,因此,如果你上傳的是一個圖片檔案、且圖片中帶有文字,系統可以辨識出來。換句話說,你不需要再土法煉鋼透過逐字輸入的方式將圖片中的文字打出來,直接複製、貼上使用即可。

▲我們在筆記中插入一個圖片檔,然後在圖片上按下滑鼠右鍵,點選「複製圖片的文字」。

▲接下來貼在右側的文字區塊上,你可以看到圖片中的文字全都辨識出來了。

也由於 OneNote 支援圖片中的文字辨識功能,因此當你透過關鍵字搜尋筆記本時,除了純文字外,OneNote 會連同圖片中的文字一併搜尋。

3. 將筆記直接透過 Outlook 寄送出去

由於 OneNote 是整個 Office 2016 套裝的一部份,因此與 Office 2016 的環境高度整合也是它的強項,你可以使用其它的 Office 軟體來處理筆記的內容。如果你想要將筆記(包括你在筆記中手寫的螢光註記、重點圈選)分享給同事或是客戶,直接透過 Outlook 寄送即可。

▲在筆記頁面上,直接在「常用」的頁籤下面,點選「電子郵件頁面」將這個筆記寄出去,或是選擇「會議詳細資料」把這個筆記當作會議資料寄給他們。

▲接下來就會在 Outlook 開啟,直接填入收件人就可以寄出。

4. 將錄音、錄影過程中的重要時刻加上文字標籤

既然是雲端筆記服務,透過 OneNote 進行會議記錄其實也相當實用。你可以在會議進行過程開啟 OneNote,然後直接按下「錄製音訊」或是「錄製視訊」的按鈕,即可開始將會議現場的影音實況錄製下來。

曾在會議過程中錄音的人應該都知道,最麻煩的就是當錄音時間很長,事後回放時很難記得某段話是在哪一個時間點講的,即使利用滑桿移來移去,也很難找到確切的時間點。針對這個問題,OneNote 用了一個很聰明的方法來幫你解決,當你在錄音或錄影的時候,如果聽到重點需要標註,隨時可以在錄音框中輸入文字,這段文字就好比是影音檔的書籤,日後,你只要點選這個書籤,即可跳轉到某個重要的片段。

▲在「插入」頁籤中點選「錄製音訊」開始進行錄音。

▲在編輯區中出現一個音訊錄製的工作框。

▲在工作框中輸入文字,每一段文字就會被當成是一個「書籤」

▲當你重新複習這個音訊記錄時,你將滑鼠移到書籤上,前面就會出現一個播放按鈕,點選這個按鈕就可以直接跳到特定的時間點。

5. 將手寫筆記直接轉成數位文字或是數學式

時下很多二合一平板裝置甚至是筆電都支援手寫的功能,因此當 OneNote 應用在這些裝置上,勢必會更加好用。如果沒有手寫裝置的話,透過滑鼠一樣可以試試看,只要在繪圖裏頭選擇手寫工具即可。

相信很多使用者被輸入數學符號這件事困擾著,有些符號用手寫的很快就可以寫出來,但是透過鍵盤卻不知道到底該怎麼打出這些符號,因此 OneNote 的這項功能確實是相當實用!

▲在範例中我們用滑鼠寫了一個簡單的數學式,然後使用套索工具將數學式的範圍框起來,接著在畫面右上方點選「筆跡轉成數學」功能。

▲然後就會自動跳出一個視窗,顯示轉換出來的數學式。

6. 快速筆記讓你擁有數位版的黃色便利貼

你可以把快速筆記這項功能視為是電腦桌面上的黃色便利貼。 雖然不同於紙張,但是「快速筆記」可立即儲存到 OneNote 筆記本,方便你進行搜尋和整理。使用的時候很簡單,只要在 OneNote 的「檢視」頁籤中點選「新增快速筆記」即可。

▲桌面上就會出現這樣一個快速筆記的視窗,你可以在上面利用類似填寫便利貼一樣的方式,把一些重點事項寫出來。

▲其實這個視窗就是一個精簡版的 OneNote,當你點選這個視窗上方的抬頭列時,就可以叫出完整的介面。

此外,如果在沒有開啟 OneNote 的狀況下,你也可以利用快捷鍵來建立快速筆記,只要在鍵盤上按下 Windows+N 組合鍵即可。

▲當開啟筆記本時,會有一個頁面就叫做「快速筆記」,在這裡你可以從子頁面查到你建立了多少個快速筆記。

從企業的觀點來選擇雲端筆記工具

整體來說,Evernote的設計比較像是一個單純以文字為主的筆記本,你把每次想到的事情記在每一頁筆記上,日後要找的時候就透過搜尋、標籤的方式把需要的筆記內容找出來。而OneNote則比較像是個人或是企業的維基百科,你可以保存各種多媒體的檔案,透過不同階層的方式將知識進行歸納、分類。雖然兩者都各有優點,但如果你需要保存的是有系統的、可以被管理的知識,那OneNote在設計上還是比較合適。

我們將前面兩者在編輯功能上的差異做了一個圖表,整理如下:

在這個圖表中要特別提的是「單月流量上限」這一項,Evernote 有入門的免費版、進階版、專業版以及企業版四種版本,其中企業版並沒有提到單月流量上限,但是其它的版本則都有流量上限,像是免費版一個月只能上傳 60M、進階版則有 1G、專業版有 10G 的限制。進階版或是專業版的流量對一般人來說可能夠用,但免費版 60M 的容量實在太少,大概上傳個二十張圖可能就不夠用了。至於 OneNote 本來就是付費的工具,並沒有流量的上限。(不過就算是附在 Windows 10 的免費版本 OneNote,也沒有流量的上限)

從這幾年企業選擇雲端工具的趨勢來看,一個好用的雲端工具除了能夠讓使用者隨時隨地都能使用外,還需要支援跨裝置、跨平台使用。從這個角度來看,Evernote 以及 OneNote 都有符合這個條件。

至於在價格部分,Evernote 有免費的入門版、進階版、專業版以及企業版四種,不過從團隊工作的角度來看,只有企業版才有提供團隊小組共同合作的雲端空間以及會議討論的機制,費用為每個使用者一年 3,600元。

由於 OneNote 屬於 Office 365 的一份子,我們就從 Office 365 的收費方式來做分析。從下表可以看到,Office 365 商務版以及 Office 365 商務進階版都有提供 OneNote,以較便宜的 Office 365 商務版來說,每個使用者每月收費 285 元,一年為 3,420 元。

這樣換算下來可以發現,選用 Office 365 商務版一年的價格(3,420 元),竟然比 Evernote 企業版一年的價格(3,600 元)還便宜,別忘了,你得到的不只有 OneNote 一項服務而已,還包括完整的 Office 服務以及 1TB 的 OneDrive 檔案儲存空間!

事實上,很多企業組織早就採用 Office 365 商務版的方案,但很多使用者常用的還是在 Word、Excel、PowerPoint 這三個工具,鮮少甚至是從沒來去碰過 OneNote。希望經過了這一番的說明後,會提醒你好好重新檢視一下這個好用的雲端筆記工具並充分應用,發揮它「雲端第二大腦」的管理能力,有效增加團隊的知識競爭力!

Viewing all 34890 articles
Browse latest View live


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