Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Missing some cmdlets in powershell

$
0
0

Hi Everyone,

There is one weird thing on one of my 2012 R2 windows box where I am missing with some basic cmdlets for eg Get-Host , Write-host etc... only listed are the one come up after I execute Get-command . Could you please assist that how could I get all the missing cmdlet back ? My GAC_MSIL folder is residing under C:\windows\microsoft.net\assembly

List Of available Cmdlets:

Add-CacheAdmin
Add-CacheHost
Clear-CacheLogging
Export-CacheClusterConfig
Get-Cache
Get-CacheAllowedClientAccounts
Get-CacheClusterHealth
Get-CacheClusterInfo
Get-CacheConfig
Get-CacheConnectionString
Get-CacheHost
Get-CacheHostConfig
Get-CacheRegion
Get-CacheStatistics
Grant-CacheAllowedClientAccount
Import-CacheClusterConfig
Invoke-CacheGC
New-Cache
New-CacheCluster
Register-CacheHost
Remove-Cache
Remove-CacheAdmin
Remove-CacheCluster
Remove-CacheHost
Restart-CacheCluster
Restart-CacheHost
Revoke-CacheAllowedClientAccount
Set-CacheClusterSecurity
Set-CacheConfig
Set-CacheConfigurationLog
Set-CacheConnectionString
Set-CacheHostConfig
Set-CacheLogging
Start-CacheCluster
Start-CacheHost
Stop-CacheCluster
Stop-CacheHost
Stop-CacheHostShutdown
Stop-CacheNonUpdatedHosts
Test-CacheClusterConnection
Test-CacheConfigAvailability
Unregister-CacheHost
Update-CacheConfigurationStore
Update-CacheHostAllowedVersions
Use-CacheCluster
Add-AFCacheAdminLocalConfiguration
Add-AFCacheHostLocalConfiguration
Add-History
Add-PSSnapin
Clear-AFCacheAdminLogging
Clear-History
Connect-AFCacheClusterConfiguration
Connect-PSSession
Disable-PSRemoting
Disable-PSSessionConfiguration
Disconnect-PSSession
Enable-PSRemoting
Enable-PSSessionConfiguration
Enter-PSSession
Exit-PSSession
Export-AFCacheClusterConfiguration
Export-Console
Export-ModuleMember
ForEach-Object
Get-AFCache
Get-AFCacheAllowedClientAccount
Get-AFCacheCluster
Get-AFCacheClusterHealth
Get-AFCacheConfiguration
Get-AFCacheHostConfiguration
Get-AFCacheHostStatus
Get-AFCacheRegion
Get-AFCacheStatistics
Get-AFCacheTemporaryConnectionString
Get-Command
Get-Help
Get-History
Get-Job
Get-Module
Get-PSSession
Get-PSSessionConfiguration
Get-PSSnapin
Grant-AFCacheAllowedClientAccount
Import-AFCacheClusterConfiguration
Import-Module
Invoke-AFCacheGarbageCollector
Invoke-Command
Invoke-History
New-AFCache
New-AFCacheClusterConfiguration
New-Module
New-ModuleManifest
New-PSSession
New-PSSessionConfigurationFile
New-PSSessionOption
New-PSTransportOption
Out-Default
Out-Host
Out-Null
Receive-Job
Receive-PSSession
Register-AFCacheHost
Register-PSSessionConfiguration
Remove-AFCache
Remove-AFCacheAdminLocalConfiguration
Remove-AFCacheClusterConfiguration
Remove-AFCacheHostLocalConfiguration
Remove-Job
Remove-Module
Remove-PSSession
Remove-PSSnapin
Restart-AFCacheCluster
Restart-AFCacheHost
Resume-Job
Revoke-AFCacheAllowedClientAccount
Save-Help
Set-AFCacheAdminLogging
Set-AFCacheClusterSecurity
Set-AFCacheConfiguration
Set-AFCacheConfigurationLogging
Set-AFCacheHostConfiguration
Set-AFCacheTemporaryConnectionString
Set-PSDebug
Set-PSSessionConfiguration
Set-StrictMode
Start-AFCacheCluster
Start-AFCacheHost
Start-Job
Stop-AFCacheCluster
Stop-AFCacheHost
Stop-AFCacheHostShutdown
Stop-AFCacheNonUpdatedHost
Stop-Job
Suspend-Job
Test-AFCacheClusterConnection
Test-AFCacheConfigAvailability
Test-ModuleManifest
Test-PSSessionConfigurationFile
Unregister-AFCacheHost
Unregister-PSSessionConfiguration
Update-AFCacheConfigurationStore
Update-AFCacheHostAllowedVersion
Update-Help
Wait-Job
Where-Object

Thanks in advance :)


Viewing all articles
Browse latest Browse all 6937

Trending Articles