Sitecore-Instance-Manager icon indicating copy to clipboard operation
Sitecore-Instance-Manager copied to clipboard

SIM is an open-source tool for managing the local park of Sitecore instances. You can install, locate, maintain, reinstall or delete Sitecore products.

Results 32 Sitecore-Instance-Manager issues
Sort by recently updated
recently updated
newest added

Rolling file appender creates files with `.#` suffix. For example, in right order: ``` log.12345.txt.1 log.12345.txt.2 log.12345.txt.3 log.12345.txt ```

Removed the "IntegratedSecurity = false" property, so Integrated Secutiy will not be disabled on a new instance when using connection strings like 'Data Source=.;Integrated Security=True'. Fixed also an issue on...

**Importance:** Critical (I need this issue to be fixed) I'm using SIMCMD to deploy Sitecore instances on CI. I do like that the simplest command `sim.exe install -n mysite` gives...

```cmd C:\> sim list ``` **Actual Result:** ```json { "Data": { "Instances": [], "Detailed": {}, "Success": false, "Elapsed": "00:00:00" }, "Success": true, "Elapsed": "00:00:00.0994102" } ``` **Expected Result:** ```json {...

Currently preheating only enabled for SIM's aspx page that is injected into Sitecore which makes opening it really fast, but then it takes a while to be redirected to necessary...

enhancement

**Scenario:** 1. Create sitecore\admin1 and sitecore\admin2 admin accounts in Sitecore 2. Delete sitecore\admin account 3. Click log in admin button **Actual Result:** User is not logged in. **Expected Result:** User...

bug

Implement AlwaysOn mode for certain instances: - Option 1 - for all instances you ran today - Option 2 - for selected instances, using button to run on or off...

enhancement

Implement switching profiles so that user can have a couple of different ones and choose them with split button in Home tab

enhancement