Skip to content

Commit 240c5f9

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

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
@@ -3,7 +3,7 @@
33
# Replace with your Cert subject
44
Connect-Graph -ClientId "YOUR_CLIENT_ID" `
55
-TenantId "YOUT_TENANT_ID" `
6-
-CertificateName "YOUT_CERTIFICATE_NAME"
6+
-CertificateName "YOUR_CERTIFICATE_NAME"
77

88
# Switch to beta profile to use these samples.
99
Select-MgProfile -Name beta

0 commit comments

Comments
 (0)