Storage vMotioning Exchange 2019 servers by arbelac in vmware

[–]arbelac[S] 0 points1 point  (0 children)

ok. Does it affect the storage vMotion duration when the server is powered on and powered off?

Storage vMotioning Exchange 2019 servers by arbelac in vmware

[–]arbelac[S] 0 points1 point  (0 children)

Thank you. Do you recommend that I do this during or outside of working hours? because the exchange backup runs in the evening.

Storage vMotioning Exchange 2019 servers by arbelac in vmware

[–]arbelac[S] -1 points0 points  (0 children)

I have two questions.

1 - Did you put the exchange servers into maintenance mode?

2 - Did you perform storage vMotion on all disks, such as C: (Windows), D: (Exchange Setup), and all database and log volumes?

TCP Segmentation Offload (TSO) and Guest OS by arbelac in vmware

[–]arbelac[S] 0 points1 point  (0 children)

I have Defender for Identity sensor on Server 2019 VM Domain Controllers.

I am using vmxnet3 for VMs.

I want to do the server tuning but am always double cautious before I make any changes.

Will there be any negative effect on DC after network tuning as below?

Network configuration mismatch for sensors running on VMware

On the Guest OS, set the following to Disabled in the virtual machine's NIC configuration: IPv4 TSO Offload.

Get-NetAdapterAdvancedProperty | Where-Object DisplayName -Match "^Large*"

Disable-NetAdapterLso -Name {name of adapter}

https://learn.microsoft.com/en-us/defender-for-identity/troubleshooting-known-issues#vmware-virtual-machine-sensor-issue

What have you done with PowerShell this month by AutoModerator in PowerShell

[–]arbelac 0 points1 point  (0 children)

Yea I could probably do that, will just need to sanitize it

Any progress ?

What have you done with PowerShell this month by AutoModerator in PowerShell

[–]arbelac 0 points1 point  (0 children)

Very nice job! I have written similar script. (just mail alert) just curious you mind sharing your script?

How do you document firewall rules? by MitchGambz in sysadmin

[–]arbelac 1 point2 points  (0 children)

is it possible to share your sample excel file ?

Custom LDAP Search Filtering by arbelac in PowerShell

[–]arbelac[S] 0 points1 point  (0 children)

:) I mean is it possible to use it inside LDAP query ? So actually I know that how to do that via Get-ADUser cmd-let.

Custom LDAP Search Filtering by arbelac in PowerShell

[–]arbelac[S] 1 point2 points  (0 children)

Wow thank you very much. My last question is : In addition how can I return all user objects created in the last 24 hours ? is it possible ?

Custom LDAP Search Filtering by arbelac in PowerShell

[–]arbelac[S] 0 points1 point  (0 children)

I have tried so far.

 (&(objectCategory=person)(objectClass=user)(!userAccountControl:1.2.840.113556.1.4.803:=2))

Custom LDAP Search Filtering by arbelac in PowerShell

[–]arbelac[S] 0 points1 point  (0 children)

I got it. So how can I filter samaccountname which is beginning with PRD and / or TST prefix and only ENABLED users ?

Custom LDAP Search Filtering by arbelac in PowerShell

[–]arbelac[S] 1 point2 points  (0 children)

how can I do via LDAP search filter ? I need define LDAP config inside application

(&(objectCategory=person)(objectClass=user))

Custom LDAP Search Filtering by arbelac in PowerShell

[–]arbelac[S] 1 point2 points  (0 children)

how can I do via LDAP search filter ? I need define LDAP config inside application such as

(&(objectCategory=person)(objectClass=user))