SysAdminsFriends

1.1.3

SysAdminsFriends is a module that provides some tools that are useful for system administrators.
* Export-FirewallRules, Import-FirewallRules, Remove-FirewallRules for firewall rules
* Get-Sessions retrieves information on logon sessions
* Start-Webserver is a Powershell web server without IIS
* ConvertTo-Batch converts short Powershell scripts to cmd batches
* S
SysAdminsFriends is a module that provides some tools that are useful for system administrators.
* Export-FirewallRules, Import-FirewallRules, Remove-FirewallRules for firewall rules
* Get-Sessions retrieves information on logon sessions
* Start-Webserver is a Powershell web server without IIS
* ConvertTo-Batch converts short Powershell scripts to cmd batches
* Split-File and Join-File split and join binary files fast
* Export-FileSegment and Import-FileSegment extract and insert binary data
* Replace-InFile replaces text in files with preserving the encoding
* Compress-LogDirectory archives log files (and IIS logs)
* Invoke-AdminExplorer starts an administrative Explorer
* Get-RebootTime gets the last reboot time(s) fast
Show more

Minimum PowerShell version

4.0

Installation Options

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

Install-Module -Name SysAdminsFriends -RequiredVersion 1.1.3

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

Install-PSResource -Name SysAdminsFriends -Version 1.1.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) Markus Scholtes 2020

Package Details

Author(s)

  • Markus Scholtes

Tags

Windows Operations Administration Logs Batch Firewall Sessions Explorer Replace Join Split Webserver

Functions

Compress-LogDirectory ConvertTo-Batch Export-FirewallRules Import-FirewallRules Remove-FirewallRules Get-RebootTime Get-Sessions Replace-InFile Split-File Join-File Export-FileSegment Import-FileSegment Invoke-AdminExplorer Test-Admin Select-FileDialog Start-Webserver

Dependencies

This module has no dependencies.

Release Notes

# 1.1.3 / 2020-08-22
- added Export-FileSegment and Import-FileSegment

# 1.1.2 / 2020-05-03
- Split-File can chunk into parts of size > 2GB now

# 1.1.1 / 2020-02-15
- added filtering options to Export-FirewallRules

# 1.1.0 / 2019-08-30
- Renamed Set-InFile to Replace-InFile
- added directory listing feature to Start-WebServer

# 1.0.0 / 2019-05-20
- First stable release (hope so)

FileList

Version History

Version Downloads Last updated
1.1.4 5,028 12/12/2020
1.1.3 (current version) 202 8/22/2020
1.1.2 382 5/3/2020
1.1.1 237 2/17/2020
1.1.0 383 9/4/2019
1.0.0 224 5/27/2019
0.0.1 54 5/13/2019
Show more