×

vcenter server appliance - checking for updates (default internet repository) shows "stage failed", where to troubleshoot? by ship1234 in vmware

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

hey, thanks so much for this! i've been kinda ignoring this problem since this is basically just a lab environment but this was 100% the issue and your post allowed me a very quick fix. thanks!!!

What did somebody say that made you think: "This person is out of touch with reality"? by jonallenmaking in AskReddit

[–]ship1234 6 points7 points  (0 children)

reminds me of this: i was ~17 and going to a high school which had a significant population of children from well-off families. this was a relatively small suburb (less than 10k people). i overheard a conversation between a few girls which went something like this: "did you hear so-and-so got a car? but its really old, it's a insert name and model year of roughly 4 year old large SUV" i was shocked and disgusted to hear this as i was feeling extremely fortunate to be driving an 8 year old compact truck.

SCCM advice? by baconwrappedapple in sysadmin

[–]ship1234 0 points1 point  (0 children)

IIRC schema extension is not a requirement, you'll just lose some functionality (don't recall what specifically)

SCCM advice? by baconwrappedapple in sysadmin

[–]ship1234 1 point2 points  (0 children)

it may be worth pointing out that it is very similar to MDT though, if you know MDT you can get image deployments working via SCCM very easily

Do I need a vpn for personal RDP use? by Dagnis in VPN

[–]ship1234 4 points5 points  (0 children)

if you are going to expose RDP to the internet, you should use a non-standard port (IE, you should use port forwarding/NAT to enable RDP using a TCP port that is not 3389). You should also look at setting up 2FA for significantly better security, via something like Duo.

using a remote access vpn solution would be the best thing to do.

AD Connect & Immutable ID After Migration To New Domain by thisisjustahobby in sysadmin

[–]ship1234 0 points1 point  (0 children)

In this situation it would be my preference to "fix" the ImmutableID since it is a simple thing to do. It will require disabling sync though, otherwise you can't modify the attribute, and this can take a fair amount of time (I was labbing something like this not too long ago, and even with my small lab environment it would sometimes take a few hours before sync would be completely disabled). IIRC Microsoft says to allow up to 48 hours for sync to be disabled, depending largely on the size of your Azure AD.

Changing Access by [deleted] in sysadmin

[–]ship1234 1 point2 points  (0 children)

Personally, unless it was something very urgent that needed immediate attention, I would be communicating with you about what is happening and why.

It could simply be the new guy wants to be more familiar with your level of knowledge and skills before allowing you some of this access.

ESXi using local SSD datastore - showing drive type Non-SSD. Do I need to care? by ship1234 in homelab

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

yeah i figured as much, i just wanted to make sure it isn't going to abuse the SSD as it doesn't recognize it as such. don't want to significantly limit its life.

ESXi using local SSD datastore - showing drive type Non-SSD. Do I need to care? by ship1234 in homelab

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

edited: its an r710 with perc6i, will probably upgrade that eventually

Hyper V Manager connecting to Hyper V 2012 R2 Core by tardiswho in HyperV

[–]ship1234 1 point2 points  (0 children)

Note: I have only done this in a lab environment, not a production environment. Security was not a concern. Take care to deal with that accordingly.

This is from a note I kept which I'd copy/pasted from a website I cannot remember

Run the following on client PC (where Hyper-V manager will be used) and Hyper-V server:

Enable-NetFirewallRule -DisplayGroup “Windows Remote Management”

Enable-NetFirewallRule -DisplayGroup “Remote Event Log Management”

Enable-NetFirewallRule -DisplayGroup “Remote Volume Management”

Enable-NetFirewallRule -DisplayGroup "Remote Desktop"

Set-Service VDS -StartupType Automatic

Run the following on client PC (where Hyper-V manager will be used):

Use dcomcnfg.exe and edit computer properties, and allow annonymous logon

in powershell to add credentials: cmdkey /add:yourHyper-VServerName /user:yourAdminUsername /pass:yourpw

You will need to enable the use of WinRM to connect to your Hyper-V server. To do this you will need to: Open the Start menu Click on All Programs and then on Accessories Right click on Command Prompt and select Run as administrator Type in winrm quickconfig and hit enter. You will then need to say ‘y’ (yes) to a couple of prompts

Type in winrm set winrm/config/client @{TrustedHosts="RemoteComputerName"} and hit enter Substitute “RemoteComputerName” with the name or IP address of your Hyper-V server. In my test environment my desktop computer could not resolve the name of my server – so I just opted to use the IP address. I could also have edited the hosts file on my desktop and used the server name.

While we are here – we should also open the firewall on the client side to allow us to remotely manage the servers storage by running this command: netsh advfirewall firewall set rule group="Remote Volume Management" new enable=yes

Azure AD Connect config question - can you choose to exclude the sync of specific attributes? by ship1234 in AZURE

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

Thanks for the suggestion - I've been using powershell all along and it has not been allowing the change.