Authentication
To talk to Intune, authentication is required.
WinTuner talks to the Graph API, and that requires a valid token. This token is stored in the session and is used for all commands that need authentication.
Commands that need authentication
Authentication is needed for these commands:
Connect-WtWinTuner
Setup authentication for WinTuner, this command will setup the authentication for all other commands. See Connect-WtWinTuner for more information.
Disconnect-WtWinTuner
Disconnect from the current session, this will remove the token from the session. See Disconnect-WtWinTuner for more information.
Get-WtToken
Get a token using the current authentication method. See Get-WtToken for more information. This can be used to pass the token to other apps or scripts, in case you want to modify things in the Graph API.