Posts

Showing posts from January, 2022

Studio session checker (framework per system)

Outputs a series of files [USER_FolderID]@[ComputerID]-COUNT_####.txt With list of sessions and last accessed dates ''Const strBrk = vbCr & "Bluebeam sessions all users-------------------------------------------" & vbCr Const StrOutFold = "\\corp.ktgy.com\global\Corporate\Technology\_DT\DATA-OUTPUT\Bluebeam-Studio\" Dim msg 'As String ''String message Main ''MsgBox "Done." Sub Main () ''check for Bluebeam sessions Dim FSO 'As New FileSystemObject ''File system access Dim ofold 'As Folder ''primary folder Dim oufold 'As Folder ''User folders Dim osFold 'As Folder ''sub folders Dim SH 'As WshShell ''Windows shell Dim strFP 'As String ''File path for studio Dim strUser 'As String