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

[Script Of Apr. 15] How to monitor system performance and write to SQL Server using Powershell

$
0
0
image
Apr.
15
image
image

Script Download:  
The script is available for download from https://gallery.technet.microsoft.com/scriptcenter/How-to-monitor-system-9ed44bab.

You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment. 

This script demonstrates how to monitor system performance and write to SQL Server using Powershell

You can find more All-In-One Script Framework script samples at http://aka.ms/onescriptingallery


Tip o' the Week 323 – Some lesser-known Excel spreadsheetery

$
0
0

Spreadsheets did – or do, still – make the modern IT world go round. clip_image001Until Dan Bricklin and VisiCalc invented the familiar grid-based software environment, business school boffins had to manually write up large grids of numbers on blackboards, and routinely calculate the impact of changes in any one “cell” based on a book of formulae. An error-prone process that could, as you’d imagine, take a long time.

As it happens, VisiCalc powered the Jobs’n’Woz enterprise to mass success, as Apple IIs were selling (even fully kitted out at $5k+ a time, in the 1980s) to middle managers who were sick of the Data Processing department taking ages to turn around financial reports, so they took to sticking an Apple on their desk and doing the sums themselves. If you’re interested in all of this, see here.

This threat from Valley spooked Big Blue enough to worry about the mainframe franchise being under threat, and after a couple of false starts and a skunkworks project called Chess, the PC was born.

Lotus software quickly became the de facto spreadsheet provider running on PC-DOS (as it was so fast, meaning the spreadsheet jockeys ditched their Apple IIs and flocked to PCs), but Lotus got distracted with OS/2 while Microsoft’s Windows 3.0 started to gain traction. In place of WordPerfect, Lotus 1-2-3 and dBase, the 1st party Microsoft Office suite took early and full advantage of Windows, ultimately powering Office to the front. So, Excel trumped 1-2-3, just as Lotus eclipsed VisiCalc.

That means Microsoft Excel for Windows has been around for a very long time, and there are many functions you’ve probably never used – but there are loads of useful tips that could make your life easier. Here are a few…

  • Text editing– yes, yes. Spreadsheets are for putting in numbers, making calculations and drawing up charts… but some management types do like to go on about other stuff in text fields. Did you know if you press ALT+ENTER whilst entering text, you’ll add a new line to the text box and, most-likely, resize it in the sheet?
  • clip_image003Change the Enter key – when Power Users press ENTER, they mean, er… moving to the cell below? What if they’d prefer to move to the cell to the right? Well, you can change it … just go to File | Options | Advanced
  • The power of F4 – one of the handiest shortcut keys in any Office app, pressing F4 simply re-does whatever the last action was. Say you’ve just changed a cell’s format; well, instead of using Format Painter to select the formatting and paste it into another one, you could just press F4 to apply the same changes to another selected cell. And keep on pressing F4 to re-apply the same settings to other cells too. CTRL+Y has the same effect.

clip_image004

  • Stripey rows are a nice way of drawing differentiation within tables – if you select cells and use the Format as Table command on the Home tab, one of the side effects of tablifying your cells is to give you the option of making the rows and/or columns stand out from each other. If you want to apply the same sort of formatting to a block of cells without making clip_image006them act like a table (maybe you’ve copied and pasted cells from a proper table and then removed some of the rows, thereby breaking the colour sequence), then a simple trick is to apply formatting:
  • Select your block of cells then go to Conditional Formatting on the home tab
  • Choose a new rule, then use a formula…
  • Enter =MOD(ROW(),2)=0 as the formula itself and then click the Format… button to select the formatting you’d like to apply to every other row (fill a colour, for example). You could try the same trick with =MOD(COLUMN(),2)=0 if you’d prefer… or change the number to highlight only every 10th row, etc.
  • Add a calculator to the Quick Access Toolbar – the QAT was featured the other week, and here’s another clip_image008handy use for it. Although spreadsheets are great for calculation, sometime you don’t want to add a formula to process numbers, but would rather tot them up yourself and add the result to your sheet. If you’ve done this before, there’s no need to feel inadequate – assuage your tech guilt and put a shortcut to the Windows Calculator by clicking the down-arrow to the right of the Quick Access Toolbar, selecting All Commands from the drop-down, and then Adding the Calculator so you can launch it easily in future. (Or just press Windowskey+R then enter calc).

Security Focus: Report on Constrained Delegation

$
0
0

It's a subject that's been written about on numerous occasions. However, there's not much out there on how to understand the extent of constrained delegation in a domain. What is constrained delegation then?

Here's something from a pervious occasion:

"...The feature that allows an application to act on behalf of a user is known as Kerberos Delegation. It has to be explicitly enabled for trusted services on a trusted computer. It can be switched on for a service account running the service or for the computer's Local System account (all services running as Local System). It can be unconstrained, i.e. the application can impersonate the user anywhere else within the forest or across a trust, or it can be constrained, i.e. the application can only impersonate the user to a specific service on a specific computer.

If a trusted computer is compromised, the trusted application could act on behalf of any user that has presented itself to the service to perform malicious activity..."

 


If you have to use Kerberos Delegation, then constrained delegation is the way to go. Delegation is considered to be constrained because the identity (service account / computer account) that is used to request the service ticket must be configured to access a specific service.

That's the context. Now to use PowerShell to understand where you have constrained delegation configured in a domain.

