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

HOTFIX: Application installation fails from the Company Portal in Microsoft ConfigMgr 2012

0
0

Here’s some quick info on a new hotfix we released. The issue is that when attempting to install an application from the System Center 2012 Configuration Manager Company Portal to a device, the install fails and logs errors similar to the following in the outgoingcontentmanager.log file on the site server:

Get SAS on Intune package XXX011D6 Intune Id {guid}/file_name
ERROR: Failed to get SAS location for package_id as result is empty
ERROR: Caught exception in GetSasUrl for package package_id: System.InvalidOperationException - Failed to upload as result is empty.

The problem occurs if the site administrator has tried to redistribute the application to a Manage.Microsoft.com distribution point or has tried to refresh the content. In this scenario, the outgoing content manager component uploads the already uploaded content by using the same SHA value that was previously computed based on the file name, thus the redistribution fails. The redistribution process also removes the data from the MDM Content table in the Configuration Manager site database and replicates the deletion to Microsoft Intune.

A supported hotfix is available from Microsoft that addresses this problem. For complete details and a download link, please see the following:

3123884 - Application installation fails from the Company Portal in System Center 2012 Configuration Manager(https://support.microsoft.com/en-us/kb/3123884)

J.C. Hornbeck | Solution Asset PM | Microsoft

 fbTwitterPic

Our Blogs


Use Dynamic Data Masking to obfuscate your sensitive data

0
0

Data privacy is a major concern today for any organization that manages sensitive data or personally identifiable information (PII). Examples of such data include sensitive customer information such as phone numbers, email addresses and bank information, HR data on employees and financial business data.

This sensitive information is often stored in the database, and it should only be available to specific people on a need-to-know basis. Beyond that need, the sensitive data should not be exposed via the application, or to developers or IT personnel who access the production database directly.

Traditionally, the logic of obfuscating sensitive data has been developed in the application layer, requiring it to be duplicated across all modules and applications accessing the data. Alternatively, special views have been created to avoid exposure of these sensitive data pieces on the database itself, although these can impact database operations and are susceptible to errors. In other cases, third-party tools have been introduced to manage the concealment of the restricted data.

SQL Server 2016 and Azure SQL DB now offer a built-in feature that helps limit access to those particular sensitive data fields: Dynamic Data Masking (DDM).


DDM can be used to hide or obfuscate sensitive data, by controlling how the data appears in the output of database queries. It is implemented within the database itself, so the logic is centralized and always applies when the sensitive data is queried. Best of all, it is incredibly simple to configure DDM rules on sensitive fields, which can be done on an existing database without affecting database operations or requiring changes in application code.

How DDM works

Dynamic Data Masking rules can be defined on particular columns, indicating how the data in those columns will appear when queried. There are no physical changes to the data in the database itself; the data remains intact and is fully available to authorized users or applications. Database operations remain unaffected, and the masked data has the same data type as the original data, so DDM can often be applied without making any changes to database procedures or application code.

To add a data mask on a certain column in your database, all you need to do is alter that column by adding a mask and specifying the required masking type. Here, you can choose default masking, which fully masks out the original value, partial masking where you can specify part of the data to expose, or random masking, which replaces the numeric value with a random value within a specified range. There is also an email masking function, which exposes the first character and keeps the email format.

Full masking:

Configure masking function:

Results:

Partial masking:

Configure masking function:

Results:

You can also configure masking functions on columns at the time of table creation:

Creating a table with Dynamic Data Masking:

Enabling access to privileged users

When configuring Dynamic Data Masking rules, the underlying data is unaffected — so privileged users can still access the real data. Administrators of the database are always exempt from masking, so they will always get the real data when performing queries. You can also specify certain users that will have access to the actual data by assigning them the UNMASK permission:

Assigning the UNMASK permission:

Common questions about DDM

Does DDM apply for all database clients, like Java or Node.js?
Yes, query results always contain masked data for nonprivileged users, regardless of the client used to connect to the database.

What happens if a user copies data from a masked column out of the table and into a TEMP table?
In this case, the data is masked when it is retrieved from the original table — so it is written to the target table in masked format (unless a privileged user is retrieving it). This means that the original data cannot be restored from the TEMP table. This ensures that users who do not have access to unmasked data cannot expose the real data by copying it elsewhere. Note: To avoid data corruption, be sure to assign database read/write permissions appropriately.

What is the performance impact of using DDM?
Since the data masking is performed only at the end of the database query operation, right before the data is returned, the performance impact is minimal and often negligible. You should still validate the exact performance impact for your workload.

Part of a comprehensive security solution 

Note that Dynamic Data Masking is not a replacement for access control mechanisms, and is not a method for physical data encryption. DDM is intended to simplify the obfuscation of sensitive data by centralizing the logic in your database, but it does not provide complete protection against malicious administrators running exhaustive ad-hoc queries. Dynamic Data Masking is complementary to other SQL Server security features (auditing, encryption, Row-Level Security, etc.) and it is highly recommended to use it in conjunction with them to better protect your sensitive data in the database.

Getting started

You can get started immediately with Dynamic Data Masking to restrict users from seeing sensitive information in your database. All you need to do is identify the sensitive columns in your database and configure data masking for those columns, specifying how much of the data to reveal.

You can learn more about Dynamic Data Masking for SQL Server and for Azure SQL database with the following resources:

See the other posts in the SQL Server 2016 blogging series.

OneDrive for Business - Getting Started Resources

0
0

 

Josh Condie - Microsoft just published a nicely categorized and very useful list of resources for getting started with the new OneDrive for Business Next Generation Sync Client.  This list is focused on IT Pros and Admins.  The original posting can be found here.

 

This page highlights resources about OneDrive for Business Next Generation Sync Client. We’ve listed the most popular How-to articles and getting started guides for deploying and using the new client. Topics include an introduction to the OneDrive for Business Next Generation Sync Client, resources for IT Pro and Administrators to deploy the client on different platforms, and articles on how to use the client.  

Help and How-To

The following help and how-to content is available for this topic:


Meet the OneDrive for Business Next Generation Sync Client
OneDrive for Business Next Generation Sync Client is now available for deployment. Our top priorities for this release have been improved reliability and performance as well as providing essential user capabilities such as selective sync, support for large files and removing the 20,000 file sync limit. This article provides an overview of the client, System Requirements, Setup Guidance and other useful information.
Applies to:

Which OneDrive Sync Client am I using?
Your might have multiple sync clients on your computer, depending on which file sources you need to sync. This article helps you find out which Sync client you have.
Applies to:

Get started with the OneDrive for Business Next Generation Sync Client in Windows
The new release of the OneDrive for Business Next Generation Sync Client has a number of valuable features for you and your organization. Read this article before deploying, to learn about the known issues and to determine whether this new client is currently appropriate for your organization.
Applies to:

Get started with the OneDrive for Business Next Generation Sync Client on Mac OS X
The OneDrive for Business Next Generation Sync Client is supported on OS X version 10.9 and above. The new Sync Client has a number of valuable features for you and your organization. Read this article before deploying, to learn about the known issues and to determine whether this new client is currently appropriate for your organization.
Applies to:

Deploying the OneDrive for Business Next Generation Sync Client in an Enterprise environment
This article helps IT administrators to understand how to configure and deploy the new OneDrive for Business sync client in an Enterprise environment. You will learn about the steps to use OneDriveSetup.exe and install OneDrive.exe on users’ computers, registry key values to control the account types and other useful information to help you deploy the client.
Applies to:

Deploying the OneDrive Next Generation Sync Client on OS X and configuring work or school accounts
The OneDrive for Business Next Generation Sync Client is supported on OS X version 10.9 and above. This article helps IT administrators to understand how to configure and deploy the OneDrive Next Generation Sync Client on OS X and configure work or school accounts.
Applies to:

Administrative settings for the OneDrive for Business Next Generation Sync Client
The OneDrive for Business Next Generation Sync Client (OneDrive.exe) provides a number of options in Group Policy that allow IT administrators to configure how it behaves when deployed to their users. If you plan to deploy the new sync client to users in an Enterprise environment, read this article to learn more about administrative options.
Applies to:

Transition from the existing OneDrive for Business sync client
This article is for IT administrators whose users are running the existing OneDrive for Business sync client (groove.exe), and planning to move users over to the OneDrive for Business Next Generation Sync Client (OneDrive.exe)
Applies to:

Restrictions and limitations when you sync OneDrive for Business libraries by using onedrive.exe
This article lists the restrictions and limitations that apply when you use OneDrive for Business (onedrive.exe) to sync SharePoint Online OneDrive for Business libraries to your computer.
Applies to:

HOTFIX: DistMgr is slow to process .pul files from pull DPs in System Center Configuration Manager version 1511

0
0

Here’s some information on a new Configuration Manager hotfix we released to address a problem in the following scenario:

  • You're running Microsoft System Center Configuration Manager version 1511.
  • You create a large number of packages (for example, several hundred) and distribute them to lots of pull distribution points (for example, thousands of them).

Distribution Manager (DistMgr) processes the .pul files from the pull distribution points (DPs) by running the following query, and in this scenario it can take 3–4 seconds to run this query when there are many rows in the PkgStatus table:

select s.ID, s.PkgServer, s.SiteCode, p.StoredPkgVersion, s.Status, r.PkgVersion, r.ActionState, r.ActionData, p.PkgFlags, p.ShareType
from PullDPResponse r
join PkgStatus s on r.PkgStatusID = s.PKID AND r.PkgStatusID = PUL_ID
join SMSPackages p on s.ID = p.PkgID

This occurs because the PkgStatus view uses an ISNULL statement, and this causes SQL to perform an Index Scan instead of an Index Seek.

A new hotfix is available that cuts this time to about 28 milliseconds. For complete details and a download link, please see the following:

3101706 - FIX: DistMgr is slow to process .pul files from pull DPs in System Center Configuration Manager version 1511 (https://support.microsoft.com/en-us/kb/3101706)

J.C. Hornbeck | Solution Asset PM | Microsoft

 fbTwitterPic

Our Blogs

Lync 2013 和 Skype for Business Online 混合环境中,本地和云端用户互相看不到状态

0
0

当前环境:

=====

Lync 2013本地服务器,与Lync Online做了集成;

本地用户:bilwan@bilwan.msftonlinelab.com

迁移到云端的用户:lilyli@bilwan.msftonlinelab.com

症状:

=====

用本地用户登录Lync 2013客户端,查找 “Lily Li” 这个云端用户,出现”Presence Unknown“的现象,如下图:

clip_image001

用云端用户登录Lync 2013客户端,查找“Billy Wang“这个本地用户,也会出现”Presence Unknown“的现象,并且互相不能发邮件;

分析及解决方案:

=====

1. 开启客户端的日志,然后用Snooper来进行分析,发现如下信息:

clip_image002

信息显示与证书有关,但是我们用的是通配符证书,*.bilwan.msftonlinelab.com, 所以下面来查看SRV记录的添加情况:

2. 查看SRV记录的添加(注:涉及到隐私信息的,我都用*****替代了):

C:\Users\v-bilwan>nslookup

Default Server: *****.microsoft.com

Address: *****

> set type=srv

> _sipfederationtls._tcp.bilwan.msftonlinelab.com

Server: *****.microsoft.com

Address: *****

_sipfederationtls._tcp.bilwan.msftonlinelab.com SRV service location:

priority = 0

weight = 0

port = 5061

svr hostname = bilwan.msftonlinelab.com

bilwan.msftonlinelab.com internet address = *****

通过检查发现,svr hostname为bilwan.msftonlinelab.com, 而这条srv记录应该要指向Access Edge的URL的,但是这里的hostname填写是错误的,然后我就把SRV记录中的hostname改为了sip.bilwan.msftonlinelab.com;

3. SRV修改过后,

clip_image003

出现如下状况:

a. On-premise可以发信息给O365,反之收不到

b. On-premise可以看到O365的状态,反之看不到

4. 通过查看事件查看器,如下图:

clip_image005

改报错,可能是由于本地边缘和前端之间的网络连通性导致的。

5. 做以下下检查:

从边缘ping前端的IP, 确保网络的连通性。

从边缘ping前端池的FQDN以及前段服务器的FQDN,发现无法ping通,说明DNS解析有问题。添加HOST记录。

从从边缘Telnet前端的5061

从前端ping边缘的内部接口IP, 边缘服务器FQDN,以及telnet边缘5061

所以边缘服务器对内部前端服务器的DNS解析有问题,通过添加HOST记录后,问题解决

Billy Wang

微软合作伙伴技术顾问

Internet Explorer 11 への移行 - よくあるお問い合わせ ~ 最大同時接続数の増加 ~

0
0

こんにちは。日本マイクロソフト Internet Explorer サポート チームの片岡です。

今回は、Internet Explorer のバージョン アップをご検討いただいているお客様からよくいただくお問い合わせの中で、IE HTTP(S) 通信を行う際の最大同時接続数について、ご紹介します。

 

IE11 にアップデートをしたら、プロキシ サーバーの負荷が増加した!

 

IE8 IE9 以降では、Web ブラウジング時のパフォーマンス向上を目的として、同一ホスト名に対して持つことができる HTTP(S) セッションの最大同時接続数が変更となりました。

グループ ポリシーおよびレジストリの設定で変更できます。

 

IE8 以降、同一のホスト名に対して持つことができる HTTP(S) セッションの最大同時接続数は、以下の通りとなります。


特に、IE9 以降では、IE8 と比較してプロキシ サーバーに対してもつことができる最大同時接続数が倍になったため、クライアント - プロキシ サーバー間で確立している HTTP(S) セッション数が増え、その結果プロキシ サーバーの負荷が増加することがあります。

最大同時接続数は、グループ ポリシーおよびレジストリの設定で変更可能です。

 

Web サーバーへの最大同時接続数

Web サーバーと通信を行う際の最大同時接続数は、以下のグループ ポリシーによって変更可能です。

 

  [ユーザーの構成 (コンピューターの構成)] [管理用テンプレート] [Windows コンポーネント] [Internet Explorer] [セキュリティの機能] [AJAX] [サーバーごとの最大同時接続数 (HTTP 1.1) (または HTTP 1.0)]

プロキシ サーバーへの最大同時接続数

プロキシ サーバーと通信を行う際の最大同時接続数は、以下のレジストリによって変更可能です。

 

  キー:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

  名前:MaxConnectionsPerProxy

  種類:REG_DWORD

  値:2 ~ 128 までの数値

  ※ MaxConnectionsPerProxy のレジストリを有効化するには、Web サーバーへの最大同時接続数を変更するためのグループ ポリシーも併せて設定する必要があります。

 

 

しかし、Web サーバーやプロキシ サーバーへの最大同時接続数を減らした場合には、Web ブラウジング時のパフォーマンスに影響をする可能性もあります。

そのため、ロード バランサーなどでWeb サーバーやプロキシ サーバーに対して適切な負荷分散を行いつつ、必要に応じて最大同時接続数の変更をご検討ください。

Office 365 ADFS Token Signing 证书过期警告问题

0
0

问题: 在Office365部署了单点登录的环境中,Office365管理员控制台收到提示“…您的ADFS证书即将过期”,示例图如下:

这里指的证书一般是我们在部署SSO的时候,ADFS服务器生成的自签名证书(Token-Signing和Token-Decrypting的证书)

如下是更新证书的步骤:

  1. 首先连接到Windows Azure AD PowerShell Module(步骤http://technet.microsoft.com/en-us/library/jj151815.aspx#BKMK_connect )
  2. 然后执行以下步骤:

首先需要在AD FS Management Console 和Azure AD Powershell里面查看Token Signing 证书的现有状态:

Set-MsolADFSContext –Computer <your adfs servername> (如果执行操作的机器不是ADFS服务器,则需要运行此命令,否则可以跳过这个命令)

Get-MSOLFederationProperty –DomainName <your domainname>

输出结果如下图:

注意查看Token Signing Certificate “not after” 日期和 thumbprint, 两个Source: “your AD FS Server” 和 “Microsoft Office365”当中的数据应该是一致的。

接下来在ADFS Management Console上验证:

在Console点击 Add Token-Signing Certificate,如下图:

会收到如下警告,其中包含接下来要做的操作:

已管理员运行Windows PowerShell,然后执行以下命令:

Add-PSSnapin Microsoft.Adfs.Powershell

Update-ADFSCertificate -CertificateType: Token-Signing -Urgent:$true

完成后,查看Console当中的证书状态:

接下来,我们需要用这张新的证书更新Microsoft Federation Gateway:

命令如下:

Update-MSOLFederatedDomain –DomainName <your domainname>

完成后查看现在的输出:

Get-MSOLFederationProperty –DomainName <your domainname>

对于 token decryption 证书也执行如上步骤, 唯一一点区别是 先运行如下命令:

Update-ADFSCertificate -CertificateType: Token-decrypting -Urgent:$true

然后:

Update-MSOLFederatedDomain –DomainName <your domainname>

为了避免这种问题,我们可以使用 Microsoft Office 365 Federation Metadata Update Automation Installation Tool

http://gallery.technet.microsoft.com/scriptcenter/Office-365-Federation-27410bdc

Terça-Feira - Artigo Spotlight - Comunidade Ativa

0
0

Olá Comunidade TechNet Wiki!

Hoje é terça-feira, dia de Artigo Spotlight!

E hoje trazemos a novidades de três eventos que ocorreram dentro da comunidade Microsoft para um melhor conhecimento.

Aprenda a gerenciar sua infraestrutura de nuvem com um dos Arquitetos do Microsoft Azure.


Iremos neste webinar ver uma abordagem prática de como criar e agrupar recursos utilizando ARM Templates (arquivos JSON). Será uma introdução para que o usuário aprenda de maneira simples como utilizar uma linguagem declarativa para automatizar e administrar os seus recursos Azure. 

A infraestrutura de suas aplicações na nuvem geralmente é formada por vários componentes (máquinas virtuais, base de dados, serviços de terceiros, etc).
Esses componetes trabalham de forma conjunta e é um desafio gerencia-los separadamente. Por isso, o Azure Resource Manager te ajuda a trabalhar com esses componentes de uma maneira integrada, coordenando todos os seus recursos com maior eficiencia.

Evento ocorrerá na internet no dia 27/01/2017 com o Marcelo Leal Arquiteto de Soluções em Nuvem. Para se inscrever clique no Link: https://info.microsoft.com/LA-Azure-WBNR-FY16-01Jan-27-BR-Learn-how-to-manage-your-cloud-infrastructure.html?ls=Email

Know it. Prove it.

O . Know it. Prove it desafio, trazido a você pela Microsoft Virtual Academy, é uma chance de um mês de duração para você conquistar o tema tecnologia de sua escolha . Aceite o desafio , fazer parte da comunidade , compartilhar o seu progresso, e fazer de Fevereiro, o mês em que toda a extensão de suas capacidades são revelados.

Para se inscrever clique no Link: https://borntolearn.mslearn.net/knowitproveit?WT.mc_id=WWLeX_KiPi_RM_1A_2&Redirected=true

Mundo TI Brasil - Colaborando no TechNet Wiki

Neste evento traremos como você pode colaborar com o TechNet Wiki com um Webcast bastante interessante que será ministrado pelos membros do Blog Wiki Ninjas Brasil  /  /  .

O Evento foi agendado para dia 08/03/2016 porem ainda não temos as informações para inscrição que traremos mais próximo a data do evento.

Venha nos ajudar contribuindo com a comunidade Technet Wiki BR.

Até a próxima!

   

Até a próxima!

Wiki Ninja Jefferson Castilho ( BlogTwitterWikiPerfil Facebook)

 

 

 


TNWiki Article Spotlight - IoT Suite - Under The Hood - Remote Monitoring

0
0

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

The Azure IoT Suite is one of the newer services available in Azure. From there you can create your Internet-of-Things applications. In most cases this can be very time-consuming. Wouldn't it be better to have something out-of-the-box for common problems? Especially if you want to do some remote monitoring of machines wouldn't it be good to have something in place? Luckily there is a "Remote Monitoring" solution in the Azure IoT Suite. But how does it work under the covers? Peter Laker has written an article about that where he explains the different components, such as Azure EventHub and Azure DocumentDB. He covers in-deep what is needed to run the "Remote Monitoring" solution and if you are done, he shows how you can delete everything the solution has set up for you.

If you have a bunch of Arduino's or Pi's somewhere hiding it is now time to grab them and try this solution. If you want to know more, have a look at Peter's article.

- German Ninja Jan (TwitterBlogProfile)

Onedrive: Next Generation Sync Client - klar for å rulles ut i virksomhetene?

0
0

Endelig så har den nye synkroniserings klienten til OneDrive for Business nå kommet. Nå er klienten så stabil at det ikke lengre er noen grunn til å ikke ta i bruk OneDrive for business for fullt. Er dere klare til å rulle denne ut i deres organisasjon?

MVP Knut Relbe-Moe gir deg begrunnelser for hvorfor, og hvordan:

 

Med den gamle klienten så ble både SharePoint Team Sites, Groups, og OneDrive For business synkronisert ved hjelp av Groove.exe

 

I den nye klienten så fungerer synkroniseringen slik:

 

Som tegningen over viser så er det kun OneDrive For business  og OneDrive Privat som foreløpig synkroniseres med den nye NGSC, hvilket jo vil kunne by på en rekke utfordringer. Microsoft lover at i løpet av 2016 så skal også SharePoint og Groups synkroniseres med den nye klienten, men vil vi egentlig vente til da med å ta i bruk den nye klienten?

 

Dessverre så er svaret på det spørsmålet både: JA og NEI.

En av hovedårsakene til at jeg vil svare kundene mine med “NEI” er at Next Generation Sync Client ikke støtter alle kilder ennå. Hvilket vil gjøre alt mye mer komplisert, da man vil måtte ha både den nye klienten og den gamle installert samtidig.

Klienten støtter blant annet ikke synkronisering av hverken SharePoint eller Office 365 Groups filer ennå. Mange av mine kunder ønsker spesielt å synkronisere SharePoint biblioteker, da de har startet med å flytte fellesområdene sine ut i SharePoint.

Når det gjelder “JA” så har jeg mange kunder som har ventet med å ta i bruk OneDrive fordi den gamle klienten var ekstremt ustabil, slik at for alle disse kundene så vil brukeropplevelsen nå oppleves helt annerledes. Den nye klienten er superstabil, jeg har brukt den i lang tid allerede uten et eneste problem, og ikke minst så kan jeg velge hvilke mapper jeg ønsker å synkronisere, slik vi er vant med fra den private OneDrive klienten. Så OneDrive eller den gamle “MySite” vil fungere utmerket med den nye klienten, og da kan endelig mine kunder begynne med å ta i bruk OneDrive For Business.

Dette vil for mange være grunn god nok til å ta i bruk den nye klienten.

Så om jeg skulle ha måtte velge enten eller så ville jeg anbefale mine kunder å ta i bruk den nye klienten for OneDrive for business, og eventuelt å lære opp brukerene til å aksessere filene som er lagret i Groups / SharePoint Team sites gjennom nettleseren. For gjennom nettleseren så får man uansett en rekke valg som man ikke har i fil utforskeren. Som f.eks filtrering, ulike visninger osv.

Så min anbefaling er ta start med å bruke den nye synkroniseringsklienten.

For dere som er administratorer i organisasjonen så har Microsoft kommet med en rekke egenskaper som vil gjøre jobben deres mye enklere, og ikke minst som lar dere ha kontrollen. Dere kan f.eks gjøre en stille installasjon av klienten og koble denne opp mot brukerens OneDrive uten å involvere brukeren. Dette kan derfor både administreres og automatiseres fra IT avdelingen. Hvilket er et stort pluss, og som også bidrar til min anbefaling over.

Men sørg for å lese anbefalingene her til Microsoft nøye før dere starter med å rulle dette ut i deres organisasjon. Legg spesielt merke til det som har med registry, Azure AD, GPO og PowerShell.

 

Så om dere ønsker å rulle ut den nye synkroniseringsklienten i deres organisasjon sørg for å følge anbefalingene og alle stegene som jeg nevner over.

 

Konklusjon

Konklusjonen blir derfor at Microsoft har gjort en utmerket jobb med NGSC for OneDrive. Det er bare å starte med å ta den i bruk, for dere som drifter miljøene har nå mye større kontroll og muligheter med denne nye klienten som dere ikke hadde før. Men som sagt vær obs på at SharePoint Team Sites og Groups ikke kan synkroniseres ennå. Det er fortsatt noen operativsystem som ikke støttes. Men heldigvis så skal vi ikke måtte vente så veldig lenge før dette også blir fikset. Så det er ingen grunn til å vente. Start utrullingen nå.

Til slutt ønsker jeg å utrykke en stor takk til Hans Brender, den virkelige OneDrive guruen, som har gitt meg inspirasjon til å lage denne blog posten. Endel innhold er også hentet i fra han.

Her er lenken til bloggen hans om dere ønsker å lære mer om OneDrive.

Využijte, co už ve Windows 10 máte (1/6) – Budíky a hodiny

0
0

Pokud se s Windows 10 teprve seznamujete a „aplikace ve Store“ je pro vás španělská vesnice, obeznamte se nejdříve s tím, co už ve Windows 10 všichni máte, a nejspíš o tom ani nevíte. Jen pro začátek – všechny aplikace najdete za použití tlačítka Windows. 

Budíky a hodiny

Všechny předměty na všech stupních

Trochu fádně pojmenovaná aplikace v sobě skrývá spoustu užitečných nástrojů. Když pomineme budík, ke kterému je primárně určena, můžeme ve třídě využít zbývající tři nástroje.

Světový čas

Karta Světový čas na první pohled zobrazuje pouze aktuální čas. Můžete na něm ale žákům ukázat, jak postupuje slunce, a s ním světlo a tma. Světleji podbarvená polovina mapy je právě zalitá sluncem, zatímco tmavší část mapy má tmu. Žáci na první pohled uvidí, kde se zrovna spí, kde se probouzejí a kde asi obědvají. Ve vyšších ročnících si můžete nechat zobrazit i různá města světa přímo na mapě a s místním časem! Města jsou počeštělá, takže žádný Beijing – pěkně česky Peking.

Měst lze přidat více. Aplikace může tedy sloužit jako mapa světa s vyznačenými městy, které si sami vyberete.

Pomocí laserových ukazovátek si můžete zahrát i hádací hru, kdy řeknete světové město, necháte žáky, ať ho na projekční ploše označí, a teprve poté město vyhledáte. Schválně, o kolik se kdo spletl?

V hodinách angličtiny můžete využít světový čas pro průběhový čas – co právě dělá Ilja v Rusku, Arnar na Islandu nebo Sandy v New Yorku?

Časovač

Když chcete žákům odpočítat čas, není nic názornějšího než ohromný odpočet přes celou plochu. I to Windows umí od základu. V kartě časovač si navíc můžete pojmenovat a uložit více časovačů, takže je nemusíte nastavovat každou hodinu. Více časovačů přidáte pomocí tlačítka +.

Odpočet spustíte typickým trojúhleníkovým tlačítkem. Aby na něj ale viděli všichni, jde odpočet roztáhnout na celou plochu, a to pomocí roztahovací ikony (dvojšipka).

Odpočítávat můžete sportovní výkony, čas na písemku, čas do začátku hodiny nebo fyzikální pokusy.

Stopky

U fyzikálních pokusů využijeme možnost Stopky. Stopky ve Windows fungují jako plnohodnotné stopky sportovní, umí tedy počítat i mezičas. Spustíte-li odpočet, objeví se u stopek ikonka vlajky, která slouží k záznamu mezičasu.

Příště můžete nechat v kabinetu tělocviku stopky, stačí mít po ruce tablet nebo telefon s Windows 10. Mezičasy totiž můžete jedním kliknutím sdílet a poslat si je hned na e-mail, OneNote nebo je vystavit na Facebooku. Už žádné přepisování!

Autor. Václav Lipavský, Microsoft Innovative Expert Educator

Bliv klogere på 21. århundredes læringskompetencer

0
0

Hvordan får vi innovation, samarbejde og digital kreativitet ind i klasselokalet som en del af hverdagsundervisningen?

Det spørgsmål sætter vi under lup, når vi sammen med Center for Undervisningsmidler inviterer til konferencen ” 21st Century Learning Skills - som læringskompas” den 2. marts 2016 fra 09.00-15.45.

For at komme til bunds i det 21. århundredes læringskompetencer har vi inviteret Deirdre Butler, der er én af hovedpersonerne bag ITL-Research og udviklingen af 21st Century Learning Design, til at holde et oplæg om de nødvendige kompetencer i en global verden. Også forskeren Ole Sejer Iversen fra Århus Universitet gæster konferencen med et oplæg, der ligeledes sætter fokus læringskompetencerne.

Mellem de oplæggene er der erfaring at hente fra en palet af break-out talkshops, hvor hver talkshop på forskellige måder har taget det 21. århundredes læringskompetencer til sig. Eksempelvis fortæller Rødovre Kommune og Kolding Kommune om deres erfaringer med henholdsvis elevagenter og tool camps. Der også mulighed for at høre mere om fremtidens klasselokale og erfaringerne fra et KL-projekt om kapacitetsopbygning ift. it-strategi 21st.

Dagen slutter med Søren Ejlersen, medstifter af Aarstiderne, der sætter perspektiver på læringskompetencerne, innovation og entreprenørskab som afgørende kompetencer for udvikling af kompetencer til liv og arbejdsliv.

Konferencen foregår hos os i Lyngby, og det koster 695 kr. at deltage i konferencen.

Tilmeld dig her

Partner of the Year Awards categories have been announced

0
0

We are happy to announce the categories for the Microsoft Partner of the Year Awards 2016. Partner of the Year Awards are our way to understand the great work that our partners do across the world and reward the very best of those stories with one of these prestigious awards. Winning one of the Partner of the Year Awards positions your company for new business opportunities, generates positive press coverage, and can lead to even greater market recognition.

If you know you have a great story to tell, we have put together some packages that will help our UK partners position the story and create an award winning entry:

Project Line

Project Line provides a bespoke support service, designed specifically for partners looking to enter, but might not have the bandwidth to manage their entry. The first step is to understand your business and align your skills and success to the specific award categories. Your personal awards specialist will work with you to understand your business and align your skills and success to the specific award categories, helping to develop right stories to put forward. Upon completion your final entry will be provided back to you to submit within the Partner of the Year Award Nomination Tool. The cost of the service is £595.00 per entry. To book onto the review service please contact: Sarah Allen sarah.allen@clmacademy.com 0207 129 1395

ResourceiT

With 75% success rate for WPC awards Winners & Finalists ResourceiT is expert at creating the WOW factor of your entry. Working with partners for over 5 years ResourceiT has a proven methodology that makes the entry process stress free and rewarding. With various packages available from Free of Charge - Maximising Awards and Building Credibility Academy Workshop, Entry Review to £1,500 for Full Entry Package, ResourceiT can provide a solution that suits your needs. For more information or to book please contact mmme@microsoft.com

The award nominations open on 19th February, so consider the following categories, and think about a world class story you have, that could raise your profile and win a Partner of the Year Award.

COMPETENCY BASED AWARDS

Application Development

Azure Certified Hybrid Cloud

Azure Certified ISV Solution

Cloud Business Licensing

Cloud Customer Relationship Management

Cloud Productivity

Collaboration and Content

Communications

Data Analytics

Data Platform

Developer Platform (SI)

Distributor

Enterprise Mobility

Enterprise Resource Planning (ERP)

Hosting

Hybrid Cloud & Infrastructure Platform

IoT

Learning

Messaging

OEM

Project and Portfolio Management

Small and Midmarket Cloud Solutions

Software Asset Management (SAM)

Windows and Devices Deployment

PUBLIC SECTOR AWARDS

Education

Government

Public Safety and National Security

Health

CityNext

CITIZENSHIP AWARDS

Innovative Technology for Good Citizenship

YouthSpark Citizenship

ALLIANCE AWARDS

Alliance ISV

Alliance SI

OTHER AWARDS

Modern Marketing

Microsoft Dynamics Industry

COUNTRY PARTNER OF THE YEAR AWARD

Office Timeline – Stand out and impress your audience with integrated project timelines

0
0

Office Timeline utilizes Azure technologies with their new PowerPoint application to deliver high quality professional time lines and Gannt charts instantly so that users can impress their audience with just a couple of clicks.

 

Create professional Gannt charts, project visuals, and project timelines with Seattle-based startup Office Timeline’s new Microsoft PowerPoint application. Office Timeline’s application frees business professionals from the tedious work of manually creating project visuals that are difficult to produce and manage. With Office Timeline, professionals can quickly create and manage clear, elegant project visuals. Office Timeline’s new Timeline Wizard lets users pick their desired timeline style, and finishes the visual in three easy steps.

Office Timeline’s application enables the user to quickly create, and seamlessly integrate, professional project visuals for any presentation – allowing companies and individuals to distinguish their project plans with beautiful timeline slides, created from within PowerPoint. While these projects have previously taken working professional’s hours to complete, Office Timeline completes the project in just a couple of clicks, says CEO Tim Stumbles. “People actually try to make these project timelines themselves piece by piece because they need project visuals, but they are brittle, fragile, time consuming, and difficult to change. Office Timeline get the details, the data, and turns it into a beautiful presentation right inside PowerPoint.”

Cultivating business relationships and accessing resources has been key part Office Timeline’s growth and prosperity, as with any startup. The Microsoft BizSpark program has provided Office Timeline with Azure as reliable hosting platform, improved scalability, and flexibility – enabling them to establish a customer base of over 1 million users. According to Co-Founder Eddy Malik, “Given the benefits of BizSpark, there is no way we could have launched this business without the state of technology that Azure provides.  We have exponentially grown and Azure has been a godsend to our developers. We have been able to expand with hashing and storing. As we’ve grown it has all been so smooth and natural.”

Although not originally reliant on Azure, Office Timeline decided to make the switch after having problems with their previous hosting service says Malik. “At one point we had a great business and PR opportunity and, that day, the entire server went down so nobody had any access. We constantly had issues with email servers and it was really inhibiting our ability to market our product and grow our user base. Consequently, we decided something had to be done. We needed to make a change if we were going to be successful.” After this set back, Office Timeline decided to cultivate a relationship with BizSpark and migrate to Azure to update their technology stack, continues Stumbles. “We looked at other services, but it always ended up being too complicated. Azure’s services have made it an absolute no brainer. When we migrated, we got the file transferred and online in under one hour. Our scale functionality has been amazing and we have not had a single minute of downtime since our switch to Azure. We have ten or twenty times the traffic as before and still no troubles.”

In addition to Azure, Office Timeline utilizes other Microsoft Services to enhance the quality and usability of their product – including CSharp, ASP.NET, Visual Studio, and Visual Studio Online. Visual Studio and Visual Studio Online have been a key part of Office Timeline’s growth says Mallik. “We used to have our own server, but it was difficult to maintain - especially with our overseas office. Since switching to Visual Studio, everything has run flawlessly, it has been perfect.”

Office Timeline’s has been able to use their quality PowerPoint application and essential business partnerships to thrive in the competitive and demanding startup industry. “Our biggest challenge, initially, was getting the product to market quickly. In every effort I made to reach out to the BizSpark team, there have been people that have wanted to help.” says Malik, “We feel lucky and grateful to have worked with BizSpark. We really would not have been able to top the 1 million user mark without them.”

+++++++++++++++++++++++++

Microsoft is helping these startups succeed through its BizSpark program. To join or see other startup stories, visit us at our website here. To listen to our startups, check out these podcasts on devradio here

About BizSpark:  Microsoft BizSpark is a global program that helps startups succeed by giving free access to Microsoft Azure cloud services, software and support. BizSpark members receive up to $750 per month of free Microsoft Azure cloud services for 3 years: that’s $150 per month each for up to 5 developers. Azure works with Linux and open-source technologies such as Ruby, Python, Java and PHP. BizSpark is available to startups that are privately held, less than 5-years-old and earn less than $1M in annual revenue.

Support Corner Webcast: Office 365 Support & Recovery Assistant (SaRA)

0
0

Amir Hague will be delivering a webcast tomorrow to introduce the Support & Recovery Assistant tool – SaRA.  Amir is a very well known and respected program manager within Microsoft, who is heavily focused on Office 365 and Exchange issues.

 

What: This webcast introduces SaRA which is an automated tool that can be run by Office 365 users on their machines to help troubleshoot common support issues, related to Outlook, Office Setup, Outlook Web App & Mobile devices. We will be talking about:

  • Objectives of SaRA & Target Audience
  • Support Scenarios available in SaRA
  • Technical Details of Support Scenarios (analyzers & recovery workflows)
  • Lifecycle of Scenario Development
  • Live Demos of certain scenarios & recovery workflows
  • SaRA Telemetry & Customer Follow Ups
  • SaRA Resources
  • Future Plans

When: January 26th, 2016 @ 10:00am (PST), 1 hour presentation

Who: Amir Haque is a Supportability Program Manager focusing on Exchange Client Access & Mobility scenarios. He has been working with Exchange Server for over 15 years. Most recently when we released Office 365 & Exchange Online, his main focus has been on the supportability of Client Access scenarios in online space. Amir analyzes common support issues for Exchange client access scenarios and then works with different product teams to improve customer experience in those scenarios. Since April last year, he has been working with SaRA Team to help develop automated troubleshooting and recovery workflows for top support issues in Outlook, OWA & Mobile devices.

 

For additional information and how to join, please see the Office 365 community site

 

Cheers,

Rhoderick


(Cloud) Tip of the Day: Link an Azure RemoteApp collection to your existing Azure Virtual Network (without domain join!)

0
0

Today’s (Cloud) Tip… How to Link an Azure RemoteApp collection to your existing Azure Virtual Network (without domain join!)

Azure RemoteApp Cloud Collections can now be added to Azure Virtual Networks without the need join a domain.

Use the following steps to create a cloud + VNET collection:

  1. In the management portal, go to the RemoteApp page.
  2. Click New > Create with VNET.
  3. Enter a name for your collection.
  4. Choose the plan that you want to use - standard or basic.
  5. Choose the VNET you already created. Don't know how to do that? For now, the steps are in the hybrid topic.
  6. Decide whether you want to join your collection to your domain. If yes, you'll need to use AD Connect to integrate Azure AD and your Active Directory environment. That's covered in below in Step 2.
  7. Click Create RemoteApp collection.

Check out the full how-to details on How to create a cloud collection of  Azure RemoteApp.

Windows: Support-Richtlinien für Geräte mit Skylake-Prozessoren

0
0

In diesem Blogpost haben wir kürzlich die aktualisierten Support-Richtlinien von Windows 10 für neue Prozessor-Generationen bekannt gegeben. Diese gelten mit Ausnahmen auch für Intels „Skylake“: Um Kunden beim Umstieg auf Windows 10 zu helfen, wird die Nutzung von Windows 7 und Windows 8.1 auf ausgewählten Devices mit „Skylake“ Prozessoren von Microsoft weiter bis zum 17. Juli 2017 unterstützt. Die angekündigte Veröffentlichung der betreffenden Geräte findet ihr hier. Kunden haben damit bis zu 18 Monate Zeit, ihr Upgrade vorzubereiten.

Einen umfassenden Blog Post der Microsoft Corporation zu den Support-Richtlinien von Windows findet ihr zusammenfassend hier.

 

 

Ein Beitrag von Irene Nadler (@irenenadler)
Communications Manager Devices und Services bei Microsoft Deutschland

- - - -

Über die Autorin


Irene Nadler arbeitet bei Microsoft im Bereich Presse und Öffentlichkeitsarbeit und betreut die Themen Windows, Surface und Windows Phone. Mit Windows ist sie schon seit Windows 95 gut bekannt. In ihrer Freizeit stehen Kultur und Fußball ganz oben auf der Liste.

 

 

 

Attend the US SMB Partner Insider call Friday, February 5th and have a chance to win a Bose SoundLink Mini Bluetooth Speaker II*!

0
0

Join your regional Partner Insider call Friday, February 5th!

 The featured topic we’ll be covering this month is Microsoft Azure scenarios to modernize your customers’ infrastructure. You’ll also get business insights from your Regional General Manager, Microsoft Partner Network (MPN) updates and the Partner Insider Scoop including need to know offers, incentives, and upcoming events. Attendees who complete the evaluation will be entered in for a chance to win a Bose SoundLink Mini Bluetooth Speaker II*.


Select your region to register!

Looking forward to seeing you there!

Hester_Matt-5330

 

Matt Hester
Sr. Partner Technology Strategist

*NO PURCHASE NECESSARY. Open only to legal residents of the 50 U.S. and D.C., 18+. Sweepstakes ends2/6/16. For Official Rules, see https://www.yammer.com/msuspartner/uploaded_files/49915347

Gør din OneNote mere levende

0
0

I stedet for at scrolle til siden eller ned gennem OneNote for at se dine tabeller og billeder, der står lidt hulter til bulter, kan du med en ny app trylle det hele over i Sway. På den måde bliver dine noter forvandlet til en visuel historie. Det kræver ikke andet, end at du downloader app’en ”Send to Sway”, som er et add-in til OneNote, før du får en anden visuel oplevelse, end OneNote giver dig.

Når først du har lavet din OneNote om til en Sway, kan du frit redigere i den - helt uden at det påvirker din OneNote. Du kan både flytte rundt på rækkefølgen og tilføje ekstra elementer som billeder eller videoer i din Sway, så det passer til dit formål.

App’en findes pt kun som preview og kan hentes her.

My Top Reasons to Use OneDrive

0
0

 

As you might have noticed, I am now in the OneDrive team. Since I’ve been here for a few months, I think I earned the right to start sharing a few blogs about OneDrive. I’ll do that over the next few months, focusing on the user’s view of OneDrive (as opposed to the view we have from the inside).

 

To get things started, this post shares my top reasons to use OneDrive. As you probably already heard, OneDrive is a cloud storage solution by Microsoft. You can upload, download, sync, and share files from your PC, Mac, Phone or Tablet. Here are a few reasons why I like to use OneDrive.

 

1) Your files in the cloud.The most common reason for using OneDrive is to upload or synchronize your local data to the cloud. This will give you one extra copy of your documents, pictures and videos, which you could use if your computer breaks. Remember the 3-2-1 rules: have 3 copies of your important files, 2 in different media, 1 in another site. For instance, you could have one copy of your files on your PC, one copy in an external drive and one copy in OneDrive.

 

clip_image002

 

2) View and edit Office documents. OneDrive offers a great web interface that you can access anywhere you have a OneDrive client or using the http://onedrive.comweb site. The site includes viewers for common data types like videos and pictures. For your Office documents, you can use the great new Office apps for Windows, Mac OSX, Windows Phone, iOS and Android. You can also use the web versions of Word, Excel, PowerPoint or OneNote right from the OneDrive.com web site to create, view and edit your documents (even if Office is not installed on the machine).

 

clip_image003

 

3) Share files with others. Once your data is in the cloud, you have the option to share a file or an entire folder with others. You can use this to share pictures with your family or to share a document with a colleague. It’s simple to share, simple to access and you can stop sharing at any time.  OneDrive has a handy feature to show files shared with you as part of your drive and it’s quite useful.

 

clip_image004

 

4) Upload your photos automatically. If you use a phone or tablet to take pictures and video, you can configure it to automatically upload them to OneDrive. This way your cherished memories will be preserved in the cloud. If you’re on vacation and you phone is lost or stolen, you can replace the phone, knowing that your files were already preserved. We have OneDrive clients for Windows Phone, iOS and Android.

 

clip_image006

 

5) Keep in sync across devices. If you have multiple computers, you know how hard it is to keep data in sync. With OneDrive, you can keep your desktop, you laptop and your tablet in sync, automatically. We have OneDrive sync clients for Windows and Mac OSX. You also have an option to sync only a subset of your folders. This will help you have all files on a computer with a large drive, but only a few folders on another computer with limited storage.

 

clip_image008

 

6) Search.OneDrive offers a handy search feature that can help you find any of your files. Beyond simply searching for document names or text inside your documents, OneDrive will index the text inside your pictures, the types of picture (using tags like #mountain, #people, #car or #building) or the place where a picture was taken.

 

clip_image009

 

Did I forget something important? Use the comments to share other reasons why you like to use OneDrive…

Viewing all 17778 articles
Browse latest View live




Latest Images