Skip to content

Commit 97043cc

Browse files
authored
Merge pull request #366 from msewaweru/issue-365
Removed the -ForceRefresh switch that's no longer supported in v2
2 parents ffbcd9e + 38d6701 commit 97043cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microsoftgraph/docs-conceptual/authentication-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ By default, `Connect-MgGraph` targets the global public cloud. To target other c
129129
To connect as a different identity other than CurrentUser, specify the `-ContextScope` parameter with the value **Process**.
130130
131131
```powershell
132-
Connect-MgGraph -ContextScope Process -ForceRefresh
132+
Connect-MgGraph -ContextScope Process
133133
```
134134

135135
### Using passwordless authentication

0 commit comments

Comments
 (0)