@gibon


Michael Pietroforte posted an update 2 years, 2 months ago
@gibon Congrats for reaching the highest 4sysops ranks and thank you very much for contributing to the 4sysops community!
Nick replied to the topic Create Local Admin account on Remote Windows Server without Admin rights in
PowerShell Forum 2 years, 11 months ago
@gibon @swapnilkambli We don’t have physical access. We have to access the server remotely and then create local admin account on the server
Nick replied to the topic Create Local Admin account on Remote Windows Server without Admin rights in
PowerShell Forum 2 years, 11 months ago
@gibon Please let me know What does it mean.
Nick replied to the topic Create Local Admin account on Remote Windows Server without Admin rights in
PowerShell Forum 2 years, 11 months ago
@gibon @swapnilkambli The PC is not in domain. It’s a workgroup server.
Luc Fullenwarth replied to the topic Assign group permissions on folders using Powershell via CSV in
PowerShell Forum 3 years, 3 months ago
Keep in mind that SMB permissions and NTFS permissions are different.
You have to set both.
And the command you provided is for new shares.
To set permissions on existing shares we must use Revoke-SmbShareAccess to remove permissions and Grant-SmbShareAccess to add permissions.
However, best practices are to keep the following basic permissions on every share:- Administrators : Full
- Everyone : Change
You can then fine tune NTFS permissions because they are mutually exclusive with SMB permissions.
For example, if your group or account has NTFS Read permissions, your global permission will only be Read permissions even if you have SMB Full permissions.
Luc Fullenwarth replied to the topic What are your favorite SysAdmin tools for Windows? in IT Administration Forum 3 years, 3 months ago
Yes I discovered the invoke-commandAs module lately.
However, usually it’s a double-hop problem and I am too lazy to handle it with alternate credentials.
But thanks for the reminder, I problably should use it more often than I currently do… 🙂
Thanks a lot Michael, its my pleasure to be here and help when I can :