lithnet / resourcemanagement-powershell

Lithnet FIM/MIM Service PowerShell Module
MIT License
37 stars 12 forks source link

Missing Get-ApprovalRequest #5

Closed Keldandorin closed 7 years ago

Keldandorin commented 7 years ago

Get- ApprovalRequest is gone in version 6088. Intended or a bugg?

Keldandorin commented 7 years ago

PS C:\Windows\system32> get-command -Module LithnetRmA

CommandType Name Version Source


Cmdlet Get-Resource 1.0.6088 lithnetrma
Cmdlet Get-ResourceCount 1.0.6088 lithnetrma
Cmdlet Import-RMConfig 1.0.6088 lithnetrma
Cmdlet New-Resource 1.0.6088 lithnetrma
Cmdlet New-ResourceUpdateTemplate 1.0.6088 lithnetrma
Cmdlet New-XPathExpression 1.0.6088 lithnetrma
Cmdlet New-XPathQuery 1.0.6088 lithnetrma
Cmdlet New-XPathQueryGroup 1.0.6088 lithnetrma
Cmdlet Remove-Resource 1.0.6088 lithnetrma
Cmdlet Save-Resource 1.0.6088 lithnetrma
Cmdlet Search-Resources 1.0.6088 lithnetrma
Cmdlet Search-ResourcesPaged 1.0.6088 lithnetrma
Cmdlet Set-ResourceManagementClient 1.0.6088 ithnetrma
Cmdlet Update-ResourceManagementClientSchema 1.0.6088 lithnetrma

ryannewington commented 7 years ago

Hi @Keldandorin

I just downloaded from github and installed on a fresh machine and the cmdlet is available

Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.

PS C:\Users\rnewing> ipmo lithnetrma
PS C:\Users\rnewing> get-command -module lithnetrma

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Cmdlet          Get-ApprovalRequest                                1.0.6088   lithnetrma
Cmdlet          Get-Resource                                       1.0.6088   lithnetrma
Cmdlet          Get-ResourceCount                                  1.0.6088   lithnetrma
Cmdlet          Import-RMConfig                                    1.0.6088   lithnetrma
Cmdlet          New-Resource                                       1.0.6088   lithnetrma
Cmdlet          New-ResourceUpdateTemplate                         1.0.6088   lithnetrma
Cmdlet          New-XPathExpression                                1.0.6088   lithnetrma
Cmdlet          New-XPathQuery                                     1.0.6088   lithnetrma
Cmdlet          New-XPathQueryGroup                                1.0.6088   lithnetrma
Cmdlet          Remove-Resource                                    1.0.6088   lithnetrma
Cmdlet          Save-Resource                                      1.0.6088   lithnetrma
Cmdlet          Search-Resources                                   1.0.6088   lithnetrma
Cmdlet          Search-ResourcesPaged                              1.0.6088   lithnetrma
Cmdlet          Set-PendingApprovalRequest                         1.0.6088   lithnetrma
Cmdlet          Set-ResourceManagementClient                       1.0.6088   lithnetrma
Cmdlet          Update-ResourceManagementClientSchema              1.0.6088   lithnetrma

Perhaps uninstall and reinstall the module?

Keldandorin commented 7 years ago

Strange will do that thx