Releases • Usage • Installation • Config • Examples • Documentation
AzureET --help
_ _____ _____
/ \ _____ _ _ __ ___| ____|_ _|
/ _ \ |_ / | | | '__/ _ \ _| | |
/ ___ \ / /| |_| | | | __/ |___ | |
/_/ \_\/___|\__,_|_| \___|_____| |_| v1.0.0
🎉 Usage: AzureET [module] [command] [args...]Go to releases to download the latest version of the AzureET binary file corresponding to the operating system, and then run it. Automatically generate configuration file config.data when running for the first time.
Set the authentication mode to TOKEN(Refresh token) or APP(Client credential)
AzureET Config SetMode -mode TOKEN
AzureET Config SetMode -mode APPSet refresh token
AzureET Config SetRefreshToken -token token.txt
// or
AzureET Config SetRefreshToken -token 0.AVUAIE......Set app client credential
AzureET Config SetClientCredential -tenant [Tenant] -clientId [ClientId] -secret [ClientSecret]Check azure domain exist
AzureET Public CheckDomainExist -domain domain.comCheck if azure ad user exist
AzureET Public CheckUserExist -UserPrincipalName username@domain.comIf you have any issues or feature requests, please contact us. PR is welcomed.