PSWinOps
0.0.4
A collection of PowerShell utilities for Windows system administrators
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) Franck SALLET. All rights reserved.
Package Details
Author(s)
- Franck SALLET
Tags
SysAdmin Windows Ops Utilities Administration
Functions
Connect-RdpSession ConvertFrom-MisencodedString Disconnect-RdpSession Get-ActiveRdpSession Get-NTPConfiguration Get-NTPPeer Get-RandomPassword Get-RdpSession Get-RDPSessionHistory Get-RdpSessionLock Remove-RdpSession Set-NTPClient Sync-NTPTime Test-NTPSync
Dependencies
This module has no dependencies.
Release Notes
Initial release
FileList
- PSWinOps.nuspec
- .devcontainer\Dockerfile
- .devcontainer\devcontainer.json
- .devcontainer\postCreateCommand.sh
- .github\workflows\ci.yml
- .github\workflows\publish.yml
- PSWinOps.psd1
- PSWinOps.psm1
- Private\Invoke-QwinstaQuery.ps1
- Public\ntp\Get-NTPConfiguration.ps1
- Public\ntp\Get-NTPPeer.ps1
- Public\ntp\Set-NTPClient.ps1
- Public\ntp\Sync-NTPTime.ps1
- Public\ntp\Test-NTPSync.ps1
- Public\security\Get-RandomPassword.ps1
- Public\sessions\Connect-RdpSession.ps1
- Public\sessions\Disconnect-RdpSession.ps1
- Public\sessions\Get-ActiveRdpSession.ps1
- Public\sessions\Get-RDPSessionHistory.ps1
- Public\sessions\Get-RdpSession.ps1
- Public\sessions\Get-RdpSessionLock.ps1
- Public\sessions\Remove-RdpSession.ps1
- Public\string\ConvertFrom-MisencodedString.ps1
- Tests\ntp\Get-NTPConfiguration.Tests.ps1
- Tests\ntp\Get-NTPPeer.Tests.ps1
- Tests\ntp\Set-NTPClient.Tests.ps1
- Tests\ntp\Sync-NTPTime.Tests.ps1
- Tests\ntp\Test-NTPSync.Tests.ps1
- Tests\security\Get-RandomPassword.Tests.ps1
- Tests\sessions\Connect-RdpSession.Tests.ps1
- Tests\sessions\Disconnect-RdpSession.Tests.ps1
- Tests\sessions\Get-ActiveRdpSession.Tests.ps1
- Tests\sessions\Get-RdpSession.Tests.ps1
- Tests\sessions\Get-RdpSessionHistory.Tests.ps1
- Tests\sessions\Get-RdpSessionLock.Tests.ps1
- Tests\sessions\Remove-RdpSession.Tests.ps1
- Tests\string\ConvertFrom-MisencodedString.Tests.ps1
- build.ps1
- coverage.xml
- readme.md