skyrid3r698 / dc_prep

0 stars 0 forks source link

Configure Netzlaufwerke GPO with DATEV WINDVSW1 if datev is set to y #16

Open skyrid3r698 opened 11 months ago

skyrid3r698 commented 11 months ago

Edit this xml: \localhost\SYSVOL\domaene.local\Policies{BB4BFAD4-B468-427C-8CD8-D2547D871E98}\User\Preferences\Drives\Drives.xml Generate GUID: [guid]::NewGuid() Entry:

skyrid3r698 commented 11 months ago

$driveChanged = Get-Date -Format "yyyy-MM-dd hh:mm:ss" $driveUID = [guid]::NewGuid() $drivePath = \$env:computername\WINDVSW1 $driveGroup = $driveGroupSID =

$test = ''

skyrid3r698 commented 11 months ago

added with c76cf45 needs testing

skyrid3r698 commented 11 months ago

The Group Policy ist getting configured, but it only works after going in the setting and saving it once. It also generate it's settings only after saving once