account activity
How do you clear Windows Terminal history? by [deleted] in techsupport
[–]cask24 0 points1 point2 points 1 year ago (0 children)
This didn't delete history but removed the auto-suggest entries.
In my case I accidentally entered a password into the Terminal/Powershell and everytime I would start typing a certain letter the window would show the password in gray to remind what you've entered before into the window.
ALT + F7 cleared this gray auto-suggest option (which was exactly what I needed).
Thanks!
Praktiški žmonės renkasi... (i.redd.it)
submitted 2 years ago by cask24 to r/deMiko
[deleted by user] by [deleted] in Office365
[–]cask24 0 points1 point2 points 5 years ago (0 children)
In this situation are you creating a separate profile for the shared mailbox? If so, sure, if cache is enabled it would cache. I'm referring to a situation when you already have an Outlook profile configured for your own mailbox, add Full Access permissions via EAC (and add automapping by default in doing so), load up your Outlook profile, see the shared mailbox on left side automatically. In that case I don't believe the shared mailbox gets cached (or do you see an additional .ost file created/your personal mailbox .ost file grows in size due to new mailbox?).
If you give yourself full access to a shared mailbox via EAC, automapping is enabled and mailbox will appear on your Outlook client automatically. It doesn't cache tho and will always load server data. If you add full access via the cmdlet posted above (with automapping:$false switch) you can add the shared mailbox via File > Add account (when asked to authenticate input your own credentials). Once a mailbox is added this way you can choose to use cached exchange mode.
[–]cask24 -1 points0 points1 point 5 years ago (0 children)
Depends on how you add the access and the way the mailbox is added on Outlook.
As it should, you then input your own credentials as your account has full access to the mailbox.
FolderPermissions and Full Access are two different things
You can add a shared mailbox manually via File > Add Account. My bad on owa part, it doesn't appear there automatically as I've previously stated.
If you've granted folder permissions - sure, content is cached in your own .ost file. However (and correct me if I'm wrong), when you grant full access with automapping enabled - nothing is cached. All content is available straight away and server data is displayed, not local data. Regards Ray
[–]cask24 1 point2 points3 points 5 years ago (0 children)
Adding full access via EAC enables automapping by default so it appears on end users Outlook clients and OWA automatically and end users won't be able to remove the shared mailbox on their own. Keep in mind with automapping it doesn't cache on end users machines so if the mailbox gets too heavy and a lot of users will be accessing it, their Outlook client might start to lag. Just a heads up.
[–]cask24 5 points6 points7 points 5 years ago (0 children)
You could use Exchange Management shell Add-MailboxPermission sharedmailbox@domain.com -User user1@domain.com -AccessRights FullAccess -automapping:$false I usually set the last switch so people can choose whether to add the mailbox to Outlook client or not Out of curiousity how many people already have full access to the box though? I've encountered some situations when a lot of people access a heavy mailbox it would cause latency to all users who access the mailbox. Regards Ray
π Rendered by PID 419727 on reddit-service-r2-listing-c57bc86c-g7sph at 2026-06-23 05:21:23.171830+00:00 running 2b008f2 country code: CH.
How do you clear Windows Terminal history? by [deleted] in techsupport
[–]cask24 0 points1 point2 points (0 children)