Browse Source

Updated OneDrive download link

pull/429/head
Dmitry Nefedov 2 years ago
parent
commit
cfbd2f6470
  1. 2
      src/Sophia_Script_for_Windows_10/Module/Sophia.psm1
  2. 2
      src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1
  3. 2
      src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
  4. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

2
src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

@ -4437,7 +4437,7 @@ public static bool MarkFileDelete (string sourcefile)
# Parse XML to get the URL
# https://go.microsoft.com/fwlink/p/?LinkID=844652
$Parameters = @{
Uri = "https://g.live.com/1rewlive5skydrive/OneDriveProduction"
Uri = "https://g.live.com/1rewlive5skydrive/OneDriveProductionV2"
UseBasicParsing = $true
Verbose = $true
}

2
src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1

@ -4442,7 +4442,7 @@ public static bool MarkFileDelete (string sourcefile)
# Parse XML to get the URL
# https://go.microsoft.com/fwlink/p/?LinkID=844652
$Parameters = @{
Uri = "https://g.live.com/1rewlive5skydrive/OneDriveProduction"
Uri = "https://g.live.com/1rewlive5skydrive/OneDriveProductionV2"
SslProtocol = "Tls12"
UseBasicParsing = $true
Verbose = $true

2
src/Sophia_Script_for_Windows_11/Module/Sophia.psm1

@ -3911,7 +3911,7 @@ public static bool MarkFileDelete (string sourcefile)
# Parse XML to get the URL
# https://go.microsoft.com/fwlink/p/?LinkID=844652
$Parameters = @{
Uri = "https://g.live.com/1rewlive5skydrive/OneDriveProduction"
Uri = "https://g.live.com/1rewlive5skydrive/OneDriveProductionV2"
UseBasicParsing = $true
Verbose = $true
}

2
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

@ -3916,7 +3916,7 @@ public static bool MarkFileDelete (string sourcefile)
# Parse XML to get the URL
# https://go.microsoft.com/fwlink/p/?LinkID=844652
$Parameters = @{
Uri = "https://g.live.com/1rewlive5skydrive/OneDriveProduction"
Uri = "https://g.live.com/1rewlive5skydrive/OneDriveProductionV2"
SslProtocol = "Tls13"
UseBasicParsing = $true
Verbose = $true

Loading…
Cancel
Save