$Findings=Get-ADObject-Filter {msDS-AllowedToDelegateTo-like"*"} -PropertiesmsDS-AllowedToDelegateTo

if ($Findings) {

$Findings|Export-Clixml-Path.\ALLOWED_TO_DELEGATE_TO.xml

}

 

I'm exporting to XML so I can view any objects that have multiple entries in the msDS-AllowedToDelegateTo property.

 

And... the great thing about exporting to XML is that you can re-import the contents as identical objects (minus the methods).

 

26 апреля в Москве - конференция Project «Управляй бизнесом как проектом»

$
0
0

Друзья, приглашаем вас принять участие в 5-йюбилейной конференции Microsoft Project «Управляй бизнесом как проектом», которая состоится в Москве 26 апреля 2016года по адресу: DigitalOctober,Берсеневская набережная, 6, стр.3. Конференция будет интересна тем, кто планирует эффективно управлять важными для бизнеса проектами и успешно развивать проектный офис в своей компании.

...(read more)

Les Public Updates du mois d’Avril (MAJ)

[改訂版] SCOM で監視を実施する際のウィルス対策ソフトの設定について

$
0
0

こんにちは、日本マイクロソフト System Center Support Team の久保です。

System Center Operations Manager (以下、SCOM) の運用を行う中で、ウイルス対策ソフトとの競合により、監視がうまく行われないという事象が発生することがございます。
今回は事象発生の予防や、監視がうまく行われない場合の切り分けの一つとして、ウイルス対策ソフトの除外設定についてご紹介いたします。

"SCOM サーバー" および "監視対象のコンピューター" の両方にて、ウイルス対策の除外設定を行う必要がございます。

除外設定が必要となる項目は、下記の 4 項目でございます
※ 以下では、SCOM 2012 R2 に関する設定方法をご案内いたします。
※ ご案内しておりますファイルのパスは、インストール時に規定で設定したパスでございます。ご環境に合わせて、適宜変更をしてください。

1. SCOM 2012 R2管理サーバー
2. SQL サーバー
3. SCOM エージェント
4. 拡張子


1. SCOM 2012 R2 管理サーバー
=====================

以下のフォルダを除外してください。

> C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Server\Health Service State


2. SQL サーバー
=====================

以下のフォルダを除外してください。
# SQL Server のバージョンやインストール時に指定したインスタンス名により、フォルダ名が異なります。

- SQL Server データベース

> C:\Program Files\Microsoft SQL Server\MSSQL<バージョン ナンバー>.<インスタンス名>\MSSQL\DATA

- SQL Server ログファイル:

> C:\Program Files\Microsoft SQL Server\MSSQL<バージョン ナンバー>.<インスタンス名>\MSSQL\Log


3. 監視対象サーバー
=====================

以下のフォルダを除外してください。

> C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State


4. 拡張子
=====================

SCOM 2012 R2 管理サーバーおよびエージェントは以下の拡張子を除外してください。
SCOM 2012 R2 により使用されるキューおよびログ ファイルを含みます。

- EDB
- CHK
- LOG

SQLサーバーでは以下の拡張子を除外してください。
データベースファイル及びログファイルを含みます。

- MDF
- LDF


必要な設定は以上でございます。
なお、SCOM では、バージョン (2007 や 2012 等) により、フォルダー名が異なりますので、ご注意ください。

※ 今回ご紹介する設定を実施していただいても、ウイルス対策ソフトの影響を完全に除外することができない可能性もございます。
上記設定を実施していただいても事象が改善しない場合で、ウイルス対策ソフトのドライバ レベルでの影響が考えられる場合には、切り分けとしてウイルス対策ソフトのサービスを停止してただいたうえで、様子をご確認ください。本切り分けにて事象が改善された場合には、ウイルス対策ソフトのアンインストールの実施をお願い致します。
なお、この場合にはウイルス対策ソフトのアンインストール以外による対処方法はございませんので、あらかじめご承知くださいますようお願い申し上げます。

以下、SCOM 2007 および SCOM 2012 における公開情報でございます。
よろしければ、ご参考までにご確認ください。

> MOM 2005 および Operations Manager 2007 に関連するウイルス対策の除外に関する推奨事項
https://support.microsoft.com/ja-jp/kb/975931

> SCOM 2012 におけるウイルス対策ソフトウェアの除外設定について
http://blogs.technet.com/b/systemcenterjp/archive/2012/08/13/3513979.aspx

SCVMM 運用の中で推奨するウイルス対策ソフトの除外設定について

$
0
0

こんにちは、日本マイクロソフト System Center Support Team の久保です。

System Center Virtual Machine Manager (以下、VMM) の運用を行うにあたり、ウイルス対策ソフトの除外設定を推奨しております。
今回は VMM の運用で必要なウイルス対策ソフトの除外設定についてご紹介いたします。

Hyper-V 管理コンソールに仮想マシンが表示されない場合には、以下の設定を実施し、Hyper-V 仮想マシン管理サービスの再起動を実施してください。



◇ 除外推奨ファイル
====================

 - VHD(X)
 - AVHD(X)
 - VSV
 - ISO ファイル


◇ 除外推奨パス
====================

