Quantcast
Channel: Windows – System Center Central
Browsing all 7 articles
Browse latest View live

Count Sockets and Cores

function Get-CPUs {     param ($server)     $processors = get-wmiobject -computername $server win32_processor       [int]$cores = 0       [int]$sockets = 0       [string]$test = $null       foreach...

View Article



Windows Service Monitoring During Specific Hours

If you ever wanted to monitor Windows services, but only during business hours, then this is the post for you.  I have put together an example MP that contains a new monitor type that includes a...

View Article

Testing OpsLogix Oracle Intelligent Management Pack

OpsLogix is a Microsoft System Center Alliance partner which develops innovative products for (virtual) infrastructure management. In my experience I was previously working with Oracle Intelligent...

View Article

Windows Server 2012 R2 Hyper-V Component Architecture Poster and Hyper-V...

No detailed explanation is needed for these posters. Very useful way to study or explain a technology. Download them from here. The post Windows Server 2012 R2 Hyper-V Component Architecture Poster and...

View Article

Saving Windows Credentials for PowerShell with PSWinCreds

If you’re looking for a way to save you Windows credentials to be used in PowerShell (or VMware’s PowerCLI), this might be of use to you. I put together this quick and simple library that allows you to...

View Article


Free E-book: Inside #MSOMS v2 now available

It took us some time but we’ve managed to update the one and only free OMS book. We had plans to release it earlier but unforeseen things has happened which prevented us to do it earlier. I hope you...

View Article

Mitigate speculative execution side-channel vulnerabilities

Seems the new year bring us some bad surprises in terms of security. There has been some rumors and now turned out to be truth that certain processors are vulnerable to certain attacks. Yes processors....

View Article
Browsing all 7 articles
Browse latest View live




Latest Images