This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Days | Folder | |
---|---|---|
1 | FolderPath |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Run the following commands on server: | |
Enable-PSRemoting | |
Enable-WSManCredSSP -Role server | |
Enable-NetFirewallRule -DisplayGroup “Windows Remote Management” | |
Enable-NetFirewallRule -DisplayGroup “Remote Event Log Management” | |
Enable-NetFirewallRule -DisplayGroup “Remote Volume Management” | |
Set-Service VDS -StartupType Automatic | |
Set-Item WSMan:\localhost\Client\TrustedHosts -Value 'client_hostname' -Concatenate | |
#Reboot the server (select #12 from Hyper-V Core Menu) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Id": "5fc03a6a-8713-4b95-8e5a-38eeb00d4248", | |
"Name": "Octopus - Log OctopusParameters", | |
"Description": "Writes the $OctopusParameters Dictionary to the Log.\nFor debugging purposes.", | |
"ActionType": "Octopus.Script", | |
"Version": 1, | |
"Author": "https://github.com/ByronScottJones", | |
"Properties": { | |
"Octopus.Action.RunOnServer": "true", | |
"Octopus.Action.Script.ScriptSource": "Inline", |
NewerOlder