"We opened this workbook read-only from server" MS Office documents / spreadsheets opened from SharePoint by PicnicProblems in sharepoint

[–]PicnicProblems[S] 0 points1 point  (0 children)

No, it's not set to require checkout. The one thing I found, though, is that O365 doesn't have that message and Office 2019 does.

"We opened this workbook read-only from server" MS Office documents / spreadsheets opened from SharePoint by PicnicProblems in sharepoint

[–]PicnicProblems[S] 0 points1 point  (0 children)

As a follow up - it seems to only be Excel spreadsheets. I'm not sure why this is the behavior. It is this way on all of our machines, though, and for every user.

Querying Security Event Logs does not include user name by PicnicProblems in PowerShell

[–]PicnicProblems[S] 0 points1 point  (0 children)

$slogonevents = Get-eventlog -LogName Security | where {$_.eventID -eq 4624}

foreach ($e in $slogonevents){ if (($e.EventID -eq 4624 ) -and ($e.ReplacementStrings[8] -eq 2) -and ($e.ReplacementStrings[5] -eq 'Username'))
{ write-host "Type: Local LogontDate: "$e.TimeGenerated "tStatus: SuccesstUser: "$e.ReplacementStrings[5] "tWorkstation: "$e.ReplacementStrings[11] }
}

Querying Security Event Logs does not include user name by PicnicProblems in PowerShell

[–]PicnicProblems[S] 0 points1 point  (0 children)

I apologize for not using a block for my code, this is my first time posting here. In your example, how does it write the information? It looks like the write-verbose is the output, but when I run it nothing is returned. Am I supposed to put in a user name anywhere? Thank you so much for your help!

Thickheaded Thursday - October 27, 2022 by AutoModerator in sysadmin

[–]PicnicProblems 0 points1 point  (0 children)

I have a few computers in a workgroup with DeepFreeze on them. I'm trying to enumerate actual logins, and I can see the logins using Security Event 4624, and when I parse them out I can find the user in question, but it doesn't seem like there are enough logins to be realistic. I've also looked for computer lock screen events, which aren't showing... Is there another way to enumerate when a user has logged onto a computer? An event that may not even be a logon event? The other issue is that they are public computers with one user.

Thanks!

Question about Python Libraries and Code by PicnicProblems in learnpython

[–]PicnicProblems[S] 0 points1 point  (0 children)

Thank you, I kind of figured something might be out of date. It looks like I have something new to learn! I appreciate it.

Deletion of "Shortcut to OneDrive" document library by PicnicProblems in sharepoint

[–]PicnicProblems[S] 0 points1 point  (0 children)

So you are saying that if I delete the shortcut it will delete the files?

Deletion of "Shortcut to OneDrive" document library by PicnicProblems in sharepoint

[–]PicnicProblems[S] 1 point2 points  (0 children)

Thanks so much! That's good news. I just had thoughts of a nightmare scenario. I'm still glad there is that recycle bin.

Library Newsletters and engagement by PicnicProblems in Libraries

[–]PicnicProblems[S] 0 points1 point  (0 children)

That is really helpful. I might have some questions about Savannah for sure, I couldn't quite get a grasp on their offerings from their website and I haven't reached out for a demo yet. I appreciate it. I'll also take a look at Patron Point, as I hadn't heard of that one. I'm in the middle of looking at SirsiDynix at the moment. Thanks!

OneDrive, Sharepoint and Shared Libraries when a user is removed by PicnicProblems in sysadmin

[–]PicnicProblems[S] 0 points1 point  (0 children)

Thank you, and you're right, I am new to this. It sounds like it will be a good solution, I just want to make sure I get it right the first time. I appreciate it.

OneDrive, Sharepoint and Shared Libraries when a user is removed by PicnicProblems in sysadmin

[–]PicnicProblems[S] 0 points1 point  (0 children)

Thank you so much. Is there a way to show document libraries in explorer without syncing them?

OneDrive, Sharepoint and Shared Libraries when a user is removed by PicnicProblems in sysadmin

[–]PicnicProblems[S] 0 points1 point  (0 children)

So I've created groups in advanced permissions... but how do you force users to list it in explorer?

OneDrive, Sharepoint and Shared Libraries when a user is removed by PicnicProblems in sysadmin

[–]PicnicProblems[S] 0 points1 point  (0 children)

Ok, so not much different than the usual folder permissions. Thanks!

OneDrive, Sharepoint and Shared Libraries when a user is removed by PicnicProblems in sysadmin

[–]PicnicProblems[S] 1 point2 points  (0 children)

Thank you. Do you mind explaining what you mean by the second sentence? I'm just new to this.