Skip to content

Instantly share code, notes, and snippets.

View iyre's full-sized avatar

Miles Miller iyre

View GitHub Profile
@iyre
iyre / Set-ThisPcLibrary.ps1
Last active February 22, 2020 19:48
Add or remove libraries listed in 'This PC'
### Usage:
## Import functions
# >. .\Set-ThisPcLibrary.ps1
## Add library to 'This PC'
# >Set-ThisPcItem pictures
# Pictures
## Remove specific library
# >Set-ThisPcItem -Remove pic
# Pictures
## Remove all libraries
@iyre
iyre / Edit-RdpPort.ps1
Last active November 28, 2021 05:36
Remotely manipulate RDP port assignments with PowerShell
Function Edit-RdpPort {
<#
.SYNOPSIS
Changes the port assigned to RDP
.DESCRIPTION
Change the port assigned to RDP by updating the registry and restarting relevant services
.PARAMETER ComputerName
ComputerName that will have its port changed
.PARAMETER Port
New port number