SCVMM Health Capacity Report
Are you in the phase of capacity planning for VM migration off your Hyper-V / System Center Virtual Machine Manager (SCVMM) environment? Do you need a capacity report of all …
Are you in the phase of capacity planning for VM migration off your Hyper-V / System Center Virtual Machine Manager (SCVMM) environment? Do you need a capacity report of all …
Overview This email template is intended to provide businesses with transparency for priority 1 and/or priority 2 critical incidents. The concept is to provide a concise update within time intervals, …
Ever encounter a scenario with a Windows VM requiring a disk extension over 2 TB, only to discover it cannot be performed? Don’t fret as this is by design; You …
FSRM can glitch out and report incorrect quota values for directories. In this scenario, we can use the DIRQUOTA command via elevated CMD prompt to resolve. dirquota quota scan /path:<Path> …
I’ve created the following Powershell script which will uninstall all versions of VMware Tools from a server. Particularly handy for SCCM deployment. uninstall_vmware_tools.ps1 $regpath = “HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” $regkey = gci $regpath …
Drafted an exiting user request form which is simple and effective for any IT solution. It is designed for approval authority to complete, sign and submit to IT for handling. …
Drafted a new user request form which is simple and effective for any IT solution. It is designed for approval authority to complete, sign and submit to IT for handling. …
Here is a PowerShell script which probes network home folders with users against the domain. Helpful in order to determine which home folders no longer reference current user accounts and …
Here is an Exchange Shell script which is helpful in determining mailbox sizes. Queries all user objects within an OU so it is nifty for producing statistics, especially for disabled …
Here is aPowerShell script to archive all users within an organisational unit (Disabled Users) to a network path. Prerequisite is to grant your Administrator account with ownership/full control permissions to …
