If we previously had Cloud storage configured for a collection and after some time we do not need it anymore, unchecking the option does not remove the specified credentials (same as it does for Remote Storage).
This may cause replication issues if the password for the account changed since it was last used.
Run the Management Shell as an Admin and run the following commands:
$collection = Get-RMADCollection <collectionname>
$collection.SecondaryStorageCredential = $null
$collection.Save()
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center