Skip to content

Commit f404dfa

Browse files
peombwaddyett
andauthored
Update samples/Scripts/Get-TeamMembers.ps1
Co-authored-by: DeVere Dyett <[email protected]>
1 parent 113ff87 commit f404dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Scripts/Get-TeamMembers.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Replace with your ClientId
22
# Replace with your TenantId
33
# Replace with your Cert subject
4-
Connect-Graph -ClientId "YOUT_CLIENT_ID" `
4+
Connect-Graph -ClientId "YOUR_CLIENT_ID" `
55
-TenantId "YOUT_TENANT_ID" `
66
-CertificateName "YOUT_CERTIFICATE_NAME"
77

0 commit comments

Comments
 (0)