除外が推奨されるパス (除外推奨ファイルが格納されているフォルダーのパス) は下記でございます。

 > C:\ProgramData\Microsoft\Windows\Hyper-V
 > C:\Users\Public\Documents\Hyper-V\Virtual Hard Disks
 > C:\ProgramData\Microsoft\Windows\Hyper-V\Snapshots
 > C:\ClusterStorage

※ 既定以外のパスに仮想ハード ディスクや Hyper-V レプリカを格納している場合、そのフォルダーにも除外設定を行ってください。
※ ファイル サーバーなどの共有フォルダー上に仮想マシン ファイルを保存している場合には、そのフォルダーにも除外設定を行ってください。


◇ 除外推奨プログラム ファイル
===========================

 - Vmms.exe
 - Vmwp.exe


* 注意 *

エラー コード: 0x800704C8 が表示されている場合、仮想マシンの構成ファイルが破損している可能性がございます。
この場合には、仮想マシンの再作成もしくはバックアップからの復元を行う必要がございます。


以下は、本内容に関しての公開情報でございます。
ご参考までにご確認ください。

> Recommended antivirus exclusions for System Center Virtual Machine Manager and managed hosts
https://support.microsoft.com/ja-jp/kb/3119208

> HYPER-V ホスト用のウイルス対策の除外を推奨
https://support.microsoft.com/ja-jp/kb/3105657

What you can expect from Microsoft's Worldwide Partner Conference 2016

$
0
0

This years Microsoft Worldwide Partner Conference takes place in Toronto, Canada between 10-14 July 2016.  

Matt Shaw and Maxine McDonald, from the UK MPN Team, discuss what you can expect as a first time attendee and some new elements if you're a seasoned WPC attendee.

Are you an Independent Software Vendor/App Developer - learn the particularly significant opportunity of attending.

See how attending WPC15 has helped re-invigorate Prosperity 24.7 business

The WPC Agenda - Helping you achieve greater profitability

Start your Worldwide Partner Conference Journey


SPUpgradeException - Error message when you run the "SharePoint Products and Technologies Configuration Wizard" when you create a New SharePoint 2016 Farm

$
0
0

SYMPTOMS

