Die Suche ergab 35 Treffer

von Sebastian
So 10. Mai 2020, 22:51
Forum: Allgemeines
Thema: Resolve SID to local group name
Antworten: 0
Zugriffe: 2723

Resolve SID to local group name

Imports System.DirectoryServices [...] Public Function GetGroupNameBySID(ByVal strSID As String) As String Dim strReturnValue As String = Nothing Using SearchRoot As New DirectoryEntry Using LocalSearcher As New DirectorySearcher(SearchRoot) LocalSearcher.SearchScope = SearchScope.Subtree LocalSear...
von Sebastian
Mo 4. Mai 2020, 17:24
Forum: Allgemeines
Thema: Linux commands
Antworten: 0
Zugriffe: 2543

Linux commands

Sort huge files (using another location for temp if RAM is not enough) sort -T /var/somewhere/tmp/ -u passwords.txt >> newfile.txt -T specifies the location where to store temp files during sort process -u only unique lines should remain Merge files with two values within one line each only keep the...
von Sebastian
Sa 18. Apr 2020, 22:39
Forum: Allgemeines
Thema: Veritas Backup Exec - Troubleshooting database encryption key errors
Antworten: 0
Zugriffe: 2660

Veritas Backup Exec - Troubleshooting database encryption key errors

Problem You receive a message that indicates an issue with the database encryption key. The message may state that the database encryption key is incorrect, corrupt, or missing. Or the message may state that the database encryption key operation failed. Error Message Database encryption key errors ...
von Sebastian
Sa 18. Apr 2020, 22:34
Forum: Allgemeines
Thema: Veritas Backup Exec - Exporting the Backup Exec Database encryption key
Antworten: 0
Zugriffe: 2628

Veritas Backup Exec - Exporting the Backup Exec Database encryption key

Problem Backup Exec 15 and later stores sensitive information in the Backup Exec Database using encryption. A database encryption key is used to encrypt information such as login account credentials and the keys that are used for encrypted backup jobs, for example. You are required to provide the B...
von Sebastian
Sa 18. Apr 2020, 22:27
Forum: Allgemeines
Thema: Veritas Backup Exec - Migrate config and jobs to new machine (new OS other name)
Antworten: 0
Zugriffe: 2537

Veritas Backup Exec - Migrate config and jobs to new machine (new OS other name)

Note: Backup Exec (BE) is only supported to migrate or move BE to and from the same Windows OS version, whilst it may still be possible to migrate with different operating systems, Veritas can only offer reasonable effort support for this type of migration. Install Backup Exec for Windows Server on...
von Sebastian
Di 14. Apr 2020, 16:24
Forum: Allgemeines
Thema: Unable to login to Citrix XenApp Studio (7.6)
Antworten: 0
Zugriffe: 2583

Unable to login to Citrix XenApp Studio (7.6)

If you are unable to login to Citrix XenApp Studio saying you do not have the permission to login citrix database may stored the wrong SID (changed due to user change etc.). For this you'll need to know the administrators SID. You can find it in Active Directory with the attribute objectSID. Do the ...
von Sebastian
Mo 3. Mär 2014, 13:09
Forum: Allgemeines
Thema: Raspberry Pi - NFC
Antworten: 6
Zugriffe: 14227

Re: Raspberry Pi - NFC