The NetApp Community is moving to a new platform and is in Read-Only mode. Click to learn more.
Stay connected during the transition - Join our Discord community today.

Microsoft Virtualization Discussions

Find NetApp powershell toolkit version on remote server

PHILIPALBERT
8,587 Views

Hi,

 

Is there an easy way to get the version of netApp powershell toolkit installed on a remote server.

I would like to make a script that will scan my servers to be sure all of them have the latest version installed.

 

Thanks

Philip

1 ACCEPTED SOLUTION

JGPSHNTAP
8,579 Views

Look at invoke-command and pair it with get-natoolkitversion

View solution in original post

4 REPLIES 4

JGPSHNTAP
8,580 Views

Look at invoke-command and pair it with get-natoolkitversion

PHILIPALBERT
8,569 Views

I thought I would have to load the module on the remote server...silly me.

 

Thanks

PHILIPALBERT
8,515 Views

It's weird because when I run the command locally and then from a remote server, I'm not getting the same version.

 

Remote:

PS C:\> Invoke-Command -computername server1 -scriptblock { get-natoolkitversion }

Major Minor Build Revision PSComputerName
----- ----- ----- -------- --------------
1 7 0 112 server1


PS C:\>

 

Locally:

PS C:\> get-natoolkitversion

Major Minor Build Revision
----- ----- ----- --------
3 2 0 65


PS C:\>

PHILIPALBERT
8,486 Views

Looks like I have multiple version installed.

If I run powershell in x86 I get 3.2 and if I run it in x64 I get 1.7

 

I'll do some cleanup, should be good after that.

 

Thanks

Public