-
Recent Posts
- Publish PySpark Streaming Query Metrics to Azure Log Analytics using the Data Collector REST API.
- Write Data from Azure Databricks to Azure Dedicated SQL Pool(formerly SQL DW) using ADLS Gen 2.
- Incrementally Process Data Lake Files Using Azure Databricks Autoloader and Spark Structured Streaming API.
- Build a Jar file for the Apache Spark SQL and Azure SQL Server Connector Using SBT.
- Configure a Databricks Cluster-scoped Init Script in Visual Studio Code.
Recent Comments
Prashanth on Build a Jar file for the Apach… Andy on Force Disable of Azure Replica… jbernec on Tenth Avenue North – Get… Ali on Setting Up a WS2012 R2 Windows… jbernec on Build a Jar file for the Apach… Archives
- November 2020
- September 2020
- June 2020
- March 2020
- May 2019
- March 2019
- July 2018
- January 2018
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- January 2017
- November 2016
- October 2016
- September 2016
- August 2016
- April 2016
- March 2016
- December 2015
- November 2015
- August 2015
- July 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
Categories
- Access-Lists
- Active Directory
- Active Directory Domain Services
- Active Directory Replication
- Active Directory Time
- AD Forest
- Apache Spark
- ASA
- Audit Logs
- AWS
- Azure
- Azure Active Directory
- Azure AD Service Principal
- Azure AD Sync
- Azure Automation Account
- Azure Databricks
- Azure Disk Encryption
- Azure File Storage Copy
- Azure Function App
- Azure Key Vault
- Azure Kubernetes
- Azure Resource Manager
- Azure Runbook
- Azure Site Recovery
- Azure Synapse DW
- Azure VPN
- Azure Windows PowerShell
- Bash
- Batch Migration
- BCDEdit
- BCDR
- Business Continuity
- Cisco
- Cisco 3750G
- Cisco IOS
- Cisco Switch
- Clock
- Cluster Disk
- Cluster Init Scripts
- Cluster Shared Volume
- CSV
- Database Replication
- Databricks Notebooks
- DCPromo
- DHCP
- DHCP Failover
- DHCP High Availability
- DirectAccess
- Directory Synchronization
- Disaster Recovery
- Domain Controller
- DSRM
- Event Logs
- Exchange 2010 SP2
- Exchange Cmdlets
- Exchange Management Roles
- Exchange Management Shell
- Exchange Online
- Failover Cluster
- Failover Cluster Manager
- Firewall
- Flexible Single Master Operations
- FSMO
- Generation 2 Virtual Machines
- Helper Address
- Hyper-v
- Hyper-v 2012 R2
- Hyper-v Manager
- Hypervisor Replication
- I.T Management
- Install.packages()
- Interstellar Movie
- IOS
- IP
- ISCSI
- ISCSI Initiator
- ISCSI Target
- Jumbo Frames
- Kubernetes
- Logs
- Microsoft Exchange
- Microsoft Hyper-v
- Microsoft SQL Server
- Migration
- Miscellaneous
- MSSQL 2000
- MSSQL 2008 R2
- MSSQL 2012
- Multipath-IO
- NAT
- Network
- Network Address Translation
- Network Load Balancing
- Network Policy Server
- NIC Teaming
- NTDSUtil
- NTP
- Office 365
- Onboarding
- PowerShell
- PowerShell 3.0
- Powershell 4.0
- Pre-Boot Execution Environment
- Publisher
- PXE
- PySpark Streaming Logs
- Python
- Quorum
- R
- Radius Server
- RBAC
- Remote Access
- Replication Agents
- Role Based Access Control
- Router
- Script
- Scripts
- SCVMM2012 R2
- SCVMM2012R2
- Shell
- SQL2012
- ssh
- Subscriber
- svi
- Switch
- Switch Virtual Interface
- System Center 2012 R2
- Telnet
- Time
- Transactional Replication
- Uncategorized
- Unified Analytics
- VHDX
- Video
- Virtual Machine Manager 2012 R2
- Virtual Machines
- Virtual Switch System
- vlan
- VM Replica
- VMM2012R2
- VSS
- WDS
- WIndows 8.1
- Windows Azure PowerShell
- Windows Deployment Server
- Windows Server 2008 R2
- Windows Server 2008 R2 Backup
- Windows Server 2012
- Windows Server 2012 R2
- Witness
Meta
Follow me on Twitter
My Tweets
Category Archives: Windows Server 2012
Resolving Windows Server 2012 Failover Cluster Kerberos Security Issue – Invalid DNS Error
I’ve been running Windows Server 2012 Failover Cluster for about a year and it’s been stable up until now. Recently, I encountered an issue where Live migration of VMs failed across all hosts in the cluster. In addition, the Failover … Continue reading
Renaming AD User Object Surname Property.
The following script renames the Surname property of an Active Directory User Object. The script requires PowerShell 3.0. The only edit required is the organizational Exchange Server name specified in the New-PSSession cmdlet. The script accepts the Given Name, Surname … Continue reading
Configuring multiple ISCSI Connections for Multipath IO using PowerShell.
This post will be focused mainly on the ISCSI Initiator host and configuring multipath IO paths to an ISCSI Target. The ISCSI Target portal has already been configured with 2 network paths for ISCSI. The ISCSI Service by default is … Continue reading
Configuring Hyper-v Host Network Adapters for ISCSI Storage Connectivity with Powershell .
Windows Server 2012 R2 with PowerShell 4.0 has hugely expanded support for configuring multiple NICs on a Cluster/ISCSI Initiator node via command line. After deploying multiple Network Interface Cards on my Hyper-v host, it took me a while to figure … Continue reading
PowerShell 3.0 Script creates AD user and Exchange Mailbox.
This interactive script requires PowerShell 3.0 . It creates an Active Directory user and their corresponding mailbox using a remote session at the same time. It should work out of the box, but specific variables will have to be edited … Continue reading
Posted in Exchange 2010 SP2, Exchange Cmdlets, Exchange Management Roles, Exchange Management Shell, Microsoft Exchange, PowerShell, PowerShell 3.0, WIndows 8.1, Windows Server 2012, Windows Server 2012 R2
Tagged Exchange Management Shell, Microsoft Exchange 2010, Powershell 3.0, Windows PowerShell
2 Comments
PowerShell script utilizes “Using” scope modifier to create VM from existing .vhdx file.
The following interactive PowerShell 3.0 script creates a new virtual machine. It utilizes the ‘Using’ scope modifier to pass local variables to remote machines with the invoke-command cmdlet. An existing .vhdx file is copied to a new location and renamed … Continue reading
How to promote Windows Server 2012 to a Domain Controller
Originally posted on Exchange Times:
Microsoft has done away with dcpromo when it comes to Windows Server 2012. We’ve been so accustomed to using dcpromo that I actually struggled a bit to promote a 2012 server to a DC in…
Posted in Active Directory, Windows Server 2012, Windows Server 2012 R2
Tagged Active Directory
Leave a comment
Configuring Windows Server 2012 as an iSCSI Target SAN in a Two Host Failover Cluster Part 4
Here we go over my steps for the actual cluster creation, cluster and node validation, quorum setup and cluster shared volume configuration.We have by running a cluster validation on each node. This can be achieved with the following cmdlets: Test-Cluster … Continue reading
Configuring Windows Server 2012 as an iSCSI Target SAN in a Two Host Failover Cluster Part 3
In the next part of the series, we will create a simple 1GB iSCSI virtual disk, assign it to the already configured target and verify the disk is visible to the iSCSI initiators. New-IscsiVirtualDisk -Description “Witness Disk” -Path g:\iscsivirtualdisks\Witness00.vhd -Size … Continue reading
Configuring Windows Server 2012 as an iSCSI Target SAN in a Two Host Failover Cluster Part 2
In this part of the series, we will configure two hosts as iSCSI initiators. The hosts have already been defined at the Target and ready to log on. Both hostsĀ are running WS 2012 Hyper-v Core and I made sure to … Continue reading