Skip to content

Commit 38d6701

Browse files
committed
Removed the ForceRefresh switch that's no loner supported in v2
1 parent e8851a1 commit 38d6701

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)