Intune

Sti til manuel kopiering af WORDMAT.dotm


C:\Users\brugernavn\AppData\Roaming\Microsoft\Word\STARTUP



Manuel synkronisering af egen PC

Tjek krypteringsstatus:

Powershell:

manage-bde -on
manage-bde -status c:
manage-bde -pause c:
manage-bde -resume c:

ms-settings:workplace

C:\Users\Public\Documents\   (%public%)

Placering af Hashfilen

Sync via Powershell (kun programmer)


$Shell = New-Object -ComObject Shell.Application $Shell.open("intunemanagementextension://syncapp")


Policies:


PowerShell --> [Windows.Management.MdmSessionManager,Windows.Management,ContentType=WindowsRuntime]

$session = [Windows.Management.MdmSessionManager]::TryCreateSession()

$session.StartAsync()