Sharepoint – List of all Permissions on Site
Problem: Client wants a list of all permissions on a site. Solution: This one was fun
Technical Support for the GTA
Problem: Client wants a list of all permissions on a site. Solution: This one was fun
Problem: Create a user’s password to access cPanel Solution:
Problem: I renewed a default cert as per standard documentation. Now all Outlooks are prompting with a cert error that points to the new default internal cert. Solution: The renewal turns the cert into the default cert. 1. Get-ExchangeCertificate -Server Continue reading Exchange 2016 – renewed default cert and now Outlook is prompting
Problem: Although this issue has been around for a while, it seems more prevalent with Microsoft discontinuing Basic authentication. The pop up screen screams Basic authentication and not Modern authentication. Basic issue is that you can’t seem to get Outlook Continue reading Outlook prompting for password
Problem: You want to give someone access to another user’s OneDrive Solution: Sign in to theĀ admin centerĀ as a global admin or SharePoint admin.If you get a message that you don’t have permission to access the admin center, then you don’t Continue reading OneDrive – Giving someone access to someone else’s OneDrive
Problem: Client wanted to change every user’s calendar to review only. Solution: Connect-ExchangeOnline -UserPrincipalName navin@contoso.com $users = Get-Mailbox -Resultsize Unlimited foreach ($user in $users) { Write-Host -ForegroundColor green Setting permission for $($user.alias)… Set-MailboxFolderPermission -Identity $($user.alias):\calendar -User Default -AccessRights Reviewer } Continue reading Office 365 – Change default calendar to Reviewer
Problem: You wish to have an external sender message Solution: Microsoft recently introduced the option of creating one internally rather than through rules: (h/t alitajran.com) Add tag to external emails in Microsoft 365 for extra security You like to secure Continue reading External Sender
Problem: Microsoft’s classic ECM is acting all funky and you can’t create retention tags or policies without an error. Solution: (h/t That Lazy Admin) How to create Retention Tags and Policies using Powershell Connect to Exchange Powershell using the Quick Continue reading Office 365 – Creating new retention tags and policies via PowerShell
Problem: In this particular case, user was running Office Standard 2016 and I upgraded to Office 365 Business Apps. Upon checking the account, it still showed as Standard. This also affected the Online Archive mailbox in Outlook. Solution: (h/t https://www.thewindowsclub.com/how-to-uninstall-microsoft-office-product-key) Continue reading Office is showing older version instead of the updated version
Problem: OneDrive won’t uninstall Answer: Open Regedit, go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OneDrive, and delete it Also find HKEY_CURRENT_USER\SOFTWARE\Microsoft\OneDrive, and delete it Also find C:\Users\Username\AppData\Local\Microsoft\OneDrive and delete it Then go to C:\Windows\SysWOW64\OneDriveSetup.exe to reinstall Have the user login to OneDrive Go into portal.office.com, Continue reading OneDrive won’t uninstall