Reading Time: < 1 minuteSome people being requesting me to get some management packs for them. So, here is a script that lets you download almost all of them. It’s a script and created by Stefan Stranger, please follow the link below for the Read More …
Hyper-V Monitor Gadget
Reading Time: < 1 minuteA well developed gadget for the Hyper-V Monitoring. Lines from the writer: The gadget uses WMI to connect to the server so the user might need to follow John Howard’s guide remote WMI access on both the client and the Hyper-V server. Read More …
SMTRAK: SCSM 2012 Dashboard
Reading Time: < 1 minutePeople been asking me if I am using any sort of Dashboard for the SCSM, and it has to be the Enterprise Grade. I really was using SMTRAK for the dashboarding but some might have other preferences, but I like Read More …
ConfigMgr 2012 R2: List of Bug-fix
Reading Time: 2 minutesPlease do not treat the list as an official one, as I have collected these from number of sources, and they appear correct. SM setup does not allow change from evaluation to licensed SMDW: “Invalid object name <table>” thrown when Read More …
ConfigMgr 2012: List of Bug-fix
Reading Time: < 1 minuteAs Microsoft releases new product lines/updates to existing ones with robust testing facilities and things like that but unfortunately nothing is perfect and these software’s needs patching time to time. As new bugs flourishes and existing update requires so many Read More …
Scan and Repair with the –OfflineScanAndFix Powershell cmdlet
Reading Time: < 1 minuteThe Repair-Volume cmdlet performs repairs on a volume. The following repair actions are available: OfflineScanAndFix: Takes the volume offline to scan the volume and fix any errors found (equivalent to chkdsk /f). If you feel that you are running into Read More …
How to repair from a previous scan with the –SpotFix Powershell cmdlet
Reading Time: < 1 minuteSpotFix: Takes the volume briefly offline and then fixes only issues that are logged in the $corrupt file (equivalent to chkdsk /spotfix). If Repair-Volume, or even chkdsk.exe, discovers an error, it will be recorded in a hidden system file $corrupt. Read More …