-
Notifications
You must be signed in to change notification settings - Fork 1
1 Installation
m1lkman edited this page Mar 17, 2023
·
1 revision
Download and save the module file Update-PlexMediaServer.psm1
to a folder of the same name in one of your PowerShell module directories.
%ProgramFiles%\WindowsPowerShell\Modules\Update-PlexMediaServer
%UserProfile%\Documents\WindowsPowerShell\Modules\Update-PlexMediaServer
Execute the following commands from an elevated (run as Administrator) command prompt or PowerShell:
cd %ProgramFiles%\WindowsPowerShell\Modules\
git clone https://github.com/m1lkman/Update-PlexMediaServer.git
Execute the following command from an elevated (run as Administrator) Powershell. (More Info Inport-Module):
Import-Module Update-PlexMediaServer
Note: This module is not signed, you will need to set your PowerShell execution policy to bypass. (see Set-ExecutionPolicy)
- Download the updated module using the preferred Option above.
- Execute the following commands from an elevated (run as Administrator) Powershell.:
Remove-Module Update-PlexMediaServer
Import-Module Update-PlexMediaServer
- Execute the following command from an elevated (run as Administrator) Powershell.
Remove-Module Update-PlexMediaServer
- Delete the Module folder created above.