Problem Description : The UNIX/Linux Discovery Wizard in SCOM 2012 R2 can fail with the error message : “Data at the root level is invalid. Line 2, position 1” . Solution : This problem can of course have different reasons but in our case we figured out that the problem is caused because of a…
Year: 2015
Consultar a quantidade de memória virtual disponibilizado pelo Sistema Operacional
O PowerShell pode ser utilizado para obter o tamanho do espaço de endereçamento virtual disponibilizado para os processos pelo Sistema Operacional. Para maiores detalhes sobre memória virtual, consulte o artigo Gerenciamento de Memória do Windows. Passos: 1. Execute o powershell.exe. 2. Digite o seguinte comando para obter o tamanho do espaço de…
Restore options in SharePoint Online - Must Read
Update: 6/6/2017: Please check https://support.office.com for the latest official information. It’s possible to restore a site to a previous point in time, but before proceeding with this action you have to ensure that there are no other solutions: User Recycle Bin Admin Recycle Bin The time of the restore should be chosen based on the last…
C++ Core Guidelines Checkers available for VS 2015 Update 1
[This post was written by Andrew Pardoe and Neil MacIntosh] Update: The CppCoreCheck tools are now part of VS 2017: https://blogs.msdn.microsoft.com/vcblog/2016/10/12/cppcorecheck. Back in September at CppCon 2015 Neil announced that we would be shipping new code analysis tools for C++ that would enforce some of the rules in the C++ Core Guidelines. (A video of the talk is available…
C++ Modules in VS 2015 Update 1
[This post was written by Gabriel Dos Reis and Andrew Pardoe] Update: See this post on using the Standard Library via modules in MSVC. The VC++ team is excited to preview a new feature in VS 2015 Update 1: The first experimental implementation of A Module System for C++, proposed for C++17. That proposal was approved…
DirectXMath 3.08
DirectXMath version 3.08 is included in the Windows 10 SDK November 2015 update (10586) that ships with VS 2015 Update 1 with the Windows Tools 1.2 for Windows 10. This new version includes the following: Added use of _mm_sfence for Stream methods Fixed bug with non-uniform scaling transforms for BoundingOrientedBox Added asserts for Near/FarZ in…
Why is my ASP.NET application recycling, restarting
When you are experiencing slowness with your ASP.NET application, one place to check is if the application is being recycled. If the application is being recycled over and over again, then sessions and application settings are lost and it has a pretty big impact on your users and customers. A place to begin your investigation…
Step by Step Tutorial : How to integrate SCOM 2012 R2 with SCVMM 2012 R2
Integrating SCOM 2012 R2 with SCVMM 2012 R2 is pretty easy. There are a few important pre-requesties that needs attention. All the needed articles to integrate SCOM 2012 R2 with SCVMM 2012 R2 are mentioned below in the references section of this tutorial. Steps : 1) You can connect Virtual Machine Manager (VMM) with Operations…
How to rename a Failover Cluster in Virtual Machine Manager 2012 R2
Problem Description : In case of you renamed a Failover Cluster in Failover Cluster Manager which is connected to a SCVMM 2012 R2 you will see that the renaming will not be reflected in SCVMM 2012 R2. Solution : Under these circumstances you can basically rename the Failover Cluster over the VirtualManagerDB > dbo.tbl_ADHC_HostCluster >…
After configuring VM properties in SCVMM 2012 R2 you can receive the following error message. VMM is unable to process one or more of the provided cmdlet parameters. ID 1600.
Problem Description : After configuring VM properties in SCVMM 2012 R2 you can receive the following error message when you try to apply the settings. VMM is unable to process one or more of the provided cmdlet parameters. Type Get-Help Set-SCVirtualMachine -full to view a list of defined parameters and complete descriptions. Then try the…