
Nesting Shape Data fields - social.technet.microsoft.com
I was working with the new BPMN shapes recently and noticed an interesting feature in the shape data for these shapes. These shapes have categories of shape data fields and the categories can shown …
Power Query function to Add up Business Day: Excel equivalent of …
The file contains function to calculate date after x workdays and few examples of using it. Function is exactly like excel WORKDAY.INTL but functionality is extended.
Get Computer Names based on Active Directory Username
Oct 5, 2018 · There are some examples in the TechNet Gallery. Another way is to use Group Policy to configure logon and logoff scripts that log the user name, computer name, datetime, and whether it is …
Reading Through Large XML File - Issue
May 3, 2018 · "Read ()" reads every node in order. If yu want elements the read by element name or use MoveToElement to skip to each element then read the contents or attributes. Search for examples of …
Remove users from multiple mailboxes on leaver process
We've got a piece of work to housetidy leavers as they leave the organisation. We'd like to bulk remove them from all mailboxes they have access to. Right now we have to iterate through all of the …
If Statements with MERGEFIELD - social.technet.microsoft.com
Note: The field brace pairs (i.e. ' { }') for the above examples are all created in the document itself, via Ctrl-F9 (Cmd-F9 on a Mac); you can't simply type them or copy & paste them from this message.