fbpx

Category Archives for "General"

PowerShell–Listing of Folder Permission, export to CSV

Today would like to share with you about a way to list down all the Folder and subfolder permission into a CSV format.  This is good especially for internal or external audits. There are two options that you can run. Run in the File Server (provided you have PowerShell installed) Run from your Computer (Map […]

Continue reading

PowerShell–Listing of Folder Permission, export to CSV

Today would like to share with you about a way to list down all the Folder and subfolder permission into a CSV format.  This is good especially for internal or external audits. There are two options that you can run. Run in the File Server (provided you have PowerShell installed) Run from your Computer (Map […]

Continue reading

Killing a Hung VM in Task Manager

Sometimes the VM we tried to stop hangs.  So in order to kill the process using the Task Manager, we can end process of VMWP.exe.  But the next question is which one.  Each VM has a unique Process ID. Therefore, I launch the elevated Powershell by executing the following command below Get-WmiObject win32_process -Filter “Name […]

Continue reading

Killing a Hung VM in Task Manager

Sometimes the VM we tried to stop hangs.  So in order to kill the process using the Task Manager, we can end process of VMWP.exe.  But the next question is which one.  Each VM has a unique Process ID. Therefore, I launch the elevated Powershell by executing the following command below Get-WmiObject win32_process -Filter “Name […]

Continue reading

DPM 2012 Reporting Issue (ID : 220)

After upgrading from SCDPM 2012 SP1 to SCDPM 2012 R2, I hit the issue when I tried to configure the Reporting to be send out periodically in the Report Module of SCDPM 2012 R2. The steps taken was the following : Launch the Reporting Services Manager (in my example is SQL 2008 R2, since it’s […]

Continue reading

DPM 2012 Reporting Issue (ID : 220)

After upgrading from SCDPM 2012 SP1 to SCDPM 2012 R2, I hit the issue when I tried to configure the Reporting to be send out periodically in the Report Module of SCDPM 2012 R2. The steps taken was the following : Launch the Reporting Services Manager (in my example is SQL 2008 R2, since it’s […]

Continue reading