We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to run the script, it complains about a zero-length string, but continues nevertheless.
Exception calling "Replace" with "2" argument(s): "String cannot be of zero length. Parameter name: oldValue" At C:\Users\User1\Downloads\Parsec-Cloud-Preparation-Tool\Parsec-Cloud-Preparation-Tool-master\PostInstall\PostInstall. ps1:395 char:9 + (Get-Content "C:\Windows\System32\GroupPolicy\gpt.ini").Repla ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : ArgumentException
It seems like $GPO is empty.
$GPO
Parsec-Cloud-Preparation-Tool/PostInstall/PostInstall.ps1
Lines 392 to 397 in 3a409b8
I ran the instructions from the README:
[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls" $ScriptWebArchive = "https://github.com/parsec-cloud/Parsec-Cloud-Preparation-Tool/archive/master.zip" $LocalArchivePath = "$ENV:UserProfile\Downloads\Parsec-Cloud-Preparation-Tool" (New-Object System.Net.WebClient).DownloadFile($ScriptWebArchive, "$LocalArchivePath.zip") Expand-Archive "$LocalArchivePath.zip" -DestinationPath $LocalArchivePath -Force CD $LocalArchivePath\Parsec-Cloud-Preparation-Tool-master\PostInstall powershell.exe .\PostInstall.ps1 -DontPromptPasswordUpdateGPU
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to run the script, it complains about a zero-length string, but continues nevertheless.
It seems like
$GPO
is empty.Parsec-Cloud-Preparation-Tool/PostInstall/PostInstall.ps1
Lines 392 to 397 in 3a409b8
I ran the instructions from the README:
The text was updated successfully, but these errors were encountered: