VBA Script to Add a Shared Calendar to Users Outlook[pastacode lang=”markdown” manual=”‘You%20will%20need%20to%20disable%20Macro%20Security%20for%20this%20to%20run%0A’Use%20GPO%20to%20deploy%20VbaProject.OTM%20to%20%25appdata%25%5CMicrosoft%5COutlook%20folder%0A%0APrivate%20Sub%20Application_Startup()%0A%20%0ACall%20OpenMeetingRoom1%0A%20%0AEnd%20Sub%0A%0ASub%20OpenMeetingRoom1()%0A%0A%20%20%20%20Dim%20myNamespace%20As%20Outlook.NameSpace%0A%20%20%20%20Dim%20myRecipient%20As%20Outlook.Recipient%0A%20%20%20%20Dim%20CalendarFolder%20As%20Outlook.Folder%0A%20%20%20%20%0A%20%20%20%20Set%20myNamespace%20%3D%20Application.GetNamespace(%22MAPI%22)%0A%20%20%20%20Set%20myRecipient%20%3D%20myNamespace.CreateRecipient(%22Meeting%20Rooom%201%22)%0A%20%20%20%20myRecipient.Resolve%0A%20%20%20%20If%20myRecipient.Resolved%20Then%0A%20%20%20%20%20%20%20%20Call%20ShowCalendar(myNamespace%2C%20myRecipient)%0A%20%20%20%20End%20If%0A%20%0AEnd%20Sub%0A%0A%0A%0ASub%20ShowCalendar(myNamespace%2C%20myRecipient)%0A%20%20%20%20Dim%20CalendarFolder%20As%20Outlook.Folder%0A%0A%20%20%20%20Set%20CalendarFolder%20%3D%20_%0A%20%20%20%20%20%20%20%20myNamespace.GetSharedDefaultFolder%20_%0A%20%20%20%20%20%20%20%20(myRecipient%2C%20olFolderCalendar)%0A%20%20%20%20’Open%20up%20the%20Calendar%0A%20%20%20%20’CalendarFolder.Display%0AEnd%20Sub%0A” message=”” highlight=”” provider=”manual”/]
Category: Research
Research Undertaken
How to find current Modem code of Draytek Router
Navigate to the Online Status of Router
How to update email Domain for iManage worksite communication server using 365
Make sure you have a Send Connector in O365 so that I route all emails from your subdomain e.g. imanage.domain.com back to the Public IP where your […]
iManage Worksite 10 – Azure 365 AD SAML SSO
Azure Single Sign-On Identifier (Entity ID): https://imanage.domain.comReply URL (Assertion Consumer Service URL): https://imanage.domain.com/api/v1/session/saml-login Download Certificate file (.cer) and store on iManage server e.g. C:\SSL\HIVE: HKLM\SOFTWARE\Interwoven\WorkSite\imDmsSvc SAML Attribute: http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name SAML Endpoint: https://myapps.microsoft.com/signin/iManage%20SAML/xxxxxxx-xxxxxx-xxxxSAML […]
Vocus Overture NTU PSU
Recently we had a DC Power supply ( with external Transformer ) fail at a Site using a rebranded Overture NTU with Vocus. This NTU actually has […]
How to Monitor Fortigate/Fortinet Routers via SNMP in Ncentral
On the Fortigate On the LAN Interface ( Gateway Address ) Enable SNMP Enable SNMP with your chosen Community Name Add the Host IP of the local N-able Agent/Server Polling […]
Intune Enroll Limit of 15 – how to get around and resolve this limit
A client had to roll out 100+ laptops and choose Intune for this. It wasn’t certain who was getting what laptop so the choice was made to […]
Powershell to UnPin Edge from Taskbar in Windows 10
[pastacode lang=”markup” manual=”%24appname%20%3D%20%22Microsoft%20Edge%22%0A((New-Object%20-Com%20Shell.Application).NameSpace(‘shell%3A%3A%3A%7B4234d49b-0245-4df3-b780-3893943456e1%7D’).Items()%20%7C%20%3F%7B%24_.Name%20-eq%20%24appname%7D).Verbs()%20%7C%20%3F%7B%24_.Name.replace(‘%26’%2C”)%20-match%20’Unpin%20from%20taskbar’%7D%20%7C%20%25%7B%24_.DoIt()%3B%20%24exec%20%3D%20%24true%7D” message=”” highlight=”” provider=”manual”/]
How do you want to open this? Office 2010
Clicking on any website links in Outlook 2010 in Windows 10/2016 would cause this prompt to appear:Ticking Always use this app doesn’t help as clicking on the […]
How to enable to To-Do Bar – Tasks in Outlook via Registry for Deployment
For a new deployment we needed for Outlook to show the Task’s ToDo List on the Outlook Home Screen I couldn’t find this documented anywhere so I have […]