TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
NZ DSE
Hosted Messaging & Collaboration, Exchange and System Center Operations Manager.
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
ACS
Audit
Custom Reports
Hyper-V
OpsMgr
Pages
Powershell
SCOM
script
SQL
System Center Operations Manager
TMG
UAG
Virtual Server 2005 R2
WSUS
Archive
Archives
December 2011
(2)
February 2011
(1)
January 2011
(1)
June 2010
(2)
November 2009
(3)
October 2009
(1)
September 2009
(1)
March 2009
(1)
NZ DSE
TechNet Blogs
»
NZ DSE
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Quick Tip: How to run an ACS Forwarder, Collector, RMS and DC on the same host
Posted
over 5 years ago
by
JVosloo
1
Comment
Manually enable the ‘Operations Manager Audit Forwarding Service’ (AdtAgent.exe). Regedit > [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\AdtAgent\Parameters] > New > Multi-String Value > AdtServers > ‘CollectorFQDN’ Note: Step...
Audit Report Scenarios: How to create custom reports with System Center Operations Manager 2007 R2 and Audit Collection Services (ACS)
Posted
over 5 years ago
by
JVosloo
Scenarios that are discussed in this blog post include: Scenario 1: Computers joined to the domain (names and description) Scenario 2: User passwords expired Scenario 3: User accounts locked out Scenario 4: Group policy changes Scenario 1: Computers joined...
Audit Alert Scenarios: System Center Operations Manager (OpsMgr) 2007 R2
Posted
over 5 years ago
by
JVosloo
The other day I was asked to assist with implementing the scenarios below: Scenario 1: Alert for changes to the ‘Domain Admin’ group membership Scenario 2: Alert when the Audit Policy is changed (Default Domain or Domain Controller...
Installing Forefront Threat Management Gateway (New ISA) in my System Center Operations Manager Lab
Posted
over 4 years ago
by
JVosloo
(Simple high-level step-by-step for the admin that does not require screenshots. The process below is probably useful for building a lab, production deployments would require little more planning.) Basic Info TMG is basically an Outbound Proxy....
Best lessons learnt while moving part of my LAB from Virtual Server 2005 R2 to Windows Server 2008 R2 Hyper-V
Posted
over 4 years ago
by
JVosloo
Issue: Laptop Wireless NIC is not available by default to VM’s in Hyper-V :-( Solution: In Hyper-V Virtual Network Manager , create a new ‘Internal Only’ NIC e.g. Virtual Wireless Network In Windows Server 2008 R2 Network...
PowerShell Script: Bulk move Mailboxes using a CSV Input File (HMC 4.0)
Posted
over 4 years ago
by
JVosloo
This script can be used to move mailboxes, specified within a CSV input file, between mailbox servers. It will also update the MPS Resource Manager database. # Author: Johan Vosloo # Date: 12/10/2009 # Purpose: Bulk move mailboxes from...
Creating a Performance Baseline for SQL Server with System Center Operations Manager 2007 R2
Posted
over 3 years ago
by
JVosloo
Time for a Friday night post. Microsoft PFE raise the absence of system performance baselines pretty much in every Risk Assessment Program (RAP) or Health Check . Customers do not generally create performance baselines. So, what are the typical uses...
PowerShell Script: Retrieve Specific Event ID’s From Event Log On Multiple Computers
Posted
over 3 years ago
by
JVosloo
This script was put together very quickly to accomplish the objective stated in the title. 1: #requires -version 2.0 2: < # 3: author: Johan Vosloo 4: date: 24/11/2011 5: purpose: Retrieve event id’s from multiple...
PowerShell Script: Extract Operations Manager Severity & Priority Information
Posted
over 3 years ago
by
JVosloo
MPViewer v1.7 returns no rule severity/priority data for the System Center Configuration Manager Management Pack version 6.0.6000.3 (27/9/2011) . This script can be used to extract that information. 1: #requires -version 2 2: < # ...
Disclaimer
Posted
over 5 years ago
by
JVosloo
The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. Inappropriate comments will be deleted...
How to determine Paged and Nonpaged pool limits
Posted
over 5 years ago
by
JVosloo
This is yet another article on how to determine Paged and Nonpaged pool limits. This method does not require internet access on the computer that we want to analyse. I recently had a customer that experienced pool exhaustion on a failover cluster and...
Script: Bulk approve WSUS updates from CSV input file
Posted
over 5 years ago
by
JVosloo
Hope this script will help someone out there! # Script # Author: Johan Vosloo # Date: 16-10-2009 # Purpose: Bulk approve updates by specifying the UpdateID, WSUS Group Name and a Computer Name (any computer that is a member of the applicable group...