SysAdminsFriends
1.1.4
* 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
* 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
Minimum PowerShell version
4.0
Installation Options
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.4 / 2020-12-12
- new parameter -Policystore for Export-FirewallRules, Import-FirewallRules and Remove-FirewallRules
# 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
- SysAdminsFriends.nuspec
- functions.cat
- SysAdminsFriends.psd1
- SysAdminsFriends.psm1
- functions\Compress-LogDirectory.ps1
- functions\ConvertTo-Batch.ps1
- functions\Export-FileSegment.ps1
- functions\Export-FirewallRules.ps1
- functions\Get-RebootTime.ps1
- functions\Get-Sessions.ps1
- functions\Import-FileSegment.ps1
- functions\Import-FirewallRules.ps1
- functions\Invoke-AdminExplorer.ps1
- functions\Remove-FirewallRules.ps1
- functions\Replace-InFile.ps1
- functions\Split-File.ps1
- functions\Start-WebServer.ps1