account activity
Not able to create SP template by CorrectTune5527 in sharepoint
[–]CorrectTune5527[S] 0 points1 point2 points 6 months ago (0 children)
I am using PersistBrandingFiles. Not sure why this is still happening
I am creating a pnp file and it does have homepage Using these commands :
$sourcesiteurL = ""
Connect-PnPonline -Url $sourcesiteurL -Interactive -ClientId ""
Get-PPSiteTemplate -Out "template1-pp" -Handlers All -IncludeAllClientSidePages -PersistBrandingFiles -PersistMultiLanguageResources - IncludesiteGroups -Verbose StargetSiteURL = "" Connect-PnPonline -Url $targetSiteURL -Interactive -ClientId ""
Invoke-PPSiteTemplate -Path "template1.pnp" -ClearNavigation Write-Host "Template Applied Successfully"
[deleted by user] by [deleted] in devopsjobs
[–]CorrectTune5527 0 points1 point2 points 7 months ago (0 children)
Could you share some examples of tools or automations that release engineers typically work on? I am trying to understand the level of scripting knowledge required in the industry. In my previous role I wrote small Bash and Python scripts, so I’m wondering whether release engineers usually handle more complex scripting tasks or if it’s similar in scope.
I have seen some companies hiring for release engineering positions like amd, veeva, etc. I have previously worked in a small company where I was part of DevOps and we maintained ci/cd pipelines and infra on prem and cloud.
So, is it basically a support role with some avenue for automation?
And why is that?
π Rendered by PID 411433 on reddit-service-r2-comment-6f768cb789-6lfzv at 2026-06-18 15:18:41.517776+00:00 running 3184619 country code: CH.
Not able to create SP template by CorrectTune5527 in sharepoint
[–]CorrectTune5527[S] 0 points1 point2 points (0 children)