Tag: abmelden

(7 Drehbücher)

<< Zurück zur Skript-Bibliothek
Als CU-Administrator möchte ich in der Lage sein, einen Auslöser für getrennte Sitzungen einzurichten und eine Aktion auszuführen, um alle getrennten Sitzungen für diesen Benutzer auf allen verwalteten Rechnern zu bereinigen.
Dasselbe Skript sollte ebenso gut als Rechtsklick-Aktion aus einer Sitzungsansicht funktionieren.
Version: 3.1.12 -   Erstellt: 2023-05-18 -   Geändert: 2023-06-22
Dieses Skript findet eine Benutzersitzung anhand des Benutzernamens und des Rechners. Dieser Benutzer wird dann abgemeldet, auch wenn die Sitzung gesperrt ist.
Version: 2.32.50 -   Erstellt: 2020-01-26 -   Geändert: 2023-11-24
Meldet die ausgewählte Benutzersitzung ab
Version: 2.1.2 -   Erstellt: 2019-01-27 -   Geändert: 2022-12-14
Getrennte Sitzungen auf dem/den ausgewählten Computer(n) abmelden, die über einen bestimmten Zeitraum, der in Minuten angegeben wird, getrennt wurden.
Argumente:
Getrennter Zeitraum - die Zeit in Minuten, die ein Benutzer nicht verbunden gewesen sein muss, bevor er abgemeldet wird (Standardwert ist 10 Minuten)
Version: 1.3.3 -   Erstellt: 2018-10-13 -   Geändert: 2018-11-23
Cancels any "Message and Logoff" SBAs which are still running on the selected computer(s) by finding the associated PowerShell process and terminating it.
Argumente:
Cancellation Message - A message to display to the users so they can be informed that they will not be logged off (default is no mesage)
Version: 1.3.3 -   Erstellt: 2018-10-12  •   Geändert: 2018-11-23
Send a message to all connected sessions and then log them all off after a specified amount of time. The message can be repeated at a specified interval if required.
For instance, a delay of 15 minutes can be set and the users messaged every 5 minutes with the text specified in the "Message Text" argument.
When the configured script timeout of 60 seconds is reached, an error will be displayed but the script will keep running. If you need to cancel the logoff once the script has timed out, run the "Cancel Logoffs" SBA for the same computer(s)
Argumente:
Message Text - The text of the message to display to all connected users on the selected computer(s)
Delay Before Logoff - The period in minutes from when the script is invoked to when all users will be automatically logged off by the SBA
Message Every - how often, in minutes, the same message is displayed to the remaining users. Specify zero or a blank value to not repeat the message after the initial display
Version: 1.3.13 -   Erstellt: 2018-10-12  •   Geändert: 2018-11-23
Show user name, logon and logoff times of all users who have logged off, or been logged off, the selected computer(s) in the last x hours where x is an argument defaulting to 48. Useful to be able to spot if many users were logged off at a specific time.
Argumente:
Hours back to search - default is 48
User - optional user name to search for otherwise all users will be displayed
Version: 1.5.7  •   Erstellt: 2018-07-18  •   Geändert: 2018-11-26