The following will give you information about an Microsoft SQL Server instance which you may find helpful in determining the version, edition and number of cpu’s assigned to a SQL server. In my case I am using Microsoft SQL Server 2014 Express but this will work on all versions of Microsoft SQL Server SELECT […]
Category: Technical
Here is a quick example of how to disable to Lync / Skype for Business User Open Windows Power Shell – In my case I use Windows Powershell ISE – These steps need to take place on the Lync server host itself. # Example: disables Lync user account # Lync now known as Skype for Business […]
First time administrating a proxmox system (no RTFM for me) when I ran into an issue of being unable to delete a virtual machine. The issue itself may have been caused by me removing the storage before deleting the virtual machine. The error message: TASK ERROR: storage ‘proxmoxHDD’ does not exists I attempted using the qm […]
Agreed my post title is a bit dramatic; I am still rolling with it. Announced in Build 2015, Microsoft Edge will be the successor to the Project known as Spartan Microsoft Edge was made specifically for Windows 10. It will have features such as built in note taking and sharing and will also have Microsoft’s Cortana […]
I spent sometime today renaming SharePoint 2013 Servers for a project I was pulled in on. It involved using PowerShell cmdlets and other administrative tasks. The project required me to “Clone” SharePoint farm servers to make template environments for demonstration and development task. I originally followed steps provided here: Renaming SharePoint then later streamlined the process so its […]
Using Windows task scheduler you can schedule power off and on events for guest systems running in VMware vCenter or a standalone ESXi host. My steps: Create a basic task – give it a name and description (optional) Choose when you want this task to stat Select the start date and time Choose “Start a […]