Showing posts with label Windows Server 2016. Show all posts
How to Audit and Alert Server Restarts with SCOM 2019 (2012/16)
2016
,
Audit
,
Restart
,
SCOM
,
SCOM 2016
,
SCOM 2019
,
System Center 2012 R2
,
System Center 2016
,
System Center 2019
,
Virtual Machines
,
Windows Server
,
Windows Server 2016
,
WIndows Server 2019
,
Winows 10
No comments
How to Audit and Alert Server Restarts with SCOM 2019 (2012/16)
Often IT admins
suffer from small to big outages due to unscheduled patches, failures, power, or someone mistakenly restarting a server in the middle of the workday without notifying anyone. I've created
this "How to Guide" to help you set up this in your SCOM environment.
- On your SCOM Console,
navigate to authoring and create a new Rule
- Fill in the Rule Name and
Description, select Rule Category (Alert), rule Target (Windows Computer)
and make sure Rule is enabled is checked.
- Event Log Type System
- Build Event Expression insert
Event ID and Source
- Insert values where Event ID
= 1074 and Event Source = User32.
- Set Alert Priority and Severity to fit your needs then Finish and Close
- Overview of your recently
configured rule on the Squared Up HTML5 Console
That's it, you will
now start tracking those restarts.
Thanks for reading, please share and
subscribe.
How to Audit and Alert Server Restarts with SCOM 2019 (2012/16)
Often IT admins
suffer from small to big outages due to unscheduled patches, failures, power, or someone mistakenly restarting a server in the middle of the workday without notifying anyone. I've created
this "How to Guide" to help you set up this in your SCOM environment.
- On your SCOM Console, navigate to authoring and create a new Rule
- Fill in the Rule Name and Description, select Rule Category (Alert), rule Target (Windows Computer) and make sure Rule is enabled is checked.
- Event Log Type System
- Build Event Expression insert Event ID and Source
- Insert values where Event ID = 1074 and Event Source = User32.
- Set Alert Priority and Severity to fit your needs then Finish and Close
- Overview of your recently configured rule on the Squared Up HTML5 Console
That's it, you will
now start tracking those restarts.
Thanks for reading, please share and
subscribe.
One-Click Patching coming for SCOM 2019 Update Rollup 1 (UR1)
2016
,
Cloud and Datacenter Management
,
SCOM
,
SCOM 2019
,
System Center 2019
,
Update Rollup
,
Windows Server
,
Windows Server 2016
,
WIndows Server 2019
No comments
One-Click Patching coming for SCOM 2019 Update Rollup 1 (UR1)
I'm so glad this is finally happening as it is quite a challenge to perform the upgrades on all servers + the DB scripts. There are also lots of great improvements for the Storage Spaces Direct monitoring, Azure MP, gMSA support.
Based on the MS Ignite presentation the first UR should be coming up on Q1. WIll be posting more updates once the official announcement is published.
References:
How to configure Nested Virtualization on Hyper-V 2016
Overview
Microsoft has released nested virtualization on Hyper-V 2016. Seems like it's making more sense as many Azure workloads might require this feature and also it facilitates Labs and any other testing without the need of having an actual physical host deployed. Windows Containers it's also another emerging feature as it allows you to virtualize within the virtualized roles.Applications
- Development, Testing, and Labs.
- Hyper-V Features required for VEEAM Proxy Servers.
- Never use for as a production solution, please refer to MS best practices.
- Others…
Requirements
- Hyper-V Role Installed on your Windows Server 2016 or Windows 10.
- A VM that will act as a VM/Virtualization Host running 2016.
How to enable?
Step by step
Go to the Hyper-V host and run the following command to verify if the Expose Virtualization Extensions are enabled by running the following PS command.Get-VMProcessor -VMName TESTHVHOST01| FL *
If not enabled then Power Off the VM and run the following command to enable Nested virtualization.
Set-VMProcessor -VMName TESTHVHOST01 -ExposeVirtualizationExtensions $true
Run the Get-VMProcessor -VMName TESTHVHOST01| FL * command and the value should have updated to True.
Installing the Hyper-V Role on Nested Windows Server 2016 VM
Follow below steps and then Install to get the services configured on your nested virtual host.
After installing the role and restarting the server, proceed to open the Hyper-V Manager.
Create a New nested Virtual Machine and specify its configurations then Finish.
After creating the VM you should be able to connect from your Hyper-V Virtual Host.
That's it, you have now deployed your first nested virtualization host.
How to configure DHCP for PXE Booting on WDS or SCCM 2012/2016 successfully
Cloud and Datacenter Management
,
Configuration Manager
,
SCCM 2016
,
System Center 2016
,
Windows Server
,
Windows Server 2016
No comments
How to configure DHCP for PXE Booting on WDS or SCCM 2012/2016 successfully
In this post, I will be performing the configuration for Configuration Manager SCCM 2016 PXE booting.Go to your DHCP server console and expand the scope you would like to set as your PXE subnet/network (In this case I will be enabling PXE to all scopes)
On the Scope navigate to Server or Scope Options the configure new options 066 and 067.
On the Boot Server Host Name add the FQDN or IP for the PXE/WDS server
On the Bootfile Name add SMSBoot\x64\wdsnbp.com for SCCM if WDS by itself then set Boot\x64\wdsnbp.com
On the Windows Deployment Services (WDS) Role Configurations
Set the Do not listen on DHCP portsAnd also authorize this WDS server in DHCP
On your test machine boot up and press F12 to select boot option then select PXE or Network booting.
Now it's time to image your systems.
That's it! You have now deployed PXE booting on your environment.
Installing Project Honolulu Step by Step under 2 minutes
Installing Project Honolulu step by step under 2 minutes
Project Honolulu it’s the new way of administering your Windows Servers and have a better centric GUI that operates via HTML5 and from any device.MS product info:
Project Honolulu is a flexible, lightweight browser-based locally-deployed platform and solution for Windows Server management scenarios for troubleshooting, configuration, and maintenance.Benefits
With Project “Honolulu” you can replace multiple management and configuration tools, such as MMC snap-ins, Server Manager, Task Manager, etc., with a simplified server management experience.Get started:
- Download the Technical Preview!
- Install it will take less than 2 minutes (in this demo I will install on my Windows 10 Machine)
- Get started and connect to all your Windows Servers 2012/R2/16 and also your Hyper-V Clusters and Hyper-Converged systems you might currently have.
Installing Step by Step:
Open with Edge or Chrome and then connect to your servers, clusters or hyper-converged systems.
Note that LAPS it's integrated into the HTML5 console which makes the server experience much better.
Virtual Machine Management and insights
Server Management
That's it! The install takes around 2 minutes which is really fantastic...
Subscribe to:
Posts
(
Atom
)