Monday, March 04, 2024

 

Step by Step How to Install and Configure Work Folder in Windows Server 2019

 

1.       1. Add features work folders at server



2.       2. Add features IIS



3.      3.  Setup Work folder

a.       Open server manager > File and storage Services > Work folders

b.       Click To create a sync share for Work Folders, start the New Sync Share Wizard”.

c.       Click Next > click Enter a local Path and type d:\Work Folders > click Next

d.       Click user alias  > click Next

e.       On the Enter the sync share name interface, just click Next.

f.        On the Grant sync access to group interface, click Add and then in the Enter the object name to select, type Domain Users and then click OK and uncheck  Disable inherited permission, click Next to proceed

g.       On the Specify device policies interface, check Encryp Work folders and uncheck Automatically locl screen and require a password

h.       On the Confirm selections interface, click Create.

i.         On the View results, verify the sync share created successfully and then click Close.

4.       4. Edit  group Policy “work Folders”  

a.       go to User Configuration\Policies\Administrative Templates\Windows Components\Work Folders, then double click Work Folders.

b.       In the details pane, double-click Specify Work Folders settings.



5.       5. Create DNS  Record for HTTPS://workfolders.ecogreenoleo.com

6.       6. Binding the SSL certificate

1.       7. Go to pc client, open Work folders c:\users\username\work folders

2.       8. Move document location to Workfolder



Tuesday, April 05, 2022

rescanning New Virtual Disk Vmware on Ubuntu without reboot

 1. check host bus

     ls /sys/class/scsi_host

2. scanning bus

    echo "- - -" > /sys/class/scsi_host/host#/scan

   # number of bus yang terlihat di nomor 1

 

 

thank,

Asnan

 

Thursday, April 29, 2021

LDAP Over SSL Windows 2019 using selfcertificate

 1. Create self certificate using powershell

     New-SelfSignedCertificate -TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.1") -KeyUsage KeyEncipherment,DataEncipherment -DnsName "*.xxx.co.id" -notAfter $([datetime]::now.AddYears(10)) -CertStoreLocation cert:\localmachine\my -FriendlyName LDAPS

2. open certificate console "certificate (local computer)"

    -go to > personal > certificate > right click certificate and then click Export (chek "yes, export the privatekey")

3. at same console  go to > trusted root certification authorities > certificate > right click > all tasks > import > choice certificate at above

4. open certificate console " certificate - Service  (active Directory Domain Service) on local computer

   > Go to NTDS\Personal > Certificates > right click > all tasks > import > choice certificate at above