fbpx

Category Archives for "PowerShell"

Orchestrator: Runbook Error “The term Get-SCSMObject is not recognized as the name of a cmlet…”

Working on a project to upgrade System Center Service Manager (SCSM) and Orchestrator (SCO) 2019 recently, seeing a familiar error message from Orchestrator Runbook again. Runbook activity show Failed. Error : The tern ‘Get-SCSMObject’ is not recognized as the name of a cmlet, function, script file, or operable program. Check the spelling of the name, […]

Continue reading

Connect-AzureAD : The term ‘Connect-AzureAD’ is not recognized

Working on Windows 10 2004 to execute powershell script and found that AzureAD module is not installed yet.  Error Message:  Connect-AzureAD : The term ‘Connect-AzureAD’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the […]

Continue reading

How to remove “Unsupported Cluster Configuration” in SCVMM 2012

Recently I had a incident in one of the end user’s environment.  The scenario is as follow :The storage LUNs where the Virtual Machines resides had several Hard Disks failed.  There were not enough hotspare disks assigned to it.  The only way is to replace the faulty Hard Disks in the storage and then reconfigure […]

Continue reading

How to remove “Unsupported Cluster Configuration” in SCVMM 2012

Recently I had a incident in one of the end user’s environment.  The scenario is as follow :The storage LUNs where the Virtual Machines resides had several Hard Disks failed.  There were not enough hotspare disks assigned to it.  The only way is to replace the faulty Hard Disks in the storage and then reconfigure […]

Continue reading

Azure–Powershell (Updated)

Recently the PowerShell for Azure, there’s an update that you can download from the GitHub The Link is located in here. You need to have the Azure SDK installed first.  The installation file can be download from this link. Hope this helps. keywords : Azure, powershell, azure command-line, This post first appeared on Systems Center […]

Continue reading

Azure–Powershell (Updated)

Recently the PowerShell for Azure, there’s an update that you can download from the GitHub The Link is located in here. You need to have the Azure SDK installed first.  The installation file can be download from this link. Hope this helps. keywords : Azure, powershell, azure command-line, This post first appeared on Systems Center […]

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–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
1 2 3