Skip to content

Commit

Permalink
Remove warning formatting from README.md note about Export-Clixml cmdlet
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Atkinson committed Nov 14, 2024
1 parent 54cc18a commit ab1e10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This script connects to Microsoft Intune using the Microsoft Graph API to retrie
$ClientSecretCredential | Export-Clixml -Path "<PathToCredentialFile>"
```
> [!WARNING]
> NOTE: The Export-Clixml cmdlet encrypts credential objects by using the Windows Data Protection API. The encryption ensures that only your user account on only that computer can decrypt the contents of the credential object. The exported CLIXML file can't be used on a different computer or by a different user.
> The Export-Clixml cmdlet encrypts credential objects by using the Windows Data Protection API. The encryption ensures that only your user account on only that computer can decrypt the contents of the credential object. The exported CLIXML file can't be used on a different computer or by a different user.
## Parameters
- `-ClientId`: The Client ID of the Azure AD application used for authentication.
Expand Down

0 comments on commit ab1e10b

Please sign in to comment.