I was recently asked how to create Citrix policies with PowerShell and I must admit that it took me some time to figure it out. If you search for solutions you get only a few hints on how to do it. The best hint came from Ingmar Verheij (https://www.ingmarverheij.com/set-citrix-policies-via-powershell/) but things changed a little but with the latest XenApp and XenDesktop versions.
Why should we use PowerShell to create Citrix Policies?
Lets start with some words why you should use PowerShell and why you should use Citrix Policies without setting them by Group Policy. PowerShell gives us the possibility to create baseline policies for a whole bunch of customers and you can parameterize your installations or you can recreate your homelab automatically.
And… processing local policies should be much faster (I will recheck that argument shortly by comparing the logon duration between locally set Citrix Policies and GPOs).
Now let me explain how to do it:
Read More
Microsoft hat eine neue App vorgestellt, die für Unternehmen durchaus interessant sein könnte. Mit der App „Invite“ wendet Microsoft sich an iOS-Nutzer, die vor allem unterwegs neue Termine und Treffen mit vielen anderen Teilnehmern organisieren wollen.
Hervorzuheben ist hierbei, dass die Nutzung unabhängig von einem bestehenden Office365-Abo ist. Allerdings empfiehlt Microsoft die Nutzung eines Office365 Abos. Ein weiterer Vorteil ist, dass die App zusätzlich die Termin-Koordination mit einem Exchange-System übernehmen kann. Ein Nutzer gibt Terminvorschläge mit Auswahlmöglichkeit vor.
Der generierte Link wird an andere Personen versendet, die ihre Präferenzen dann auswählen können. Für Anwender, die die App nicht installiert haben, besteht die Möglichkeit, über eine Web-Oberfläche zurückzugreifen.
Durch die Einbindung in die Microsoft-Infrastruktur informiert das Programm Nutzer automatisch über Konflikte mit ihren Terminen im Outlook- oder Exchange-Kalender.
Da die Plattform keine Firmenumgebung voraussetzt, funktioniert sie prinzipiell mit allen E-Mail-Adressen (über eine *.ics-Datei).
Microsoft setzt aktuell ein iPhone voraus, allerdings sollen in nächster Zeit Versionen für Android und Windows Phone folgen.
Unter dem folgenden Link erhalten Sie weiteren Info (Microsoft Blog):
https://blogs.office.com/2015/09/24/invite-the-easiest-way-to-organize-meetings-on-the-go/
Und nachfolgend ein Link für Interessierte zum App-Store (z.Z. nur in den USA & Kanada verfügbar):
https://itunes.apple.com/us/app/invite-microsoft-garage-project/id1032458349#
When using System Center Configuration Manager sometimes managed devices disappear from the Console. These devices may still be in use und therefore should not be deleted, but continue to be managed via SCCM. The disappearance is controlled by a concealed option within the Site Maintenance of SCCM.
The Site Maintenance Options in the SCCM Console can be found at Administration -> Site Configuration -> Sites. Right click on the Site and select “Site Maintenance”.
Here are several Maintenance Tasks that can be activated and will start actions in defined periods.
The task “Delete Inactive Client Discovery Data” will delete inactive Devices after a defined number of days. Standard setting for this task is “deactivated” and when activated the period is 90 days.
Before setting this option you should think about the usage of your devices. Sometimes field workers or simply colleagues on holidays can easily be more then three or four weeks offline before connecting to the network again. In these cases the period should not be set to low.
About inactive devices: A device will be set inactive if it does not communicate with the SCCM server anymore. The communication can be Heartbeat, System or Network Discovery.
A corresponding Microsoft TechNet article can be found here: https://technet.microsoft.com/en-us/library/bb693646.aspx (article is for SCCM 2007, but is still valid for SCCM 2012).
I hope this helps during the next troubleshooting.
Robert