lfalck / Compare-RemoteAssemblies

Compare assemblies on local and remote servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

license

About

Compare-RemoteAssemblies displays a searchable, sortable and filterable list of local and remote assemblies.

The idea is to make it easy to tell what version of an assembly that is deployed to which environment.

Link to PowerShell Gallery.

Installation

Install from PowerShell Gallery (recommended)
PS> Install-Script -Name Compare-RemoteAssemblies

Install-Script uses PowerShellGet which is included on Windows 10 and Windows Server 2016. See this link for installation instructions on older platforms.

It is also possible to download and run the script directly: Download from GitHub (right click, save link as...).

Usage

Installed
PS> Compare-RemoteAssemblies

Downloaded
PS> .\Compare-RemoteAssemblies.ps1

The list of servers to target, the folders to look in, and the filter to use is read from Compare-RemoteAssemblies.config which will be created on the first run in the script folder.

Screenshot

About

Compare assemblies on local and remote servers.

License:MIT License


Languages

Language:PowerShell 100.0%