You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remediate.ps1 generates tries to get the configured local admin account, if that fails it proceeds to create the account. Unfortunately that initial failure means that the $Error variable is not empty so even if the account is successfully created and added to the local administrators group the client event is not sent because $Error.Count is not zero.
Ultimately on the following rotation (assuming someone didn't delete the admin account) the event is sent.
Once you are in steady state it is not a big issue but when you first setup CloudLAPS and you combine this with issue #27 what you find is that you have to wait 3 days for your analytics workbooks to function.
The text was updated successfully, but these errors were encountered:
Remediate.ps1 generates tries to get the configured local admin account, if that fails it proceeds to create the account. Unfortunately that initial failure means that the $Error variable is not empty so even if the account is successfully created and added to the local administrators group the client event is not sent because $Error.Count is not zero.
Ultimately on the following rotation (assuming someone didn't delete the admin account) the event is sent.
Once you are in steady state it is not a big issue but when you first setup CloudLAPS and you combine this with issue #27 what you find is that you have to wait 3 days for your analytics workbooks to function.
The text was updated successfully, but these errors were encountered: