Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ param (
        [String]$CredentialsUserName,
        [Security.SecureString]$CredentialsPassword
    )
```

The following standard parameters can be used here:
Expand Down Expand Up @@ -67,7 +66,6 @@ been changed via a **Write-Output**. The following example simply uses the outpu
    } else {
        Write-Output "false"
    }
```

Naturally, CredentialsUserName and CredentialsPassword can also be directly used in the script (i.e.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ saved in the local configuration file. The database connection can be made with
```
HKEY_CURRENT_USER\SOFTWARE\MATESO\Password Safe and Repository 8\DatabaseProfiles
HKEY_LOCAL_MACHINE\SOFTWARE\MATESO\Password Safe and Repository 8\DatabaseProfiles
```

These keys are structured like this:
Expand All @@ -87,7 +86,6 @@ These keys are structured like this:

```
HKEY_LOCAL_MACHINE\SOFTWARE\MATESO\Password Safe and Repository 8\DatabaseProfiles
```

Then the last used date base as well as the last registered user are created with the following ID,
Expand All @@ -96,7 +94,6 @@ when you log in for the first time:

```
HKEY_CURRENT_USER\SOFTWARE\MATESO\Password Safe and Repository 8\DatabaseProfiles
```

NOTE: When the corresponding registry entry is set and no related database profile exists, the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ sidebar_position: 10

#### System Components

| | | |
| ----------------- | ------------------ | ------------------ |
| Attribute | Minimum | Recommended |
| ----------------- | ------------------ | ------------------ |
| OS | MS Win Server 2019 | MS Win Server 2022 |
| Architecture | x64 | x64 |
| CPU [# Cores] | 4 | 8 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ sidebar_position: 30

NOTE: Our Windows Application (Win App) is not available for MSP-customers!

| | | |
| --------------------------- | ----------------------------------- | ---------------------- |
| Attribute | Minimum | Recommended |
| --------------------------- | ----------------------------------- | ---------------------- |
| OS | Win 10 21H2 19044 Win 11 21H2 22000 | Win 11 23H2 22631.3235 |
| Architecture | x64 | x64 |
| CPU [Cores] | 4 | 8 |
| RAM [GB] | 8 | 16 |
| RAM [GB] | 8 | 16 |
| Disk Space [GB] | 50 | 100 |
| MS .NET Framework | 4.8 | 4.8.1 |
| MS .NET Framework | 4.8 | 4.8.1 |
| RDP-Version (if applicable) | 10 | 12 |

#### Required Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ Our mobile apps are only supported on devices with the official OS (no jailbreak
rooted).
:::


| | | |
| ---------------- | ------- | ----------- |
| OS | Minimum | Recommended |
| ---------------- | ------- | ----------- |
| iOS (Apple) | 17.7.1 | 18.1 |
| iPadOS (Apple) | 17.7.1 | 18.1 |
| Android (Google) | 13 | 15 |
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ various limitations. Our recommendation is to use MS SQL Server Standard as a mi

Please follow Microsoft recommendations for system requirements for SQL Server.

| | | |
| --------------------- | ------- | ----------- |
| Attribute | Minimum | Recommended |
| --------------------- | ------- | ----------- |
| MS SQL Server Version | 2019 | 2022 |

:::warning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ sidebar_position: 10
Only the browser extension provided in the store of the supported browser is supported (NOT Chrome
browser extension used in Edge, for example).

| | | |
| ----------------- | -------------------------- | ----------- |
| Supported Browser | Minimum | Recommended |
| ----------------- | -------------------------- | ----------- |
| Chrome | Last two Stable releases | Stable |
| Edge | Last three Stable releases | Stable |
| Firefox | ESR | Stable |
| Safari | Latest | Latest |
| Safari | Latest | Latest |
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ sidebar_position: 40

#### System Components

| | | |
| --------- | --------------- | ----------------- |
| Webserver | Minimum | Recommended |
| --------- | --------------- | ----------------- |
| IIS | 10 | 10 |
| Apache | 2.4.58 | 2.4.58 |
| NGINX | 1.24.0 (stable) | 1.25.4 (mainline) |

#### Required Modules/Extensions

| | | | |
| --------------------- | ------- | ----------- | ---------- |
| Attribute | Minimum | Recommended | Applies to |
| --------------------- | ------- | ----------- | ---------- |
| URL Rewrite mod | 2.1 | 2.1 | IIS |
| ARR | 3.0 | 3.1 | IIS |
| Websocket Protocol | - | - | IIS |
Expand Down
Loading