File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1- Open PowerShell (it cannot be in elevated mode because of OneDrive design)
2- Run this:
1+ ** Open PowerShell (it cannot be in elevated mode because of OneDrive design)**
2+
3+ ** Before running the first time, use this to unblock the DLL that you downloaded:**
4+ ```
5+ PS C:\ODTool> Unblock-File -Path C:\ODTool\OneDriveLib.dll # change path if necessary
6+ ```
7+
8+ ** Run this:**
9+ ```
310Import-Module OneDriveLib.dll
411Get-ODStatus
12+ ```
513
6-
7- This is an example of the output:
14+ ** This is an example of the output: **
15+ ```
816PS C:\ODTool> Import-Module OneDriveLib.dll
917PS C:\ODTool> Get-ODStatus
1018
@@ -19,5 +27,5 @@ LocalPath : D:\Onedrive
1927UserSID : S-1-5-21-124000000-708000000-1543000000-802052
2028UserName : CONTOSO\rodneyviana
2129ServiceType : Personal
22-
30+ ```
2331
You can’t perform that action at this time.
0 commit comments