Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Shell :: install pip from tt 
Shell :: windows workspace shortcut 
Shell :: how to check if virtualization is enabled in bios in manjaro 
Shell :: git added and modified files 
Shell :: sed commands 
Shell :: Update CA Certificate Linux 
Shell :: git restore 
Shell :: how to move files that begine with uppercase in linux 
Shell :: fetch from remote branch 
Shell :: free dock for linux 
Shell :: pig latin group by 
Shell :: bash if unset 
Shell :: How to pass a user defined argument in scrapy spider 
Shell :: overclock raspberry pi zero 2w 
Shell :: undo termial 
Shell :: generate zip file terminal 
Shell :: how to kill process in linux 
Shell :: git list all remote branches created by me 
Shell :: how to get the digit count of number swift 
Shell :: create a branch from old commit 
Shell :: configurar chave ssh gitlab 
Shell :: create next app with jest 
Shell :: create file on terminal or git 
Shell :: How to download torrents from the command-line on Linux 
Shell :: how to go home directory in linux 
Shell :: cool welcome message linux 
Shell :: expose deployment k8 
Shell :: piping commands 1 
Shell :: linux help 
Shell :: install raspberry pi 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =