UncleCisco 

By: | 40,547 downloads | Last Updated: 6/4/2024 | Latest Version: 1.11.0

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

By: | 247 downloads | Last Updated: 6/3/2021 | Latest Version: 1.1

Solution uses FileSystemWatch class to monitor a directory and copy files when detects a change, if desired.

By: | 186 downloads | Last Updated: 5/25/2021 | Latest Version: 1.1.0

Script to "Bulk" copy data into PostgreSQL database using the COPY statement and a csv file. Input is a PSCustomObject.

By: | 159 downloads | Last Updated: 7/14/2021 | Latest Version: 1.1.0

- Check for apllications installed on the machine with the input Name. - If a match is found on the registry, creates an object with its Name, Version and UninstallString. - If no match is found on the registry, the Win32_Product CIM/WMI class is queried and an object is created with the app Name, Version and CimInstance. - If the Uninstall switch ... More info

By: | 154 downloads | Last Updated: 10/28/2024 | Latest Version: 1.0.2

This function deletes one or more files or folders recursively, including its files and sub-directories. It was also designed to accept input from the pipeline, from Cmdlets like 'Get-ChildItem'. If one of the file system objects are open in another process it attempts to close the handles. The closing handle mechanism was ported from the 'WindowsU... More info

By: | 131 downloads | Last Updated: 10/3/2023 | Latest Version: 1.3.0

This module contains tools to manage module dependencies.

By: | 9 downloads | Last Updated: 10/31/2024 | Latest Version: 1.0.0

This script attempts to download a file from a given URI with progress information. The progress outputs the current / total bytes and the average download speed. The script attempts to get the file name from the URI. If it contains invalid characters it replaces them with 'a's. It implements a cancellation mechanism in case the user hits 'Ctrl + C... More info