GDPR in Office 365

Astăzi am avut ocazia faină de a participa cu o scurtă prezentare tehnică în cadrul conferinței GDPR – Regulamentul General U.E. Privind Protecția Datelor organizat de Camera de Comerț și Industrie Iași împreună cu o serie de parteneri de seamă.

Pentru cei interesați de prezentarea PPT și mai ales de link-urile utile de acolo puteți accesa prezentarea

Per ansamblu: peste 100 de oameni în sală. Interes crescut față de subiect și de propunere, tentative de întrebări ”la închidere” din SharePoint :).
Se vorbește mult despre subiect. Dar cred că esența constă în ce am scris în slide-urile din care citez:
Politici de guvernanță/guvernare care să aibă în vedere:

  1. Utilizatorii trebuie să lucreze ca și până acum
  2. Nu ne dorim scăderi de productivitate
  3. Informare, Responsabilizare, Educare
  4. Documente într-un singur loc + fluxuri de lucru
  5. Fără atașamente în interior

Mai multe detalii în următorul număr din PIN Magazine: https://www.pinmagazine.ro/

Mulțumesc celor prezenți și pentru cei interesați de subiectul O365 nu ezitați să mă contactați.

Remote Process Execution using PowerShell and PSExec

Disclaimer:
This article suggests to use in your business „push” communication technique, that is not the best practices in asking for feedback.

 

Scenario

Management of ABC Corporation ask Network admin to „open”, based on request, a specific web page on users’ computers. This task has to be launched by a regular user (User1) without Domain admin privileges or local administrator privileges on remote computers. The better option is to run the task on a scheduled time for specified computers with credentials of a Domain User configured as Local Administrators on remote computers.

 

Constraints

  • WinRM services is disabled on remote computers and you are not able to run PowerShell command Invoke-Command.
  • Runas command cannot be used because the password parameter cannot be scripted. Also, we do not want to store password in scripts.
  • PSExec command cannot be executed by a domain user using other remote local admin credentials. If you are User1 logged on device Win10-1 and you want to run a PSExec command on Win10-2 using TU_Remote credentials you are not able to launch the remote process.
  • The most restrictive constraint: User1 do not know the password of TU_Remote.

 

Procedure

  1. Download the script or copy the script text from TechNet Gallery.
  2. Create a folder Scripts on your drive. Create a Logs subfolder on Scripts.
  3. Fill the list of computers on a text file. If you want to test for your computer only you can use „.” (dot) as computer name.
  4. Download PSTools from https://docs.microsoft.com/en-us/sysinternals/downloads/psexec and copy psexec into your Scripts folder.
  5. Assure that the technical user is local admin on remote computers.
  6. Test the script with a privileged account
  7. On a network server create a scheduled task to run the script with parameters and use technical user as credentials. Be sure that you specify full path for your script.
  8. Test the scheduled task.
  9. Consult log file.
  10. Define your triggers and how to maintain the list of computers.

 

 

In this Demo

Demo video: https://youtu.be/X-HD-CTAbYQ

 

 

Hope it helps!

 

References

Ce este SharePoint? (Video)

În acest articol vă prezint o serie de legături utile (video) în încercarea de a răspunde cât mai bine întrebării pe care o aud adesea: Ce este SharePoint?

Sunt foarte mulți oameni care lucrează în domeniul Document Management și process management. Majoritatea folosesc doar anumite componente și funcții specializate din SharePoint.

Disclaimer: Fișierele video sunt realizate în sala de curs, sunt needitate și pot conține bâlbe, interjecții și ironii.

Alte legături corelate:

Sper să fie util cuiva!

Blog la WordPress.com.

SUS ↑