How to install HP Branded SBS2011 on HyperV
Just to sum this up quickly, you will need to do the following on the HyperV box. 1. Insert HP SBS 2011 DVD 2. Goto D:\Sources\$oem$\$$\System32 3. Run as Administrator HPActive.cmd 4. Finished You now...
View ArticlevSphere ESXi 5.5 SSO Permission Issue
If you have installed ESXi 5.5 and you’re not able to login using your domain account and able to login using the administrator@vsphere.local account then see below fix: 1. Login to Web Client as...
View ArticleVmware ESXi 5.1 descriptor file is missing
If your environment recently had an outage (or shutdown unexpectedly or ungracefully), or had snapshots for whatever reason (eg. testing, and making alot of changes), then there’s a small chance that...
View ArticleConvert Physical Servers to HyperV VM
Hi Guys Previously to convert a physical server, you need to use a 3rd party software, however quite recently I found there’s a free product out there that can convert any physical servers to hyperv!...
View ArticleCombine VMware Licenses into One
Hey All If you had multiple ESXi licenses and not able to use it within vCenter, because your host has 2 or more CPUs – to get it working all you need to do is to combine your licenses into one...
View ArticleDefault Printer Not Retaining?
Wonder everytime you set your printer to default and its not retaining on log on and restart? You will need to remove a registry entry to fix this problem. Load REGEDIT Goto the following:...
View ArticleCheck Public Folders Permissions
Here is the code to check what permissions the public folders have: Get-PublicFolder -Recurse | Get-PublicFolderClientPermission | Select Identity, User, AccessRights
View ArticleMigrate DHCP Server with Powershell
You can only migrate DHCP using powershell on Server 2012 R2 and above, anything below will require manual process without causing too much issues during the migration. Here is the command. Export DHCP...
View ArticleGhosted/Zombie Printers
When you remove a printer, the printer keeps returning, then it needs to be removed off the registry. HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Print\Providers GO through and delete...
View ArticleAdd permission to Public Folder recursively with PowerShell
Connect to Exchange Online PowerShell $Cred = Get-Credential Connect-MSOLService -Credential $Cred $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri...
View Article