fbpx

Monthly Archives: June 2016

PowerShell–Get-VM command is not recognize or missing

Currently I’m supporting one of the customer, found out that the PowerShell is in version 1.0 in the SCVMM.  Therefore, I tried to execute a script using the get-vm but it says as not recognize. The message was : PS C:UsersAdministratorDesktop> Get-VM The term ‘Get-VM’ is not recognized as the name of a cmdlet, function, […]

Continue reading

PowerShell–Get-VM command is not recognize or missing

Currently I’m supporting one of the customer, found out that the PowerShell is in version 1.0 in the SCVMM.  Therefore, I tried to execute a script using the get-vm but it says as not recognize. The message was : PS C:UsersAdministratorDesktop> Get-VM The term ‘Get-VM’ is not recognized as the name of a cmdlet, function, […]

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

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