Find number of cores on each processor for Microsoft Server 2016 Licensing

By admin

To calculate the cost of licensing for Server 2016, it’s necessary to know how many cores each CPU of your server is running.  This WMI query is useful in identifying that. 

How to install and configure Hyper-V Host (core) for remote administration

By admin

It’s possible to configure a Hyper-V host running core to be fully managed remotely.  I have read various suggestions on the web saying it’s better and more secure to leave the Hyper-V host in a workgroup, but the effort required when doing that just doesn’t make it worth it in my opinion.And we actually want…

Configure IPv4 IP Address, DNS servers and DNS Suffix from within Powershell

By admin

I recently used this on a Hyper-V build.  It should provide enough network connectivity to add your server to the Active Directory domain. Find connected NICs and interface names

Configure IP address

Configure DNS Servers

Configure the suffix search list

.

By admin

Here is a list of all the connector configs that are currently in place from onsite-O365… sorry for the mammoth post Receive connectors   Get-ReceiveConnector –Server contosoxch01.contoso.com     Identity                                        Bindings                  Enabled ——–                                        ——–                  ——- CONTOSOXCH01Default CONTOSOXCH01                 {0.0.0.0:2525, [::]:2525} True CONTOSOXCH01Client Proxy CONTOSOXCH01            {[::]:465, 0.0.0.0:465}   True CONTOSOXCH01Default Frontend CONTOSOXCH01        {[::]:25, 0.0.0.0:25}     True CONTOSOXCH01Outbound Proxy Frontend…