This works well:
import-module activedirectory get-aduser -filter * | set-aduser -scriptpath filename_in_netlogon.vbs
This works well:
import-module activedirectory get-aduser -filter * | set-aduser -scriptpath filename_in_netlogon.vbs
Sometimes an import to Outlook gets in all of the data, but the data type of the folder is wrong, so Outlook tries to show (e.g.) a Contacts folder as a list of emails. This was easy to fix in olde versions of Outlook, one just pulled up the properties of the folder and changed the type. The Microsoft lords have decided not to give us this easy way anymore, but one of their many major engineers gave us something which will do this among many other things:
https://github.com/stephenegriffin/mfcmapi
This is a very interesting GUI tool which will connect to a recent working Outlook profile, and permit you to do lots of deep things. It’s interesting to google MFCMAPI to see a few of them. You do need the 32-bit version of MFCMAPI if you have 32-bit Outlook, and 64-bit for 64-bit.
In this case, let’s say we have the situation in which we have imported a Contacts folder, but Outlook is showing it as a list of badly formed email forms. To fix it:
MFCMAPI does lots and lots of things, but not everything extremely well :-) For instance, it may throw errors when deleting a folder stored on EOL; if so, use OWA for this, OWA seems to be much more quickly authoritative.
Here:
and here:
and here:
are found some very interesting items which may be helpful when configuring either firewalls or proxy servers to work with AutoDesk products. We need to except the following FQDN’s from all proxy intervention on ports 80 and 443:
*.autodesk.com *.google-analytics.com *.cloudfront.net *.virtualearth.net *.autocadws.com *.newrelic.com *.akamaiedge.net *.amazonaws.com *.s3.amazon.com *.edgekey.net *.getsatisfaction.com *.autodesk360.com *.skyscraper.autodesk.com *.ssl.google-analytics.com *.js-agent.newrelic.com *.hotjar.com *.optimizely.com cdn.jsdelivr.net www.googletagmanager.com cdn.web-platform.io *.notifications.api.autodesk.com *.pubsub.pubnub.com cdn.jsdelivr.net akamai.com *.akamai.com akamaitechnologies.com *.akamaitechnologies.com *.protolabs.com tracepartsonline.net *.tracepartsonline.net mcmaster.com *.mcmaster.com
It’s called DroidCam, and it really works, Windows and Linux.
Under Linux you’ll need kernel module compilation capability, headers only for source. If you use the Adobe Flash Player for camera, or any other V4L version 1 application, you’ll want to start it like the below for the Pale Moon web browser:
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so palemoon
First try installing this package:
gtk3-print-backends
If that doesn’t help and you have a 64-bit OS, create this file:
/etc/profile.d/firefoxprint-fix.sh
containing this line for 64-bit OS:
export GTK_PATH=/usr/lib32/gtk-2.0/
There is a per-user font installation procedure, but we’ll do this system-wide just in case. This procedure presumes that you are using a modern fully-fledged Linux desktop which includes a font server.
sudo mkdir /usr/share/fonts/manual-installs
sudo chmod 0555 /usr/share/fonts/manual-installs
sudo cp ~/Downloads/Fonts/* /usr/share/fonts/manual-installs
sudo chmod 0444 /usr/share/fonts/manual-installs/*
sudo fc-cache
A good free-of-charge PDF reader, also free of unpleasant add-ons, works when Adobe’s breaks:
Here’s a great set of steps:
http://www.fosslinux.com/1387/how-to-install-microsoft-true-type-fonts-in-solus.htm
In essence it’s two interactive commands, first one, then the other:
sudo eopkg bi --ignore-safety https://raw.githubusercontent.com/solus-project/3rd-party/master/desktop/font/mscorefonts/pspec.xml
sudo eopkg it mscorefonts*.eopkg;sudo rm mscorefonts*.eopkg
There are several of these now, this is the best we have seen so far:
As of this writing (2017-05-16), the situation is in flux. Items:
The author is working on practical tests of the last three.