Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

get client secret azure app registration powershell

$startDate = Get-Date
$endDate = $startDate.AddYears(3)
$aadAppsecret01 = New-AzureADApplicationPasswordCredential -ObjectId f254eafb-5a7a-4df4-b9f4-ec0b70d5717e -CustomKeyIdentifier "Secret01" -StartDate $startDate -EndDate $endDate
Source by social.msdn.microsoft.com #
 
PREVIOUS NEXT
Tagged: #client #secret #azure #app #registration #powershell
ADD COMMENT
Topic
Name
1+7 =