WindowsUtils

1.3.3

This module contain tools to facilitate the administration of Windows computers.

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name WindowsUtils -RequiredVersion 1.3.3

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name WindowsUtils -Version 1.3.3

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Francisco Nabas. All rights reserved.

Package Details

Author(s)

  • Francisco Nabas

Functions

Get-ComputerSession Get-ObjectHandle Get-FormattedError Get-LastWin32Error Get-LastWinSockError Get-MsiProperties Get-RemoteMessageOptions Get-ResourceMessageTable Invoke-RemoteMessage Send-Click Disconnect-Session

Dependencies

This module has no dependencies.

Release Notes

           Changed Features:
               - Get-FileHandle changed to Get-ObjectHandle. This Cmdlet also works with directories, and allow future expansion to other system objects.  
               - Get-ObjectHandle 'FileName' property changed to 'InputObject' to comply with the Cmdlet scope.  
           Bugs:
               - Get-ObjectHandle was not returning a considerable number of image properties. This was due the Cmdlet using a Shell interface to get properties from the files themselves.  
                 This implementation was replaced by VerQueryValue.  
                 Besides increasing performance, the only cases where properties are not shown is when the image does not contain a resource section, or access denied to the process.  

FileList

Version History

Version Downloads Last updated
1.10.0 36,080 9/27/2023
1.9.0 14 9/18/2023
1.8.7 20 9/9/2023
1.8.6 8 9/7/2023
1.8.5 5 9/6/2023
1.8.4 10 9/5/2023
1.8.3 5 9/5/2023
1.8.2 18 9/3/2023
1.8.1 11 9/1/2023
1.8.0 6 9/1/2023
1.7.0 13 8/21/2023
1.7.0-preview2 9 6/29/2023
1.7.0-preview1 4 6/28/2023
1.6.2 35 6/23/2023
1.6.1 6 6/21/2023
1.6.0 6 6/21/2023
1.5.1 53 1/20/2023
1.5.0 10 1/19/2023
1.4.1 27 10/14/2022
1.4.0 11 10/12/2022
1.3.4 12 10/8/2022
1.3.3 (current version) 11 10/8/2022
1.3.2 11 10/5/2022
1.3.1 12 10/4/2022
1.3.0 12 10/3/2022
1.2.1.1 13 9/27/2022
1.2.1.0 13 9/25/2022
1.2.0.0 13 9/24/2022
1.1.3 11 9/24/2022
1.1.2 24 9/15/2022
1.1.1 16 9/8/2022
1.1.0 11 9/8/2022
Show less