Cant access Windows Azure VM after changing internal IP addresses

Hi I'm in a bit of a dilemma, I changed my windows server machine to have static internal ip addresses from DHCP, now i can connect to my machine.
How can I change it back to DHCP. can this be done via azure powershell?
Please any assistance would be great.

Hi,
Thanks for Posting.
You can change the virtual machine size and then change it back and you will be able to get back into the VM. And not because the VM size matters, but because changing the size will move it to a different host server, which will present a virtual NIC with
a different hardware ID, which the guest OS will detect as a new NIC and therefore give it default TCP/IP settings including dynamic IP and DNS - which is what you must use for Azure VMs.
See also the Resize VM section of this page:
http://social.msdn.microsoft.com/Forums/en-US/WAVirtualMachinesforWindows/thread/538a8f18-7c1f-4d6e-b81c-70c00e25c93d
Regards,
Nithin.Rathnakar

Similar Messages

  • After changing my email address I am no longer able to email photos from my iPhone 4S

    After changing my email address I am no longer able to email photos from my iPhone 4S
    I have changed my mail settings to make the new email my Default, sending and recieving  from mail works fine but I can no longer email my pics from the photo app, is there any other settings I would need to change?
    Thanks

    Hi Oregonluver,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at this article:
    iOS: Troubleshooting applications purchased from the App Store
    http://support.apple.com/kb/ts1702
    Best of luck,
    Mario

  • HELP Cant login on my MAC after changed in OSX Server all access for NONE

    Hi
    After changed for the users , roots , and another one , the access for NONE in one of the options in  OSX Server to configure access just lost the capability to open the programs with the click of the mouse and turned off the MAC
    I can't login now into my MAC , the display got the apple logo on startup and the login window doesn't come blocking me to login
    Any help are welcome
    Thanks 

    Hi
    Just tipped command key and S key and hold it and turned the mac on
    Lots of information coming but in the middle of the screen I can read some of the lines it says
    Darwin Kernel VErsion....
    Security policy loaded
    AppleIntell CPUPowerManagementClient :ready
    FireWire (OHCI) TI ID 823f built-in is now active
    Got boot device= iOService : AppleACPIPlatformExpert ......
    "Launch [1] has started up in single-user mode"
    " Verbose boot will log to /dev/console "
    "SHutdown loggin is enabled "
    Root device is mount read-only
    It got much more lines and ends with
    If you want to make modifications to files
    /sbin/fsck -fy     ( this command line show that system it's ok )
    /sbin/mount -uw
    If you want to boot the system
    Exit
    But after exit it goes to the same situation with the apple logo in the middle of the screen and the login widow doesn't come
    Thanks anyway for your answer
    Any further information in how can I login into my mac are welcome
    Thanks

  • Windows Azure Pack setup - 500 Internal Server Error - failed to configure databases and services

    Hi,
    I am trying to setup the Windows Azure pack to use the site to configure the Service bus 1.1 installation. When I try to configure the Windows Azure Pack I get the following error:
    Admin Authentication Site
    500 Internal Server Error - Failed to configure databases and services: Object reference not set to an instance of an object.
    I'm not sure where the logs are to see what is causing this error. I have tried running as admin, running as a different user with no luck.
    thanks,
    Georgi
    Georgi

    Here's what I'm getting for this error:
    Log Name:      Microsoft-WindowsAzurePack-MgmtSvc-ConfigSite/Operational
    Source:        Microsoft-WindowsAzurePack-MgmtSvc-ConfigSite
    Date:          3/27/2014 12:52:03 PM
    Event ID:      103
    Task Category: (65431)
    Level:         Error
    Keywords:      None
    User:          CLINICALSYSTEMS\Administrator
    Computer:      SERVER-PC.clinicalsystems.com
    Description:
    ##### Application_Error: Exception=System.Web.HttpException (0x80004005): Failed to configure databases and services: Object reference not set to an instance of an object. ---> System.Management.Automation.CmdletInvocationException: Object reference not
    set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.AddUserToGroup(GroupPrincipal group, UserPrincipal user)
       at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.ConfigureDefaultTrusts()
       at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.ConfigureClaimSecurity(Hashtable settings)
       at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.ConfigureCore(Hashtable settings)
       at Microsoft.WindowsAzure.Config.PowerShell.Configurer.FeatureConfigurer.Configure(Hashtable settings)
       at Microsoft.WindowsAzure.Server.PowerShell.Common.BaseCmdlet.ProcessRecord()
       at System.Management.Automation.CommandProcessor.ProcessRecord()
       --- End of inner exception stack trace ---
       at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
       at Microsoft.MgmtSvc.Config.Controllers.PowerShell.PSClient.RunCommand(Command command)
       at Microsoft.MgmtSvc.Config.Controllers.PowerShell.ConfigurationPSClient.InitializeFeature(String name, Hashtable settings)
       at Microsoft.MgmtSvc.Config.Controllers.ConfigurationController.<>c__DisplayClass3.<ConfigureFeature>b__0()
       at System.Threading.Tasks.Task`1.InnerInvoke()
       at System.Threading.Tasks.Task.Execute()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.MgmtSvc.Config.Controllers.ConfigurationController.<ConfigureFeature>d__5.MoveNext()
       at Microsoft.MgmtSvc.Config.Controllers.ConfigurationController.<ConfigureFeature>d__5.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at lambda_method(Closure , Task )
       at System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3f.<BeginInvokeAsynchronousActionMethod>b__3e(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
       at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.HttpApplication.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar).
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-WindowsAzurePack-MgmtSvc-ConfigSite" Guid="{1F742CC8-BDAA-56B6-A4B8-49F946D19CD1}" />
    <EventID>103</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>65431</Task>
    <Opcode>0</Opcode>
    <Keywords>0x0</Keywords>
    <TimeCreated SystemTime="2014-03-27T16:52:03.223741300Z" />
    <EventRecordID>111</EventRecordID>
    <Correlation />
    <Execution ProcessID="8068" ThreadID="7680" />
    <Channel>Microsoft-WindowsAzurePack-MgmtSvc-ConfigSite/Operational</Channel>
    <Computer>SERVER-PC.clinicalsystems.com</Computer>
    <Security UserID="S-1-5-21-3021050346-1670805799-1320812125-500" />
    </System>
    <EventData>
    <Data Name="exceptionInfo">System.Web.HttpException (0x80004005): Failed to configure databases and services: Object reference not set to an instance of an object. ---&gt; System.Management.Automation.CmdletInvocationException: Object reference not set to an instance of an object. ---&gt; System.NullReferenceException: Object reference not set to an instance of an object.
    at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.AddUserToGroup(GroupPrincipal group, UserPrincipal user)
    at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.ConfigureDefaultTrusts()
    at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.ConfigureClaimSecurity(Hashtable settings)
    at Microsoft.WindowsAzure.Config.PowerShell.Configurer.CustomTokenServiceConfigurer.ConfigureCore(Hashtable settings)
    at Microsoft.WindowsAzure.Config.PowerShell.Configurer.FeatureConfigurer.Configure(Hashtable settings)
    at Microsoft.WindowsAzure.Server.PowerShell.Common.BaseCmdlet.ProcessRecord()
    at System.Management.Automation.CommandProcessor.ProcessRecord()
    --- End of inner exception stack trace ---
    at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
    at Microsoft.MgmtSvc.Config.Controllers.PowerShell.PSClient.RunCommand(Command command)
    at Microsoft.MgmtSvc.Config.Controllers.PowerShell.ConfigurationPSClient.InitializeFeature(String name, Hashtable settings)
    at Microsoft.MgmtSvc.Config.Controllers.ConfigurationController.&lt;&gt;c__DisplayClass3.&lt;ConfigureFeature&gt;b__0()
    at System.Threading.Tasks.Task`1.InnerInvoke()
    at System.Threading.Tasks.Task.Execute()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at Microsoft.MgmtSvc.Config.Controllers.ConfigurationController.&lt;ConfigureFeature&gt;d__5.MoveNext()
    at Microsoft.MgmtSvc.Config.Controllers.ConfigurationController.&lt;ConfigureFeature&gt;d__5.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at lambda_method(Closure , Task )
    at System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult asyncResult)
    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass3f.&lt;BeginInvokeAsynchronousActionMethod&gt;b__3e(IAsyncResult asyncResult)
    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass37.&lt;&gt;c__DisplayClass39.&lt;BeginInvokeActionMethodWithFilters&gt;b__33()
    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass4f.&lt;InvokeActionMethodFilterAsynchronously&gt;b__49()
    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass37.&lt;BeginInvokeActionMethodWithFilters&gt;b__36(IAsyncResult asyncResult)
    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass25.&lt;&gt;c__DisplayClass2a.&lt;BeginInvokeAction&gt;b__20()
    at System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass25.&lt;BeginInvokeAction&gt;b__22(IAsyncResult asyncResult)
    at System.Web.Mvc.Controller.&lt;&gt;c__DisplayClass1d.&lt;BeginExecuteCore&gt;b__18(IAsyncResult asyncResult)
    at System.Web.Mvc.Async.AsyncResultWrapper.&lt;&gt;c__DisplayClass4.&lt;MakeVoidDelegate&gt;b__3(IAsyncResult ar)
    at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
    at System.Web.Mvc.Async.AsyncResultWrapper.&lt;&gt;c__DisplayClass4.&lt;MakeVoidDelegate&gt;b__3(IAsyncResult ar)
    at System.Web.Mvc.MvcHandler.&lt;&gt;c__DisplayClass8.&lt;BeginProcessRequest&gt;b__3(IAsyncResult asyncResult)
    at System.Web.Mvc.Async.AsyncResultWrapper.&lt;&gt;c__DisplayClass4.&lt;MakeVoidDelegate&gt;b__3(IAsyncResult ar)
    at System.Web.HttpApplication.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar)</Data>
    </EventData>
    </Event>
    Kori Francis Lead Software Developer Clinical Support Systems, Inc.

  • I cant sync music I purchased after changing my App

    I changed the e-mail eddress for my apple id. Now my iphone is updated with the new adress but my ipod is not. And because I changed the adress I can no longer acess all the music I had purched on my ipod(saying this adress is invalid) with my itunes before having changed it.  my ipod is still logged in under the old adress... Any ideas??

    Go to Settings>iTunes and App store and sign out and sign bck in.
    Did you change the email address asociated with your old ID?
    I no longer have an email address that was also my Apple ID. Can I still use the email address as my Apple ID?
    Apple recommends you change your Apple ID to your current, working email address. This will not create another Apple ID, it will only change it to your working email address. See Changing the name you use for your Apple ID if you'd like more information.
    Or did you create a new ID? I ask because purchases are pumentely linked to the ID that purchased them

  • How to re-registrate a WAE at CM after changing the IP Address

    Hello all,
    we have trouble with "changing the WAE's IP Address after the device was registered to CM.
    A registration of a device which was registrated with another IP Address is no more possible.
    the following error occurs on the "sh CMS info" command:
    Status = Pending(CM is busy, retry later)

    Hi Dieter,
    Please let us know what version of software you are running.
    (In version 4.1.1)
    http://www.cisco.com/en/US/docs/app_ntwk_services/waas/waas/v411/command/reference/execmds.html#wp1680452
    On the WAE which you changed the IP address do this:
    CMS deregister force
    The cms deregister command removes the node from the WAAS network by deleting registration information and database tables.
    cms enable
    The cms enable global configuration command automatically registers the node in the database management tables and enables the CMS. Activate the node using the WAAS Central Manager GUI.
    Then to verify:
    show license
    add license (if necessary)
    show accelerator
    Make sure to reconfigure the primary interface if needed.
    Hope this helps point you in the right direction.
    Best,
    Paul

  • Why can't i access iCloud now i have changed my email address?

    My email was hacked nand blocked so had to change my email address.. So i had to change my apple id as well. However, now i have done that it won't let me access my icloud as it keeps telling me to enter a password for my OLD email address, and it won't let me change it to my new one. I have some VERY important notes backed up onto icloud that I need, but now can't get them. (One was the security key for my iMac..) Is there any way i can get all my documents etc/iCloud back??

    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    When you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.

  • ICloud problem after change of email address

    I recently changed my email address and iCloud keeps popping up asking for password of old address.  How do I change iCloud info to new email addr?

    You need to sign out in System Preferences or Settings>iCloud and then sign back in with the new ID. To sign out on an iOS device click 'Delete Account' - this will not delete the account from the server, just sign the device out.

  • After changing the email address associated with my my daughter's Apple ID, Facetime has stopped working.

    Both the email address and the password were changed.  Email address and alternate email address were verified.  Signed in with the new email address on phone, Itunes, and App Store.  Still, facetime does not work.  When she tries to sign in, she gets a message "check your network".  I have signed the phone out of the WiFi and signed back in.  Network does not seem to have an issue.

    Erasing and resetting the network settings in the phone seems to have done the trick.  Facetime is now working again.
    Settings> General> Reset> Reset Network Settings.
    I did not have to remove all data from the phone.

  • After changing the email address to my appleid I still receive emails about purchases on the old email (as well as the new).

    I recently changed the email address that was my Appleid. I verified it and followed all the steps the web told me to do. I signed out of itunes on my laptop and back in. I signed out of everything and back in on my ipod touch.
    Today I made my first purchase since that change, it was on a new computer. I authorized that computer and went through the steps itunes asked me for, password, security questions and so forth. I received an email stating a purchase had been made on a new computer.
    The problem is that I also received the same email at my old email address as well as the new one.
    When I check my appleid on the internet it says that only the new email is associated with the appleid. Which is how I want it. Why did the old email address get the mail as well as the new? Is there any way to stop that from happening in the future?

    Erasing and resetting the network settings in the phone seems to have done the trick.  Facetime is now working again.
    Settings> General> Reset> Reset Network Settings.
    I did not have to remove all data from the phone.

  • Cant Access windows 8 after upgrading to mountain lion

    a few weeks ago i upgraded my lion to mountain lion
    i had windows 8 installed with boot camp on a seperate partition (i only use windows 8 for my astrophotography as certain specilised apps i use are sadly windows only)
    now as i hadnt had any clear skys upuntill a few nights ago i hadnt needed to go into my windows 8 (and hadnt noticed its disapearence till now)    althrough looking on my mac i can see all trace of it even existing has gone (apart from the fact my hard drive (250gig) is still showing the split 189 gig (windows being 61)
    just tried the windows 8 disk see if i can recover it and it told me the partition is locked and needs to be unlocked
    im not bothered about anything on the windows side (to the point i tried to use bootcamp to wipe it and start again) but it says you need more than 10gig free (i had 13 at the time)  and wont let me go to the setting for deleting ect only as far as downloading the bootcamp drivers.
    so does any one have any ideas how to recover, unlock or even to get rid of and start it again without effecting my mac partition as i dont have enough space to back everything up (and im not currently financially able to buy another hard drive just for that purpose.)
    many thanks in advance
    Gareth

    well iv just managed to get to 35 gig free (just deleting iphone backups) and im now able to get past the next screen on bootcamp.
    unfortunatly its only allowing me to create a new partition not delete the current.
    this is leading me to think the old ones master partition has become damaged and the hard drive dosent know it exists any more.
    if this is the case (please tell me im wrong though) what options do i have as i dont want to / have the money to buy another hard drive to back everything up to it with.
    thanks again
    gareth

  • ISE and AD.. Users Cant login with domain credentials after changing password

    Hello guys,
    I have ISE 1.2 running in a live environment. I have a problem that users cant login after password has expired and changed. i have enabled password change under AD settings and have also checked the allow password change in the allowed protocols settings for PEAP with retries set to 3. 
    thanks for any help i can get in resolving this issue.

    You have the option to allow guests to change password in the portal settings?

  • IP address conflict on Windows 7 clients after change 3560 to 3650

    Hi,
    after a switch change 3560 to 3650 some Windows 7 clients show a popup with the message "IP address conflict". Because of using manual DHCP (MAC reserve an IP address) i would exclude the possibilitiy of using an duplicate IP address. After search i found this document:
    http://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/8021x/116529-problemsolution-product-00.html
    I tried the command 
    ip device tracking probe delay 10
    on the 3650 sw. Till now there are no messages with duplicate IP addresses on clients which connected to 3650 sw.
    But on on 3560 sw th command does not exist. Anybody who has a similar problem or an idea to solve the problem on the 3560 sw.
    The command "sh ip device tracking all" on 3560 shows that ip device tracking is disabled.
    Thx for any help.

    IOS version 12.2.(46) SE
    the suggested command does not exist.
    btw the ip address conflict popup appears on clients which are connect to the 3560 too.
    any other ideas?

  • Can't Access Windows 7 Partition after updating OSX to 10.8.2 - Will I be able to get my data back?

    Itys does not appear in the boot list after holding down alt.  I can still see it in disk utilities as a 66GB partition but it can't be veriefied or repaired from there.  Any assistance in this matter would be greatly appreciated.

    You'll still be able to access it unless a problem occurs. Back everything up first.
    (114769)

  • Migration Assistant created new account to deposit all my stuff, but I can't access that account, even after changing the password via the main acct'

    I am at my wits end.  The migration assistant created a new profile (I didnt konw that it would do this) and now I can't get into that profile with all the stuff from my old PC. 
    I have tried changing password via the main account, but to no avail.  I have researched issues with Keychain, but all it tells me to do is change the login password - that doesnt work either - I cant get to all my files.

    Migraine Assistant it's called.
    Delete the account from the main one, create a new account and transfer files manually via a regular FAT external drive you pickup at any office or computer store, Mac's can read it.

Maybe you are looking for