On a Windows Server 2012 R2 server that has SharePoint Server 2016 installed, when you run the SharePoint Configuration Wizard to Create a New SharePoint Farm, when the wizard reaches Step 3, you receive the following error message


   Exception: Microsoft.SharePoint.Upgrade.SPUpgradeException: One or more types failed to load. Please refer to the upgrade log for more details.

   at Microsoft.SharePoint.Upgrade.SPActionSequence.LoadUpgradeActions()

   at Microsoft.SharePoint.Upgrade.SPActionSequence.get_Actions()

   at Microsoft.SharePoint.Upgrade.SPActionSequence.get_ActionsInternal()

   at Microsoft.SharePoint.Upgrade.SPUtility.GetLatestTargetSchemaVersionBeforeMajorVersion(Type typeActionSequence, Int32 majorVer)

   at Microsoft.SharePoint.Upgrade.SPSiteSequence.get_PreviousTargetSchemaVersion()

   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.PopulateSequencesTable(StringBuilder sqlstr, Boolean siteSequence)

   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ConstructSiteNeedsUpgradeQuery(Guid siteId)

   at Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence.GetSiteNeedsUpgrade(SPUpgradeSession session, SPContentDatabase database, Dictionary`2& dictSitesNeedUpgrade, Dictionary`2& dictSitesNeedFeatureUpgrade)

   at Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence.AddNextLevelObjects()

   at Microsoft.SharePoint.Upgrade.SPHierarchyManager.Grow(SPTree`1 root, Boolean bRecursing, SPDelegateManager delegateManager)

   at Microsoft.SharePoint.Upgrade.SPHierarchyManager.Grow(SPTree`1 root, SPDelegateManager delegateManager)

   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.NeedsUpgrade(Object o, Boolean bRecurse)

   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveNeedsUpgrade(Object o, Boolean bRecurse)

   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.NeedsUpgrade(Object o, Boolean bRecurse)

   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveNeedsUpgrade(Object o, Boolean bRecurse)

   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.NeedsUpgrade(Object o, Boolean bRecurse)

   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveNeedsUpgrade(Object o, Boolean bRecurse)

   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.NeedsUpgrade(Object o, Boolean bRecurse)

   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveNeedsUpgrade(Object o, Boolean bRecurse)

   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.NeedsUpgrade(Object o, Boolean bRecurse)

   at Microsoft.SharePoint.Administration.SPServerProductInfo.DetectLocalUpgradeStatus()

   at Microsoft.SharePoint.Administration.SPServerProductInfo.DetectLocalProductVersions(SPProductVersions prodVer)

   at Microsoft.SharePoint.Administration.SPServerProductInfo.UpdateProductInfoInDatabase(Guid serverGuid)

   at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost, Nullable`1 serverRole)

   at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()

   at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()

   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

 

The following screenshot shows the ULS log entry that relates to the SPUpgradeException error.

 Error Exception: Could not load file or assembly ‘Microsoft.Data.Odata’

 Error failed to call GetTypes()



CAUSE

The issue only appears to occur, if you are downloading the Microsoft WCF Data Services 5.6” prerequisites component using the direct download (Offline installer) link or if you copy the Microsoft WCF Data Services 5.6” executable from a network location.   Files that are downloaded from the internet or copied from a Network location are blocked by Windows Operating System SmartScreen Program/ File Security feature.

 In some cases, though installation of the blocked file is allowed.  However, this may affect the installation or the registration of certain components.


 

WORKAROUND

Method 1

If the server where SharePoint Server 2016 is installed is connected to the internet, then use the PrerequisiteInstaller.exe to download the necessary prerequisites component using the prerequisite installer.  Microsoft WCF Data Services 5.6” component that was installed using thePrerequisiteInstaller.exe is not affected by this issue.

 

Method 2  

If the SharePoint 2013 Server is not connected to the internet, then unblock the WCFDataServices.exe file from the File properties.  Rerun the executable and click Repair to re-install/repair the component.

After a successful repair of the WCF Data Services component, rerun the SharePoint Configuration Wizard for a successful creation of a New SharePoint Farm.


 

APPLIES TO

Windows Server 2012 R2

SharePoint Server 2016 RTM

 

 

 

International Update - Canada's community update

$
0
0
Hello Wiki Ninjas.

Welcome to the International Update

It's good to talk about international cooperation.

Because we understand the actions and movement of employees around the world.

Understanding the challenges, mistakes, successes and innovations they bring to the Wiki Ninja.

The highlight of the international community is Canada.



This person makes great collaboration, help and hard work in our community.

It is my pleasure to introduce KEN CENERELLI



Quick summary of it in the community:

- He is a member since 2011.

- TechNet Guru Winner.

- MVP inVisual Studio et technologies de développement.



This list are various contributions to the wiki:

Using Microsoft Application Insights in an MVC application.

Wiki: How to Subscribe to the Wiki Ninjas Blog through RSS in Outlook 2013.

How to enable line numbers for C# in Visual Studio 2013

Using the Checked and Unchecked keywords in C# to perform overflow checking.

User Page: Ken Cenerelli.

Azure Infographics and Visio Templates.

Microsoft Azure Essentials: Free E-Book Series

Availability Testing With Microsoft Application Insights

Azure portal keyboard shortcuts

Azure PowerShell cmdlets version updates

Custom Telemetry Events with TrackEvent in Microsoft Application Insights

Using Microsoft Application Insights in an MVC application

Creating a Microsoft Application Insights resource

List Services With PowerShell.

Using the Obsolete Attribute in C#.

Create GUID Tool in Visual Studio

Understanding the Visual Studio AssemblyInfo Class

Namespace Aliases in C#

C# Escape Characters.

Toolbox searching in Visual Studio 2013

Using the Checked and Unchecked keywords in C# to perform overflow checking

How to enable line numbers for C# in Visual Studio 2013



We were happy to have in our community excellent employees.

it's even better to know, experience development and commitment to help our community. They are good examples that motivate our group to always do better.

Thanks for all the collaborations and motivate the community.


Wiki Ninja Hezequias Vasconcelos@++


Top contribuintes - 2ª Semana de Abril 2016

$
0
0
Olá amigos da comunidade Wiki Ninjas Brasil.



Sejam bem-vindos à mais um Sábado com a lista dos Top Contribuintes da semana.

Em vermelho os contribuintes do Brasil que mais destacaram na colaboração geral.

As contribuições da semana é como segue:





ESTATÍSTICAS WIKI

388 usuários contribuíram com 2.664 páginas, 13.064 revisões e 7.958 comentários.



Ninja AwardPrêmio Maiores Revisores  
Quem fez mais revisões individuais

 

#1 Edward van Biljon com 15 revisões.

  

#2 Diego Gouveia com 7 revisões.

  

#3 Rafael Gorski com 4 revisões.

  

 

Ninja AwardPrêmio Artigos mais atualizados  
Quem atualizou mais artigos

 

#1 Edward van Biljon com 15 artigos.

  

#2 Rafael Gorski com 2 artigos.

  

#3 Diego Gouveia com 2 artigos.

  

 

Ninja AwardPrêmio Maioria dos artigos atualizados  
A maior quantidade de conteúdo atualizado em um único artigo

 

O artigo a ter a maioria das mudanças esta semana foi Project 2013 PERT Add-in , escrito por Andre Xavier MVP

O revisor desta semana foi Andre Xavier MVP,

 

O artigo a ter a maioria das mudanças esta semana foi Project 2016 PERT Add-in , escrito por Andre Xavier MVP

O revisor desta semana foi Andre Xavier MVP,

 

 

 

Ninja AwardPrêmio Artigo com mais longa atualização  
O artigo mais atualizado desta semana

 

O artigo que obteve maior atenção esta semana foi Project 2013 PERT Add-in , escrito por Andre Xavier MVP

O revisor desta semana foi Andre Xavier MVP,

 

O artigo que obteve maior atenção esta semana foi Project 2016 PERT Add-in (pt-BR), escrito por Andre Xavier MVP

O revisor desta semana foi Andre Xavier MVP,

 

 

Ninja AwardPrêmio maioria dos artigos revisados  
Artigo com mais revisões em uma semana

 

Esta semana, a maioria que brincava com artigo é Agenda de Publicações no Blog Wiki Ninjas Brasil, escrito por Fernando Lugão Veltem. Ele foi revisto 4 vezes na semana passada.

Os revisores desta semana foram Renato Groffe, Alan Nascimento Carlos& Hezequias Vasconcelos

 

Esta semana, a maioria que brincava com artigo é Bloqueando a instalação de softwares com o AppLocker, escrito por Diego Gouveia. Ele foi revisto 4 vez na semana passada.

O revisor desta semana foi Diego Gouveia,

 

Esta semana, a maioria que brincava com artigo é Integração Contínua com .NET, escrito por Rafael Gorski. Ele foi revisto 2 vezes na semana passada.

O revisor desta semana foi Rafael Gorski,

 

Esta semana, a maioria que brincava com artigo é O que é Web Hosting Plan on Azure?, escrito por Roger Dias. Ele foi revisto 1 vez na semana passada.

O revisor desta semana foi Roger Dias,

 

Esta semana, a maioria que brincava com artigo é Pesquisando objetos no Active Directory, escrito por Eduardo R S Popovici. Ele foi revisto 1 vez na semana passada.

O revisor desta semana foi Edward van Biljon,

 

Esta semana, a maioria que brincava com artigo é ALM – Process Template – VS402479 You can’t overwrite process template no TFS 2015, escrito por Alan Nascimento Carlos. Ele foi revisto 1 vez na semana passada.

O revisor desta semana foi Edward van Biljon,

 

Esta semana, a maioria que brincava com artigo é Desative o Wi-fi Sense (compartilhador de senhas Wi-fi do Windows 10), escrito por Eduardo R S Popovici. Ele foi revisto 1 vez na semana passada.

O revisor desta semana foi Edward van Biljon,

 

Esta semana, a maioria que brincava com artigo é Novos Updates para o Windows 10, escrito por Eduardo R S Popovici. Ele foi revisto 1 vez na semana passada.

O revisor desta semana foi Edward van Biljon,

 

Esta semana, a maioria que brincava com artigo é Instalando o Hyper-V no Windows 10, escrito por Eduardo R S Popovici. Ele foi revisto 1 vez na semana passada.

O revisor desta semana foi Edward van Biljon,

 

Esta semana, a maioria que brincava com artigo é Detalhes para instalação do Windows Server 2012 R2, escrito por Eduardo R S Popovici. Ele foi revisto 1 vez na semana passada.

O revisor desta semana foi Edward van Biljon,

 

 

Ninja AwardPrêmio do artigo mais popular  
Colaboração é o nome do jogo!

 

O artigo a ser atualizado pela maioria das pessoas desta semana é Agenda de Publicações no Blog Wiki Ninjas Brasil, escrito por Fernando Lugão Veltem

Os revisores desta semana foram Renato Groffe, Alan Nascimento Carlos& Hezequias Vasconcelos

 

O artigo a ser atualizado pela maioria das pessoas desta semana é O que é Web Hosting Plan on Azure?, escrito por Roger Dias

O revisor desta semana foi Roger Dias,

 

O artigo a ser atualizado pela maioria das pessoas desta semana é Pesquisando objetos no Active Directory, escrito por Eduardo R S Popovici

O revisor desta semana foi Edward van Biljon,

 



Agradecemos bastante a todos os nossos contribuintes por mais uma excelente semana de colaboração.

Estamos felizes por esse grupo se dedicar a comunidade do Brasil e a colocar em destaque.

Na semana que vem nós voltaremos com mais destaques.

Boa semana a todos e obrigado.


Wiki Ninja Hezequias Vasconcelos @++



MS クラウド ニュースまとめ - Data Catalog, Cloud App Security一般提供,SQL Server 2016 RC2, SCCM 1602提供開始,他 (2016/04/13)

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

Sunday Surprise: Microsoft User Groups

$
0
0

 It has been a little while since this blog has written about Microsoft User Groups. I am huge fan of user groups and I currently belong to about six in my area. As well, I am the co-organizer of my local .NET user group.

An active user group is a community of like-minded professionals who come together to better themselves. Sure, you can watch training videos or read blogs to understand new technologies. But I feel that user groups still have a place in the way we learn. They are a great space to meet new people, gain friends, and also expand your professional network. Many user group members find jobs through the connections they make at a user group.

In the past, the TechNet Wiki has tried to track user groups centered on Microsoft technologies. The project was started by Craig Lussier. He created the Microsoft User Groups Portal with multiple subpages to house each user group listing by technology. For example, you can find pages for .NET, Azure, SharePoint, and SQL Server.

Many of the pages have not been touched in quite a while and could use a refresh. So, this blog post is a call to action. If you belong to a Microsoft user group, check the relevant technology subpage and see if it is listed. If it is, make sure the details are correct. If it is not, why not add it?

If I have peaked your curiosity about Microsoft user groups, use some of the organization links below to find one in your area:

    And if you know of any other organizations that list Microsoft User Groups, please add a link in the comments below.

by Ken Cenerelli (TwitterBlogProfile)

Využití OneNote na základní škole

$
0
0

Slyšeli jste už někdy o produktu OneNote, ale nezaujal vás? Nenadchla vás ukázka jeho možností? Přijde vám zbytečný a složitý? Výborně. Patřil jsem mezi vás. Elektronické sešity OneNote Class Notebook jsem si ještě dovedl představit na střední škole, ale na základní škole prostě nejde počítat s tím, že si všechny děti přinesou tablet nebo notebook a ještě k tomu dokáží s OneNote pracovat efektivněji než se sešitem. A proto jsem ve svých hodinách učebnice a sešity ponechal beze změny. Přesto je mně i žákům OneNote velkým pomocníkem. Jak to tedy dělám?

Myšlenka je jednoduchá. Do OneNotu si dělám stručnou přípravu a provádím do něj zápis během hodin. Jinými slovy vše, co jsem dříve psal na papír a na tabuli a poté vyhodil, resp. smazal, mám teď uloženo v jednom OneNote sešitu. A díky sdílení i moji žáci.

Rád vše vysvětlím na jednom snímku obrazovky.

Na snímku přípravu na hodinu anglického jazyka, kterou jsem si vytvořil doma. Druhý den stačí otevřít OneNote ve třídě a mám přípravu před očima. Někdy stránku i promítnu žákům, aby měli představu o harmonogramu hodiny. Všimněte si, že jsem si při přípravě do OneNotu zkopíroval zvukový soubor s poslechem a soubor na interaktivní tabuli. Během hodiny je tedy nemusím hledat na flash disku ani v počítači!

V průběhu hodiny je velmi často potřeba psát poznámky, a mnohdy velice důležité poznámky na tabuli. Také vás mnohdy mrzelo, že vaše mistrovské dílo musíte po 45 minutách smazat a zmizí ze světa nadobro? Protože OneNote obsahuje kartu Kreslit, naprosto odpadá nutnost brát do ruky křídu nebo používat speciální software pro psaní na dotykové tabuli. Jelikož mám soubor stejně už spuštěný, jednoduše dopisuji poznámky do něj.

Možná vás ještě napadne otázka, jak provádím v hodině zápis ve třídě, kde není interaktivní tabule. Využívám tyto tři možnosti:

  1. Zapisuji u stolního počítače pomocí klávesnice.

  2. Stejný OneNote mám spuštěný na tabletu i stolním PC. Píšu nebo kreslím dotykem na tabletu a změny se projeví do pár sekund i v projekci.

  3. Ve třídách s Miracast technologií připojím k projektoru bezdrátově tablet. Kreslení nebo zápis je pak vidět okamžitě. Pokud chci, aby provedli zápis žáci, předám jim tablet přímo do lavice.

Na konci hodiny může takový soubor vypadat takto:

Až do teď vypadá OneNote jen jako pouhá náhražka papíru a tabule. Jde ale o mnohem víc.

Jelikož mají žáci soubor sdílený, mají k němu časově i místně neomezený přístup. Mohou si připomenout předchozí hodinu nebo celou kapitolu před písemkou, a to včetně poslechů. Pokud do souboru přidáte po hodině i správné řešení všech cvičení, ocení to žáci, kteří si OneNote prohlíží v nemocnici nebo doma, když jsou nemocní. Díky tomu mi v hodinách naprosto přestaly existovat otázky: „Já jsem byla nemocná. Co jste dělali?“ Protože OneNote funguje online, mají k němu přístup všichni, ať už používají jakýkoliv operační systém nebo zařízení.

Do OneNote souboru můžete vložit i to, co byste na papír dávali jen těžko, například hypertextové odkazy na stránky s procvičením, odkazy na další zdroje informací, videa z Youtube atd.

Sledování online souboru ve OneNote je pro moje žáky dobrovolné. Jde o přidanou hodnotu, kterou v praxi využívá cca 70% mých žáků.

Ke konci mi dovolte připojit odkaz (platný do června 2016) na jeden z mých OneNotů, jmenovitě OneNote pro angličtinu v 9. třídě: https://zamecka-my.sharepoint.com/personal/vaclav_lipavsky_1zs_litomysl_cz/_layouts/15/guestaccess.aspx?guestaccesstoken=227lyBVD9NNjGznVslRBVtILkYaeGhTkyL3aMVZGQXU%3d&folderid=0f89f886336ea409dbedcb01b2879795d&expiration=2016-07-08T12%3a58%3a47.000Z

Na závěr si dovolím v bodech zopakovat výhody použití OneNote pedagogem na základní škole:

  • OneNote najdou žáci i učitelé vždy na jednom místě;

  • nástroj pro přípravu hodin včetně přiložených souborů (prezentace, audio,…);

  • obsah všech odučených hodin dostupný odkudkoliv učiteli i žákům;

  • dostupnost úkolů, souborů a zápisu z hodin i nepřítomným žákům;

  • možnost sdílení odkazů k tématu (žáci jen kliknou);

  • možnost využít kartu Kreslení OneNotu pro psaní na dotykové tabuli.

Václav Lipavský

ZŠ Litomyšl, Zámecká

Využijte, co už ve Windows 10 máte (3/6) – Mapy

$
0
0

Nový Windows 10 obsahuje několik předinstalovaných aplikací, které se dají využít v hodinách na interaktivní tabuli či promítané na plátně, a nejspíš o tom ani nevíte. Jen pro začátek – všechny aplikace najdete za použití tlačítka Windows .

Mapy (zeměpis, vlastivěda, cizí jazyky)

Mezi žáky a určitě i učiteli jsou rozšířené spíše Google Maps, proč tedy sáhnout po aplikaci Mapy? Důvodů je hned několik. Ten první je, že aplikace je předinstalovaná, a tak není potřeba spouštět prohlížeč a vyhledávat mapy na Googlu. Pohyb po mapě, přibližování a oddalování je v mapách Windows o hodně plynulejší. Google Maps při takové akci mapu při pomalejším připojení vybělí a poté znovu vykreslí. Učitelé i žáci mohou ztratit pojem o tom, co se děje – posouváme se vlevo, vpravo, přibližujeme, oddalujeme?

Další pádný důvod, proč použít Mapy, je, že tato aplikace zobrazuje zahraniční místa v češtině, zatímco Google Maps v angličtině. Mapy od Microsoftu navíc zobrazují i české názvy moří, oceánů a řek. Již zmiňovaný konkurent tyto názvy nezobrazí vůbec, nebo v cizím jazyce.

Níže nabízím srovnání. Zatímco v mapách od Googlu naleznete v Dánsku København, Windows nabízí nejen český název Kodaň, ale nadto vyobrazí i název Baltské moře.

 

Po aplikaci Mapy určitě sáhnete i poté, co budete chtít zobrazit 3D model měst podporovaných zemí, a těmi jsou Austrálie, Belgie (pouze Brusel), Dánsko (pouze Kodaň), Francie, Itálie, Kanada, Německo, Spojené království (pouze Southampton), Španělsko, Švýcarsko (pouze Curych) a samozřejmě Spojené státy americké. Konkurence sice také nabízí 3D mapy, ale Windows Mapy mají o hodně jednodušší ovládání (např. naklonění), což oceníte např. u dotykových tabulí.

3D Mapy najdete v levé nabídce nástrojů:

Jako jazykář doporučuji použít Mapy i při výuce popisu cesty. Než hledat ideální mapu pro výuku, můžete si vytvořit vlastní přímo na tělo nebo použít mapu města, ve kterém žijete.

No a pokud vás zajímá, jak do mapy nebo dokumentu, např. pracovního listu nebo testu, vložit jednoduché obrázky tak, jak jsem učinil v mapě výše, těšte se na 4. díl seriálu Využijte, co už ve Windows 10 máte.

Václav Lipavský, MIE Educator


Creating the ‘Contained Objects’ Widget in SCOM

$
0
0

 

The SCOM product team has been pretty good about providing all sorts of interesting widgets to use to display dashboards inside of SCOM.  Most are very easy to toss together, and with a few simple clicks, you have a nice working dashboard.  However, I came across one that is used on the state tiles view that does not exist as a widget in SCOM. 

The state tiles is a pretty nice view when using objects directly, as there’s a ‘contained objects’ view which allows you to see all the hosted objects on a Windows computer that are being monitored by SCOM.  I get asked a lot “What are you monitoring on XYZ system?” and the answer is often somewhat vague, as each system is different and the answer can range to the simple such as disk, CPU, and RAM, to application level items such as SQL SPNs, Exchange DAGs, etc.  This little view is really nice in that it tells you precisely what is contained at the object.  The problem, however with the state tiles view is that it only really does this when you scope each object individually.  When scoped as a group, the contained objects view only shows the objects contained inside of the group, and most of the other views offer little info.  Here is my state tiles example.

image

I’m not a huge tile person personally, but as you can see, I have a single tile for a SQL server, SharePoint server, and then the all windows computer group.  I click on the tile for all windows computers, and this is what I see.

image

I see a nice alert summary, but not much in the health, the host information, or even the object details.  My contained objects has a nice summary of what is contained in the group, but nothing useful about what is in the object itself.

For my SQL server, I have much more useful information. I can see that I’m watching the SQL object, local drive, report console, Ethernet, etc.  I can see what is monitored, and even items that are discovered but not being actively monitored.  In short, I can see everything on this server.

image

Creating a state tiles dashboard for a handful of servers really isn’t that big of a deal in the long run, but doing something like that for several dozen servers suddenly  becomes much more cumbersome.  I had a client who wanted something at an AD site level, which in their case was more than 70 servers.  Scoping by a group was completely useless.  To make that work, I needed to find the “contained objects” or “contextual contained objects” wizard, but alas, there isn’t one there. 

Obviously, this is doable as we see it in this dashboard, but searching on the internet revealed absolutely nothing, until I came across this nice little script written by Daniel Savage.  It’s designed to work with the “PowerShell Grid Widget in SCOM”.  Simply add the widget and paste his code into there, and you have it.  By the way, this site has a few other PowerShell related dashboard snippets which can be very useful. 

Now perhaps you don’t want to see the non-monitored components.  Well, that’s just as easy.  It’s the same code, with one more if statement (see below).

Param($globalSelectedItems)

foreach ($globalSelectedItem in $globalSelectedItems)
{
  $globalSelectedItemInstance = Get-SCOMClassInstance -Id $globalSelectedItem["Id"]
   foreach ($relatedItem in $globalSelectedItemInstance.GetRelatedMonitoringObjects())
  {
    if ($relatedItem.HealthState -ne 'Uninitialized')
    {
            $dataObject = $ScriptContext.CreateFromObject($relatedItem, "Id=Id,State=HealthState,DisplayName=DisplayName", $null)
            $dataObject["ParentRelatedObject"] = $globalSelectedItemInstance.DisplayName
            $ScriptContext.ReturnCollection.Add($dataObject)
         }
  }
}

In the end, it’s pretty easy to do.  Here’s an example.  I have a state widget on the top scoped to my “All Windows Computer” group, as I showed above, but I’ve added my contained objects code and a contextual alert widget just for grins.

image

As you can see, I now have a simple dashboard with much more useful information.

[Script Of Apr. 18] How to check remote connection failure using PowerShell

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

$
0
0

Origami

Cena: Zdarma
Svět origami je jedinečný a zábavný. Pokud vás tato aktivita již pohltila, stáhněte si tuto aplikaci a podívejte se na desítky různých modelů, které ještě neznáte. A pokud jste origami ještě nezkoušeli, je toto aplikace přesně pro Vás. Modely různých obtížností a druhů tu čekají jen na vaše šikovné ruce. 

Fun With Dots

Cena: Zdarma
V této hře na Vás čeká více jak 50 různých zvířat a tři různé obtížnosti spojování jednotlivých bodů, ze kterých vzniká výsledný obrázek. Jakmile se Vám podaří spojit všechny tečky, obrázek se nádherně vybarví a zobrazí se i zajímavosti o nakresleném zvířeti. 

BRIO World - Railway

Cena: 55Kč
Téměř každému dítěti dokáží úsměv na tváři vykouzlit vláčky. Nákladní, dopravní, rychlíky, lokomotivy - koho by to nebavilo. V této hře, která graficky kopíruje známé dřevěné hračky najdete mnoho modelů, které můžete na svou trat umístit. Téměř neomezené možnosti zábavy nabízí tato hra, ve které kromě stavění drah máte ale ještě jednu skvělou příležitost - projet si v roli strojvedoucího vámi postavenou trať. 

iCircuit

Cena: 140 Kč, zkušební verze zdarma
Výuka fyziky bez rizika spálení součástek nebo úrazu? To je iCircuit. Simulátor elektronických obvodů je skvělá aplikace pro studenty, učitele či domácí kutily. Pracovat můžete s digitálními i analogovými obvody a najdete zde přes 30 prvků, které do nich můžete zapojit. 

333 tipů pro Windows 10 (51. - 55.)

$
0
0

51.     Jak automaticky zarovnávat ikony na ploše?

Pokud chcete, aby vaše ikony na pracovní ploše byly vždy v řádku a sloupci a nebyly rozházené dle toho, jak jste zástupce umístili, je možné v systému Windows 10 nastavit, aby byly ikony umístěny vždy v pomyslné matici řádků a sloupců. Stačí, když na pracovní ploše kliknete pravým tlačítkem myši a v nabídce Zobrazit vyberete volbu Zarovnat ikony k mřížce.  Ikony již od této chvíle nebude možné umísťovat na ploše libovolně, ale vždy jen do polí, tvořených právě sloupci nebo řádky.

52.     Jak zobrazit na ploše ikonu Počítač?

Při standardním nastavení systému se na po čisté instalaci na pracovní ploše nenachází nic, kromě ikony Koš. Zejména ikona a funkce příkazu Počítač, by mohla na pracovní ploše některým uživatelům chybět. Řešení je naštěstí velice snadné. Stačí, když klepnete pravým tlačítkem myši kdekoliv na ploše a zvolíte příkaz Přizpůsobit. V nově zobrazeném okně pak vlevo vyberte příkaz Motivy a v zobrazeném okně klepněte na položku Nastavení ikon na ploše. Následně jen zaškrtněte položku Počítač (případně další dle potřeby) a klepněte na OK.
 

53.     Jak změnit ikonu Počítače?

Ve stejném okně jako v předchozím tipu máte možnost i změnit ikonu, která reprezentuje funkci Počítač. Stačí danou ikonu vybrat a kliknout na tlačítko Změnit ikonu. Systém zobrazí seznam několika desítek ikon, které můžete použít namísto standardní ikony.

54.     Jak skrýt na ploše ikonu Koš?

Pokud Koš nepoužíváte nebo z nějakých důvodů nechcete, aby se na pracovní ploše tato ikona zobrazovala, je možné ji skrýt a to následujícím postupem. Klepněte pravým tlačítkem myši kdekoliv na ploše a vyberte příkaz Přizpůsobit. Následně v levé části okna klepněte na příkaz Motivy a Nastavení ikon na ploše. V nově otevřeném okně odškrtněte položku Koš a klepněte na OK. Od této chvíle ikona Koše na ploše nebude, 

55.     Jak změnit ikonu Koše?

Naprosto stejným způsobem jako změna ikony Počítač probíhá i změna ikony Koše. Taktéž máte na výběr desítky ikon, které můžete použít. Pokud se vám nově nastavené ikony nelíbí a chcete je vrátit do původního originálního stavu, stačí kliknout na tlačítko Obnovit výchozí.

[Cloud] - Microsoft Cloud Roadshow

$
0
0

Hi all –

I wanted to make you aware of a great site within Microsoft Virtual Academy called “Microsoft Cloud Roadshow,” it has 60+ videos on Office 365, Microsoft Azure, and Windows 10 that might be useful for your and/or your team.

Microsoft Cloud Roadshow landing page: https://mva.microsoft.com/colleges/Cloud-Roadshow

Whether you’re keeping your existing cloud skills current or you’re just getting started, having access to best practices and training is now more critical than ever. Explore these Microsoft Cloud Roadshow sessions to find technical training for IT Professionals and Developers. Get practical insight and helpful tips, directly from the experts who build and run cloud services across Office 365, Microsoft Azure, and Windows 10.

Highlights:

clip_image001

Regards,
Bea

Viewing all 17778 articles
Browse latest View live




Latest Images